drivers/hid/hid-prodikeys.c
609
if (dev >= SNDRV_CARDS)
drivers/hid/hid-prodikeys.c
77
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
drivers/hid/hid-prodikeys.c
78
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
drivers/hid/hid-prodikeys.c
79
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
drivers/media/pci/cx25821/cx25821-alsa.c
699
if (devno >= SNDRV_CARDS) {
drivers/media/pci/cx25821/cx25821-alsa.c
90
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
drivers/media/pci/cx25821/cx25821-alsa.c
91
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
drivers/media/pci/cx25821/cx25821-alsa.c
92
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
drivers/media/pci/cx88/cx88-alsa.c
81
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
drivers/media/pci/cx88/cx88-alsa.c
82
static const char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
drivers/media/pci/cx88/cx88-alsa.c
83
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
drivers/media/pci/cx88/cx88-alsa.c
923
if (devno >= SNDRV_CARDS)
drivers/media/pci/ivtv/ivtv-alsa-main.c
20
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
drivers/media/pci/saa7134/saa7134-alsa.c
1119
if (devnum >= SNDRV_CARDS)
drivers/media/pci/saa7134/saa7134-alsa.c
1242
for (idx = 0; idx < SNDRV_CARDS; idx++) {
drivers/media/pci/saa7134/saa7134-alsa.c
34
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
drivers/media/pci/saa7134/saa7134-alsa.c
35
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
drivers/media/pci/saa7134/saa7134-alsa.c
36
static int enable[SNDRV_CARDS] = {1, [1 ... (SNDRV_CARDS - 1)] = 1};
drivers/media/pci/saa7134/saa7134-alsa.c
77
static struct snd_card *snd_saa7134_cards[SNDRV_CARDS];
drivers/media/usb/cx231xx/cx231xx-audio.c
29
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
drivers/media/usb/em28xx/em28xx-audio.c
47
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
drivers/media/usb/go7007/snd-go7007.c
204
if (dev >= SNDRV_CARDS)
drivers/media/usb/go7007/snd-go7007.c
24
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
drivers/media/usb/go7007/snd-go7007.c
25
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
drivers/media/usb/go7007/snd-go7007.c
26
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
drivers/platform/x86/lenovo/thinkpad_acpi.c
7018
#if SNDRV_CARDS <= 32
drivers/platform/x86/lenovo/thinkpad_acpi.c
7019
#define DEFAULT_ALSA_IDX ~((1 << (SNDRV_CARDS - 3)) - 1)
drivers/usb/gadget/function/f_midi.c
1232
F_MIDI_OPT_SIGNED(index, true, SNDRV_CARDS);
include/sound/initval.h
24
#define SNDRV_DEFAULT_IDX { [0 ... (SNDRV_CARDS-1)] = -1 }
include/sound/initval.h
25
#define SNDRV_DEFAULT_STR { [0 ... (SNDRV_CARDS-1)] = NULL }
include/sound/initval.h
26
#define SNDRV_DEFAULT_ENABLE { 1, [1 ... (SNDRV_CARDS-1)] = 0 }
include/sound/initval.h
27
#define SNDRV_DEFAULT_ENABLE_PNP { [0 ... (SNDRV_CARDS-1)] = 1 }
include/sound/initval.h
33
#define SNDRV_DEFAULT_PORT { [0 ... (SNDRV_CARDS-1)] = SNDRV_AUTO_PORT }
include/sound/initval.h
34
#define SNDRV_DEFAULT_IRQ { [0 ... (SNDRV_CARDS-1)] = SNDRV_AUTO_IRQ }
include/sound/initval.h
35
#define SNDRV_DEFAULT_DMA { [0 ... (SNDRV_CARDS-1)] = SNDRV_AUTO_DMA }
include/sound/initval.h
36
#define SNDRV_DEFAULT_DMA_SIZE { [0 ... (SNDRV_CARDS-1)] = SNDRV_AUTO_DMA_SIZE }
sound/core/control.c
2225
for (card_number = 0; card_number < SNDRV_CARDS; card_number++) {
sound/core/control.c
2361
if (snd_BUG_ON(card->number < 0 || card->number >= SNDRV_CARDS))
sound/core/control_led.c
43
struct snd_ctl_led_card *cards[SNDRV_CARDS];
sound/core/control_led.c
55
static bool snd_ctl_led_card_valid[SNDRV_CARDS];
sound/core/control_led.c
765
for (card_number = 0; card_number < SNDRV_CARDS; card_number++) {
sound/core/info_oss.c
22
static char *snd_sndstat_strings[SNDRV_CARDS][SNDRV_OSS_INFO_DEV_COUNT];
sound/core/info_oss.c
30
if (snd_BUG_ON(num < 0 || num >= SNDRV_CARDS))
sound/core/info_oss.c
54
for (idx = 0; idx < SNDRV_CARDS; idx++) {
sound/core/init.c
103
for (slot = 0; slot < SNDRV_CARDS; slot++) {
sound/core/init.c
297
} else if (idx >= SNDRV_CARDS)
sound/core/init.c
38
static DECLARE_BITMAP(snd_cards_lock, SNDRV_CARDS);
sound/core/init.c
39
static struct snd_card *snd_cards[SNDRV_CARDS];
sound/core/init.c
43
static char *slots[SNDRV_CARDS];
sound/core/init.c
731
for (loops = 0; loops < SNDRV_CARDS; loops++) {
sound/core/init.c
936
for (idx = count = 0; idx < SNDRV_CARDS; idx++) {
sound/core/init.c
960
for (idx = count = 0; idx < SNDRV_CARDS; idx++) {
sound/core/init.c
982
for (idx = 0; idx < SNDRV_CARDS; idx++) {
sound/core/oss/mixer_oss.c
1374
for (idx = 0; idx < SNDRV_CARDS; idx++) {
sound/core/oss/mixer_oss.c
1390
for (idx = 0; idx < SNDRV_CARDS; idx++) {
sound/core/oss/pcm_oss.c
3202
for (i = 0; i < SNDRV_CARDS; i++) {
sound/core/oss/pcm_oss.c
35
static int dsp_map[SNDRV_CARDS];
sound/core/oss/pcm_oss.c
36
static int adsp_map[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 1};
sound/core/rawmidi.c
2113
for (int i = 0; i < SNDRV_CARDS; i++) {
sound/core/rawmidi.c
31
static int midi_map[SNDRV_CARDS];
sound/core/rawmidi.c
32
static int amidi_map[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 1};
sound/core/seq/oss/seq_oss_synth.c
123
if (i < SNDRV_CARDS)
sound/core/seq/oss/seq_oss_synth.c
155
if (rec->seq_device < SNDRV_CARDS)
sound/core/seq/seq_clientmgr.c
128
static DECLARE_BITMAP(card_requested, SNDRV_CARDS);
sound/core/seq/seq_midi.c
58
static struct seq_midisynth_client *synths[SNDRV_CARDS];
sound/core/timer.c
2477
snd_oss_info_register(SNDRV_OSS_INFO_DEV_TIMERS, SNDRV_CARDS - 1,
sound/core/timer.c
2510
snd_oss_info_unregister(SNDRV_OSS_INFO_DEV_TIMERS, SNDRV_CARDS - 1);
sound/drivers/aloop.c
169
static struct platform_device *devices[SNDRV_CARDS];
sound/drivers/aloop.c
1877
for (i = 0; i < SNDRV_CARDS; i++) {
sound/drivers/aloop.c
40
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/drivers/aloop.c
41
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/drivers/aloop.c
42
static bool enable[SNDRV_CARDS] = {1, [1 ... (SNDRV_CARDS - 1)] = 0};
sound/drivers/aloop.c
43
static int pcm_substreams[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 8};
sound/drivers/aloop.c
44
static int pcm_notify[SNDRV_CARDS];
sound/drivers/aloop.c
45
static char *timer_source[SNDRV_CARDS];
sound/drivers/dummy.c
1145
for (i = 0; i < SNDRV_CARDS; i++) {
sound/drivers/dummy.c
49
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/drivers/dummy.c
50
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/drivers/dummy.c
51
static bool enable[SNDRV_CARDS] = {1, [1 ... (SNDRV_CARDS - 1)] = 0};
sound/drivers/dummy.c
52
static char *model[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = NULL};
sound/drivers/dummy.c
53
static int pcm_devs[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};
sound/drivers/dummy.c
54
static int pcm_substreams[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 8};
sound/drivers/dummy.c
88
static struct platform_device *devices[SNDRV_CARDS];
sound/drivers/mpu401/mpu401.c
164
for ( ; dev < SNDRV_CARDS; ++dev) {
sound/drivers/mpu401/mpu401.c
21
static int index[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -2}; /* exclude the first card */
sound/drivers/mpu401/mpu401.c
212
for (i = 0; i < SNDRV_CARDS; i++) {
sound/drivers/mpu401/mpu401.c
22
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/drivers/mpu401/mpu401.c
23
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/drivers/mpu401/mpu401.c
25
static bool pnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};
sound/drivers/mpu401/mpu401.c
27
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* MPU-401 port number */
sound/drivers/mpu401/mpu401.c
28
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* MPU-401 IRQ */
sound/drivers/mpu401/mpu401.c
29
static bool uart_enter[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};
sound/drivers/mpu401/mpu401.c
48
static struct platform_device *platform_devices[SNDRV_CARDS];
sound/drivers/mts64.c
1006
for (i = 0; i < SNDRV_CARDS; ++i) {
sound/drivers/mts64.c
24
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/drivers/mts64.c
25
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/drivers/mts64.c
26
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/drivers/mts64.c
28
static struct platform_device *platform_devices[SNDRV_CARDS];
sound/drivers/mts64.c
903
if (dev >= SNDRV_CARDS)
sound/drivers/portman2x4.c
43
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/drivers/portman2x4.c
44
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/drivers/portman2x4.c
45
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/drivers/portman2x4.c
47
static struct platform_device *platform_devices[SNDRV_CARDS];
sound/drivers/portman2x4.c
700
if (dev >= SNDRV_CARDS)
sound/drivers/portman2x4.c
804
for (i = 0; i < SNDRV_CARDS; ++i) {
sound/drivers/serial-u16550.c
155
static struct platform_device *devices[SNDRV_CARDS];
sound/drivers/serial-u16550.c
55
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/drivers/serial-u16550.c
56
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/drivers/serial-u16550.c
57
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/drivers/serial-u16550.c
58
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x3f8,0x2f8,0x3e8,0x2e8 */
sound/drivers/serial-u16550.c
59
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 3,4,5,7,9,10,11,14,15 */
sound/drivers/serial-u16550.c
60
static int speed[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 38400}; /* 9600,19200,38400,57600,115200 */
sound/drivers/serial-u16550.c
61
static int base[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 115200}; /* baud base */
sound/drivers/serial-u16550.c
62
static int outs[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; /* 1 to 16 */
sound/drivers/serial-u16550.c
63
static int ins[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; /* 1 to 16 */
sound/drivers/serial-u16550.c
64
static int adaptor[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = SNDRV_SERIAL_SOUNDCANVAS};
sound/drivers/serial-u16550.c
65
static bool droponfull[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS -1)] = SNDRV_SERIAL_NORMALBUFF };
sound/drivers/serial-u16550.c
944
for (i = 0; i < SNDRV_CARDS; i++) {
sound/drivers/virmidi.c
140
for (i = 0; i < SNDRV_CARDS; i++) {
sound/drivers/virmidi.c
49
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/drivers/virmidi.c
50
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/drivers/virmidi.c
51
static bool enable[SNDRV_CARDS] = {1, [1 ... (SNDRV_CARDS - 1)] = 0};
sound/drivers/virmidi.c
52
static int midi_devs[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4};
sound/drivers/virmidi.c
68
static struct platform_device *devices[SNDRV_CARDS];
sound/firewire/bebob/bebob.c
20
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/firewire/bebob/bebob.c
21
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/firewire/bebob/bebob.c
211
for (card_index = 0; card_index < SNDRV_CARDS; card_index++) {
sound/firewire/bebob/bebob.c
215
if (card_index >= SNDRV_CARDS)
sound/firewire/bebob/bebob.c
22
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/firewire/bebob/bebob.c
32
static DECLARE_BITMAP(devices_used, SNDRV_CARDS);
sound/firewire/fireworks/fireworks.c
211
for (card_index = 0; card_index < SNDRV_CARDS; ++card_index) {
sound/firewire/fireworks/fireworks.c
215
if (card_index >= SNDRV_CARDS)
sound/firewire/fireworks/fireworks.c
23
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/firewire/fireworks/fireworks.c
24
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/firewire/fireworks/fireworks.c
25
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/firewire/fireworks/fireworks.c
42
static DECLARE_BITMAP(devices_used, SNDRV_CARDS);
sound/firewire/fireworks/fireworks_transaction.c
172
for (i = 0; i < SNDRV_CARDS; i++) {
sound/firewire/fireworks/fireworks_transaction.c
186
if (i == SNDRV_CARDS)
sound/firewire/fireworks/fireworks_transaction.c
258
for (i = 0; i < SNDRV_CARDS; i++) {
sound/firewire/fireworks/fireworks_transaction.c
272
for (i = 0; i < SNDRV_CARDS; i++) {
sound/firewire/fireworks/fireworks_transaction.c
41
static struct snd_efw *instances[SNDRV_CARDS] = SNDRV_DEFAULT_PTR;
sound/hda/controllers/intel.c
104
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/hda/controllers/intel.c
105
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/hda/controllers/intel.c
106
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/hda/controllers/intel.c
107
static char *model[SNDRV_CARDS];
sound/hda/controllers/intel.c
108
static int position_fix[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1};
sound/hda/controllers/intel.c
109
static int bdl_pos_adj[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1};
sound/hda/controllers/intel.c
110
static int probe_mask[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1};
sound/hda/controllers/intel.c
111
static int probe_only[SNDRV_CARDS];
sound/hda/controllers/intel.c
112
static int jackpoll_ms[SNDRV_CARDS];
sound/hda/controllers/intel.c
116
static char *patch[SNDRV_CARDS];
sound/hda/controllers/intel.c
119
static bool beep_mode[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] =
sound/hda/controllers/intel.c
2125
static DECLARE_BITMAP(probed_devs, SNDRV_CARDS);
sound/hda/controllers/intel.c
2149
dev = find_first_zero_bit(probed_devs, SNDRV_CARDS);
sound/hda/controllers/intel.c
2150
if (dev >= SNDRV_CARDS)
sound/isa/ad1816a/ad1816a.c
199
for ( ; dev < SNDRV_CARDS; dev++) {
sound/isa/ad1816a/ad1816a.c
24
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 1-MAX */
sound/isa/ad1816a/ad1816a.c
25
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/ad1816a/ad1816a.c
26
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; /* Enable this card */
sound/isa/ad1816a/ad1816a.c
27
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/ad1816a/ad1816a.c
28
static long mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/ad1816a/ad1816a.c
29
static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/ad1816a/ad1816a.c
30
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* Pnp setup */
sound/isa/ad1816a/ad1816a.c
31
static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* Pnp setup */
sound/isa/ad1816a/ad1816a.c
32
static int dma1[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* PnP setup */
sound/isa/ad1816a/ad1816a.c
33
static int dma2[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* PnP setup */
sound/isa/ad1816a/ad1816a.c
34
static int clockfreq[SNDRV_CARDS];
sound/isa/ad1848/ad1848.c
149
module_isa_driver(snd_ad1848_driver, SNDRV_CARDS);
sound/isa/ad1848/ad1848.c
26
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/ad1848/ad1848.c
27
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/ad1848/ad1848.c
28
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/ad1848/ad1848.c
29
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/ad1848/ad1848.c
30
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5,7,9,11,12,15 */
sound/isa/ad1848/ad1848.c
31
static int dma1[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3,5,6,7 */
sound/isa/ad1848/ad1848.c
32
static bool thinkpad[SNDRV_CARDS]; /* Thinkpad special case */
sound/isa/adlib.c
20
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/isa/adlib.c
21
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/isa/adlib.c
22
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE;
sound/isa/adlib.c
23
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/adlib.c
99
module_isa_driver(snd_adlib_driver, SNDRV_CARDS);
sound/isa/als100.c
265
for ( ; dev < SNDRV_CARDS; dev++) {
sound/isa/als100.c
30
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/als100.c
31
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/als100.c
32
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/als100.c
33
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/als100.c
34
static long mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/als100.c
35
static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/als100.c
36
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* PnP setup */
sound/isa/als100.c
37
static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* PnP setup */
sound/isa/als100.c
38
static int dma8[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* PnP setup */
sound/isa/als100.c
39
static int dma16[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* PnP setup */
sound/isa/azt2320.c
245
for ( ; dev < SNDRV_CARDS; dev++) {
sound/isa/azt2320.c
37
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/azt2320.c
38
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/azt2320.c
39
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; /* Enable this card */
sound/isa/azt2320.c
40
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/azt2320.c
41
static long wss_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/azt2320.c
42
static long mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/azt2320.c
43
static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/azt2320.c
44
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* Pnp setup */
sound/isa/azt2320.c
45
static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* Pnp setup */
sound/isa/azt2320.c
46
static int dma1[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* PnP setup */
sound/isa/azt2320.c
47
static int dma2[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* PnP setup */
sound/isa/cmi8330.c
55
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/isa/cmi8330.c
56
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/isa/cmi8330.c
57
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP;
sound/isa/cmi8330.c
59
static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};
sound/isa/cmi8330.c
61
static long sbport[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/cmi8330.c
62
static int sbirq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ;
sound/isa/cmi8330.c
63
static int sbdma8[SNDRV_CARDS] = SNDRV_DEFAULT_DMA;
sound/isa/cmi8330.c
64
static int sbdma16[SNDRV_CARDS] = SNDRV_DEFAULT_DMA;
sound/isa/cmi8330.c
65
static long wssport[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/cmi8330.c
66
static int wssirq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ;
sound/isa/cmi8330.c
67
static int wssdma[SNDRV_CARDS] = SNDRV_DEFAULT_DMA;
sound/isa/cmi8330.c
671
for ( ; dev < SNDRV_CARDS; dev++) {
sound/isa/cmi8330.c
675
if (dev >= SNDRV_CARDS)
sound/isa/cmi8330.c
68
static long fmport[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/cmi8330.c
69
static long mpuport[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/cmi8330.c
70
static int mpuirq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ;
sound/isa/cmi8330.c
722
err = isa_register_driver(&snd_cmi8330_driver, SNDRV_CARDS);
sound/isa/cs423x/cs4231.c
168
module_isa_driver(snd_cs4231_driver, SNDRV_CARDS);
sound/isa/cs423x/cs4231.c
27
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/cs423x/cs4231.c
28
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/cs423x/cs4231.c
29
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/cs423x/cs4231.c
30
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/cs423x/cs4231.c
31
static long mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/cs423x/cs4231.c
32
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5,7,9,11,12,15 */
sound/isa/cs423x/cs4231.c
33
static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 9,11,12,15 */
sound/isa/cs423x/cs4231.c
34
static int dma1[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3,5,6,7 */
sound/isa/cs423x/cs4231.c
35
static int dma2[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3,5,6,7 */
sound/isa/cs423x/cs4236.c
26
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/cs423x/cs4236.c
27
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/cs423x/cs4236.c
28
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; /* Enable this card */
sound/isa/cs423x/cs4236.c
30
static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};
sound/isa/cs423x/cs4236.c
32
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/cs423x/cs4236.c
33
static long cport[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/cs423x/cs4236.c
34
static long mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;/* PnP setup */
sound/isa/cs423x/cs4236.c
35
static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/cs423x/cs4236.c
36
static long sb_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/cs423x/cs4236.c
37
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5,7,9,11,12,15 */
sound/isa/cs423x/cs4236.c
38
static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 9,11,12,15 */
sound/isa/cs423x/cs4236.c
39
static int dma1[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3,5,6,7 */
sound/isa/cs423x/cs4236.c
40
static int dma2[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3,5,6,7 */
sound/isa/cs423x/cs4236.c
505
for (; dev < SNDRV_CARDS; dev++) {
sound/isa/cs423x/cs4236.c
509
if (dev >= SNDRV_CARDS)
sound/isa/cs423x/cs4236.c
567
for ( ; dev < SNDRV_CARDS; dev++) {
sound/isa/cs423x/cs4236.c
571
if (dev >= SNDRV_CARDS)
sound/isa/cs423x/cs4236.c
619
err = isa_register_driver(&cs423x_isa_driver, SNDRV_CARDS);
sound/isa/es1688/es1688.c
236
for ( ; dev < SNDRV_CARDS; dev++) {
sound/isa/es1688/es1688.c
240
if (dev == SNDRV_CARDS)
sound/isa/es1688/es1688.c
31
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/es1688/es1688.c
315
return isa_register_driver(&snd_es1688_driver, SNDRV_CARDS);
sound/isa/es1688/es1688.c
32
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/es1688/es1688.c
34
static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP;
sound/isa/es1688/es1688.c
36
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/es1688/es1688.c
37
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */
sound/isa/es1688/es1688.c
38
static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* Usually 0x388 */
sound/isa/es1688/es1688.c
39
static long mpu_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -1};
sound/isa/es1688/es1688.c
40
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5,7,9,10 */
sound/isa/es1688/es1688.c
41
static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5,7,9,10 */
sound/isa/es1688/es1688.c
42
static int dma8[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3 */
sound/isa/es18xx.c
1886
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/es18xx.c
1887
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/es18xx.c
1888
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; /* Enable this card */
sound/isa/es18xx.c
1890
static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP;
sound/isa/es18xx.c
1892
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260,0x280 */
sound/isa/es18xx.c
1894
static long mpu_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -1};
sound/isa/es18xx.c
1896
static long mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/es18xx.c
1898
static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/es18xx.c
1899
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5,7,9,10 */
sound/isa/es18xx.c
1900
static int dma1[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3 */
sound/isa/es18xx.c
1901
static int dma2[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3 */
sound/isa/es18xx.c
2200
for (; dev < SNDRV_CARDS; dev++) {
sound/isa/es18xx.c
2204
if (dev >= SNDRV_CARDS)
sound/isa/es18xx.c
2249
for ( ; dev < SNDRV_CARDS; dev++) {
sound/isa/es18xx.c
2253
if (dev >= SNDRV_CARDS)
sound/isa/es18xx.c
2301
err = isa_register_driver(&snd_es18xx_isa_driver, SNDRV_CARDS);
sound/isa/galaxy/galaxy.c
191
static u32 config[SNDRV_CARDS];
sound/isa/galaxy/galaxy.c
192
static u8 wss_config[SNDRV_CARDS];
sound/isa/galaxy/galaxy.c
23
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/isa/galaxy/galaxy.c
24
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/isa/galaxy/galaxy.c
25
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE;
sound/isa/galaxy/galaxy.c
34
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/galaxy/galaxy.c
35
static long wss_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/galaxy/galaxy.c
36
static long mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/galaxy/galaxy.c
37
static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/galaxy/galaxy.c
38
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ;
sound/isa/galaxy/galaxy.c
39
static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ;
sound/isa/galaxy/galaxy.c
40
static int dma1[SNDRV_CARDS] = SNDRV_DEFAULT_DMA;
sound/isa/galaxy/galaxy.c
41
static int dma2[SNDRV_CARDS] = SNDRV_DEFAULT_DMA;
sound/isa/galaxy/galaxy.c
615
module_isa_driver(snd_galaxy_driver, SNDRV_CARDS);
sound/isa/gus/gusclassic.c
207
module_isa_driver(snd_gusclassic_driver, SNDRV_CARDS);
sound/isa/gus/gusclassic.c
27
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/gus/gusclassic.c
28
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/gus/gusclassic.c
29
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/gus/gusclassic.c
30
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x230,0x240,0x250,0x260 */
sound/isa/gus/gusclassic.c
31
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 3,5,9,11,12,15 */
sound/isa/gus/gusclassic.c
32
static int dma1[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 1,3,5,6,7 */
sound/isa/gus/gusclassic.c
33
static int dma2[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 1,3,5,6,7 */
sound/isa/gus/gusclassic.c
34
static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29};
sound/isa/gus/gusclassic.c
36
static int channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 24};
sound/isa/gus/gusclassic.c
37
static int pcm_channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2};
sound/isa/gus/gusextreme.c
31
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/gus/gusextreme.c
32
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/gus/gusextreme.c
33
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/gus/gusextreme.c
336
module_isa_driver(snd_gusextreme_driver, SNDRV_CARDS);
sound/isa/gus/gusextreme.c
34
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */
sound/isa/gus/gusextreme.c
35
static long gf1_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS) - 1] = -1}; /* 0x210,0x220,0x230,0x240,0x250,0x260,0x270 */
sound/isa/gus/gusextreme.c
36
static long mpu_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS) - 1] = -1}; /* 0x300,0x310,0x320 */
sound/isa/gus/gusextreme.c
37
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5,7,9,10 */
sound/isa/gus/gusextreme.c
38
static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5,7,9,10 */
sound/isa/gus/gusextreme.c
39
static int gf1_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 2,3,5,9,11,12,15 */
sound/isa/gus/gusextreme.c
40
static int dma8[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3 */
sound/isa/gus/gusextreme.c
41
static int dma1[SNDRV_CARDS] = SNDRV_DEFAULT_DMA;
sound/isa/gus/gusextreme.c
42
static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29};
sound/isa/gus/gusextreme.c
44
static int channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 24};
sound/isa/gus/gusextreme.c
45
static int pcm_channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2};
sound/isa/gus/gusmax.c
25
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/gus/gusmax.c
26
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/gus/gusmax.c
27
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/gus/gusmax.c
28
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x230,0x240,0x250,0x260 */
sound/isa/gus/gusmax.c
29
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 2,3,5,9,11,12,15 */
sound/isa/gus/gusmax.c
30
static int dma1[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 1,3,5,6,7 */
sound/isa/gus/gusmax.c
31
static int dma2[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 1,3,5,6,7 */
sound/isa/gus/gusmax.c
32
static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29};
sound/isa/gus/gusmax.c
34
static int channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 24};
sound/isa/gus/gusmax.c
342
module_isa_driver(snd_gusmax_driver, SNDRV_CARDS);
sound/isa/gus/gusmax.c
35
static int pcm_channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2};
sound/isa/gus/interwave.c
35
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/gus/interwave.c
36
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/gus/interwave.c
37
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; /* Enable this card */
sound/isa/gus/interwave.c
39
static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};
sound/isa/gus/interwave.c
41
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x210,0x220,0x230,0x240,0x250,0x260 */
sound/isa/gus/interwave.c
43
static long port_tc[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x350,0x360,0x370,0x380 */
sound/isa/gus/interwave.c
45
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 2,3,5,9,11,12,15 */
sound/isa/gus/interwave.c
46
static int dma1[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3,5,6,7 */
sound/isa/gus/interwave.c
47
static int dma2[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3,5,6,7 */
sound/isa/gus/interwave.c
48
static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29};
sound/isa/gus/interwave.c
50
static int midi[SNDRV_CARDS];
sound/isa/gus/interwave.c
51
static int pcm_channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2};
sound/isa/gus/interwave.c
52
static int effect[SNDRV_CARDS];
sound/isa/gus/interwave.c
849
for ( ; dev < SNDRV_CARDS; dev++) {
sound/isa/gus/interwave.c
853
if (dev >= SNDRV_CARDS)
sound/isa/gus/interwave.c
888
err = isa_register_driver(&snd_interwave_driver, SNDRV_CARDS);
sound/isa/msnd/msnd_pinnacle.c
1024
for ( ; idx < SNDRV_CARDS; idx++) {
sound/isa/msnd/msnd_pinnacle.c
1028
if (idx >= SNDRV_CARDS)
sound/isa/msnd/msnd_pinnacle.c
1137
err = isa_register_driver(&snd_msnd_driver, SNDRV_CARDS);
sound/isa/msnd/msnd_pinnacle.c
516
static long mpu_io[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/msnd/msnd_pinnacle.c
517
static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ;
sound/isa/msnd/msnd_pinnacle.c
708
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/msnd/msnd_pinnacle.c
709
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/msnd/msnd_pinnacle.c
716
static long io[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/msnd/msnd_pinnacle.c
717
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ;
sound/isa/msnd/msnd_pinnacle.c
718
static long mem[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/msnd/msnd_pinnacle.c
721
static long cfg[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/msnd/msnd_pinnacle.c
724
static long ide_io0[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/msnd/msnd_pinnacle.c
725
static long ide_io1[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/msnd/msnd_pinnacle.c
726
static int ide_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ;
sound/isa/msnd/msnd_pinnacle.c
728
static long joystick_io[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/msnd/msnd_pinnacle.c
730
static int digital[SNDRV_CARDS];
sound/isa/msnd/msnd_pinnacle.c
733
static int reset[SNDRV_CARDS];
sound/isa/msnd/msnd_pinnacle.c
736
static int write_ndelay[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = 1 };
sound/isa/msnd/msnd_pinnacle.c
741
static bool isapnp[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/isa/opl3sa2.c
26
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/opl3sa2.c
27
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/opl3sa2.c
28
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; /* Enable this card */
sound/isa/opl3sa2.c
30
static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};
sound/isa/opl3sa2.c
32
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0xf86,0x370,0x100 */
sound/isa/opl3sa2.c
33
static long sb_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */
sound/isa/opl3sa2.c
34
static long wss_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;/* 0x530,0xe80,0xf40,0x604 */
sound/isa/opl3sa2.c
35
static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x388 */
sound/isa/opl3sa2.c
36
static long midi_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;/* 0x330,0x300 */
sound/isa/opl3sa2.c
37
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 0,1,3,5,9,11,12,15 */
sound/isa/opl3sa2.c
38
static int dma1[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 1,3,5,6,7 */
sound/isa/opl3sa2.c
39
static int dma2[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 1,3,5,6,7 */
sound/isa/opl3sa2.c
40
static int opl3sa3_ymode[SNDRV_CARDS]; /* 0,1,2,3 */ /*SL Added*/
sound/isa/opl3sa2.c
704
for (; dev < SNDRV_CARDS; dev++) {
sound/isa/opl3sa2.c
708
if (dev >= SNDRV_CARDS)
sound/isa/opl3sa2.c
760
for (; dev < SNDRV_CARDS; dev++) {
sound/isa/opl3sa2.c
764
if (dev >= SNDRV_CARDS)
sound/isa/opl3sa2.c
879
err = isa_register_driver(&snd_opl3sa2_isa_driver, SNDRV_CARDS);
sound/isa/sb/jazz16.c
30
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/sb/jazz16.c
31
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/sb/jazz16.c
32
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/sb/jazz16.c
33
static unsigned long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/sb/jazz16.c
34
static unsigned long mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/sb/jazz16.c
35
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ;
sound/isa/sb/jazz16.c
36
static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ;
sound/isa/sb/jazz16.c
367
module_isa_driver(snd_jazz16_driver, SNDRV_CARDS);
sound/isa/sb/jazz16.c
37
static int dma8[SNDRV_CARDS] = SNDRV_DEFAULT_DMA;
sound/isa/sb/jazz16.c
38
static int dma16[SNDRV_CARDS] = SNDRV_DEFAULT_DMA;
sound/isa/sb/sb16.c
41
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/sb/sb16.c
42
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/sb/sb16.c
43
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; /* Enable this card */
sound/isa/sb/sb16.c
45
static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};
sound/isa/sb/sb16.c
47
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260,0x280 */
sound/isa/sb/sb16.c
48
static long mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x330,0x300 */
sound/isa/sb/sb16.c
49
static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/sb/sb16.c
51
static long awe_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/sb/sb16.c
53
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5,7,9,10 */
sound/isa/sb/sb16.c
54
static int dma8[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3 */
sound/isa/sb/sb16.c
55
static int dma16[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 5,6,7 */
sound/isa/sb/sb16.c
56
static int mic_agc[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};
sound/isa/sb/sb16.c
577
for ( ; dev < SNDRV_CARDS; dev++) {
sound/isa/sb/sb16.c
58
static int csp[SNDRV_CARDS];
sound/isa/sb/sb16.c
61
static int seq_ports[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4};
sound/isa/sb/sb16.c
629
err = isa_register_driver(&snd_sb16_isa_driver, SNDRV_CARDS);
sound/isa/sb/sb8.c
22
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/sb/sb8.c
221
module_isa_driver(snd_sb8_driver, SNDRV_CARDS);
sound/isa/sb/sb8.c
23
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/sb/sb8.c
24
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/sb/sb8.c
25
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */
sound/isa/sb/sb8.c
26
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5,7,9,10 */
sound/isa/sb/sb8.c
27
static int dma8[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 1,3 */
sound/isa/sc6000.c
33
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/sc6000.c
34
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/sc6000.c
35
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/sc6000.c
36
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220, 0x240 */
sound/isa/sc6000.c
37
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5, 7, 9, 10, 11 */
sound/isa/sc6000.c
38
static long mss_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x530, 0xe80 */
sound/isa/sc6000.c
39
static long mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/sc6000.c
41
static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5, 7, 9, 10, 0 */
sound/isa/sc6000.c
42
static int dma[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0, 1, 3 */
sound/isa/sc6000.c
43
static bool joystick[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = false };
sound/isa/sc6000.c
683
module_isa_driver(snd_sc6000_driver, SNDRV_CARDS);
sound/isa/sscape.c
1142
while (i < SNDRV_CARDS && port[i] != SNDRV_AUTO_PORT)
sound/isa/sscape.c
1162
if (idx >= SNDRV_CARDS)
sound/isa/sscape.c
1243
err = isa_register_driver(&snd_sscape_driver, SNDRV_CARDS);
sound/isa/sscape.c
36
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/isa/sscape.c
37
static char* id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/isa/sscape.c
38
static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/sscape.c
39
static long wss_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
sound/isa/sscape.c
40
static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ;
sound/isa/sscape.c
41
static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ;
sound/isa/sscape.c
42
static int dma[SNDRV_CARDS] = SNDRV_DEFAULT_DMA;
sound/isa/sscape.c
43
static int dma2[SNDRV_CARDS] = SNDRV_DEFAULT_DMA;
sound/isa/sscape.c
44
static bool joystick[SNDRV_CARDS];
sound/isa/wavefront/wavefront.c
25
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/isa/wavefront/wavefront.c
26
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/isa/wavefront/wavefront.c
27
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/wavefront/wavefront.c
29
static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};
sound/isa/wavefront/wavefront.c
31
static long cs4232_pcm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/wavefront/wavefront.c
32
static int cs4232_pcm_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5,7,9,11,12,15 */
sound/isa/wavefront/wavefront.c
33
static long cs4232_mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/wavefront/wavefront.c
34
static int cs4232_mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 9,11,12,15 */
sound/isa/wavefront/wavefront.c
35
static long ics2115_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/wavefront/wavefront.c
36
static int ics2115_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 2,9,11,12,15 */
sound/isa/wavefront/wavefront.c
37
static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */
sound/isa/wavefront/wavefront.c
38
static int dma1[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3,5,6,7 */
sound/isa/wavefront/wavefront.c
39
static int dma2[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3,5,6,7 */
sound/isa/wavefront/wavefront.c
40
static bool use_cs4232_midi[SNDRV_CARDS];
sound/isa/wavefront/wavefront.c
576
for ( ; dev < SNDRV_CARDS; dev++) {
sound/isa/wavefront/wavefront.c
580
if (dev >= SNDRV_CARDS)
sound/isa/wavefront/wavefront.c
617
err = isa_register_driver(&snd_wavefront_driver, SNDRV_CARDS);
sound/last.c
16
for (idx = 0; idx < SNDRV_CARDS; idx++) {
sound/pci/ad1889.c
47
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/ad1889.c
51
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/ad1889.c
55
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/ad1889.c
59
static char *ac97_quirk[SNDRV_CARDS];
sound/pci/ad1889.c
849
if (devno >= SNDRV_CARDS)
sound/pci/als300.c
682
if (dev >= SNDRV_CARDS)
sound/pci/als300.c
90
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/als300.c
91
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/als300.c
92
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/als4000.c
76
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/als4000.c
77
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/als4000.c
78
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/als4000.c
80
static int joystick_port[SNDRV_CARDS];
sound/pci/als4000.c
817
if (dev >= SNDRV_CARDS)
sound/pci/asihpi/asihpi.c
2769
if (dev >= SNDRV_CARDS)
sound/pci/asihpi/asihpi.c
45
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* index 0-MAX */
sound/pci/asihpi/asihpi.c
46
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/asihpi/asihpi.c
47
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/au88x0/au88x0.c
203
if (dev >= SNDRV_CARDS)
sound/pci/au88x0/au88x0.c
28
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/au88x0/au88x0.c
29
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/au88x0/au88x0.c
30
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/au88x0/au88x0.c
31
static int pcifix[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 255 };
sound/pci/aw2/aw2-alsa.c
133
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/aw2/aw2-alsa.c
134
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/aw2/aw2-alsa.c
135
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/aw2/aw2-alsa.c
260
if (dev >= SNDRV_CARDS)
sound/pci/azt3328.c
226
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/azt3328.c
230
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/azt3328.c
234
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/azt3328.c
2414
if (dev >= SNDRV_CARDS)
sound/pci/bt87x.c
27
static int index[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -2}; /* Exclude the first card */
sound/pci/bt87x.c
28
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/bt87x.c
29
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/bt87x.c
30
static int digital_rate[SNDRV_CARDS]; /* digital input rate */
sound/pci/bt87x.c
818
if (dev >= SNDRV_CARDS)
sound/pci/ca0106/ca0106_main.c
142
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/ca0106/ca0106_main.c
143
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/ca0106/ca0106_main.c
144
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/ca0106/ca0106_main.c
145
static uint subsystem[SNDRV_CARDS]; /* Force card subsystem model */
sound/pci/ca0106/ca0106_main.c
1721
if (dev >= SNDRV_CARDS)
sound/pci/cmipci.c
3170
if (dev >= SNDRV_CARDS)
sound/pci/cmipci.c
38
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/cmipci.c
39
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/cmipci.c
40
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable switches */
sound/pci/cmipci.c
41
static long mpu_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 1};
sound/pci/cmipci.c
42
static long fm_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)]=1};
sound/pci/cmipci.c
43
static bool soft_ac3[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)]=1};
sound/pci/cmipci.c
45
static int joystick_port[SNDRV_CARDS];
sound/pci/cs4281.c
1823
if (dev >= SNDRV_CARDS)
sound/pci/cs4281.c
29
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/cs4281.c
30
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/cs4281.c
31
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable switches */
sound/pci/cs4281.c
32
static bool dual_codec[SNDRV_CARDS]; /* dual codec */
sound/pci/cs46xx/cs46xx.c
25
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/cs46xx/cs46xx.c
26
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/cs46xx/cs46xx.c
27
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/cs46xx/cs46xx.c
28
static bool external_amp[SNDRV_CARDS];
sound/pci/cs46xx/cs46xx.c
29
static bool thinkpad[SNDRV_CARDS];
sound/pci/cs46xx/cs46xx.c
30
static bool mmap_valid[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};
sound/pci/cs46xx/cs46xx.c
62
if (dev >= SNDRV_CARDS)
sound/pci/cs5530.c
193
if (dev >= SNDRV_CARDS)
sound/pci/cs5530.c
42
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/cs5530.c
43
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/cs5530.c
44
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/cs5535audio/cs5535audio.c
294
if (dev >= SNDRV_CARDS)
sound/pci/cs5535audio/cs5535audio.c
44
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/cs5535audio/cs5535audio.c
45
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/cs5535audio/cs5535audio.c
46
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/ctxfi/xfi.c
29
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/ctxfi/xfi.c
30
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/ctxfi/xfi.c
31
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/ctxfi/xfi.c
32
static unsigned int subsystem[SNDRV_CARDS];
sound/pci/ctxfi/xfi.c
63
if (dev >= SNDRV_CARDS)
sound/pci/echoaudio/echoaudio.c
16
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/echoaudio/echoaudio.c
17
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/echoaudio/echoaudio.c
18
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/echoaudio/echoaudio.c
1946
if (dev >= SNDRV_CARDS)
sound/pci/emu10k1/emu10k1.c
26
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/emu10k1/emu10k1.c
27
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/emu10k1/emu10k1.c
28
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/emu10k1/emu10k1.c
29
static int extin[SNDRV_CARDS];
sound/pci/emu10k1/emu10k1.c
30
static int extout[SNDRV_CARDS];
sound/pci/emu10k1/emu10k1.c
31
static int seq_ports[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4};
sound/pci/emu10k1/emu10k1.c
32
static int max_synth_voices[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 64};
sound/pci/emu10k1/emu10k1.c
33
static int max_buffer_size[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 128};
sound/pci/emu10k1/emu10k1.c
34
static bool enable_ir[SNDRV_CARDS];
sound/pci/emu10k1/emu10k1.c
35
static uint subsystem[SNDRV_CARDS]; /* Force card subsystem model */
sound/pci/emu10k1/emu10k1.c
80
if (dev >= SNDRV_CARDS)
sound/pci/emu10k1/emu10k1x.c
1458
if (dev >= SNDRV_CARDS)
sound/pci/emu10k1/emu10k1x.c
37
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/emu10k1/emu10k1x.c
38
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/emu10k1/emu10k1x.c
39
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/ens1370.c
2278
if (dev >= SNDRV_CARDS)
sound/pci/ens1370.c
64
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/ens1370.c
65
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/ens1370.c
66
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable switches */
sound/pci/ens1370.c
69
static int joystick_port[SNDRV_CARDS];
sound/pci/ens1370.c
71
static bool joystick[SNDRV_CARDS];
sound/pci/ens1370.c
75
static int spdif[SNDRV_CARDS];
sound/pci/ens1370.c
76
static int lineio[SNDRV_CARDS];
sound/pci/es1938.c
1693
if (dev >= SNDRV_CARDS)
sound/pci/es1938.c
60
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/es1938.c
61
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/es1938.c
62
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/es1968.c
115
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 1-MAX */
sound/pci/es1968.c
116
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/es1968.c
117
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/es1968.c
118
static int total_bufsize[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1024 };
sound/pci/es1968.c
119
static int pcm_substreams_p[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4 };
sound/pci/es1968.c
120
static int pcm_substreams_c[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1 };
sound/pci/es1968.c
121
static int clock[SNDRV_CARDS];
sound/pci/es1968.c
122
static int use_pm[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2};
sound/pci/es1968.c
123
static int enable_mpu[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2};
sound/pci/es1968.c
125
static bool joystick[SNDRV_CARDS];
sound/pci/es1968.c
127
static int radio_nr[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -1};
sound/pci/es1968.c
2691
if (dev >= SNDRV_CARDS)
sound/pci/fm801.c
1267
if (dev >= SNDRV_CARDS)
sound/pci/fm801.c
30
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/fm801.c
31
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/fm801.c
32
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/fm801.c
41
static int tea575x_tuner[SNDRV_CARDS];
sound/pci/fm801.c
42
static int radio_nr[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -1};
sound/pci/ice1712/ice1712.c
2523
if (dev >= SNDRV_CARDS)
sound/pci/ice1712/ice1712.c
64
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/ice1712/ice1712.c
65
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/ice1712/ice1712.c
66
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;/* Enable this card */
sound/pci/ice1712/ice1712.c
67
static char *model[SNDRV_CARDS];
sound/pci/ice1712/ice1712.c
68
static bool omni[SNDRV_CARDS]; /* Delta44 & 66 Omni I/O support */
sound/pci/ice1712/ice1712.c
69
static int cs8427_timeout[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 500}; /* CS8427 S/PDIF transceiver reset timeout value in msec */
sound/pci/ice1712/ice1712.c
70
static int dxr_enable[SNDRV_CARDS]; /* DXR enable for DMX6FIRE */
sound/pci/ice1712/ice1724.c
2521
if (dev >= SNDRV_CARDS)
sound/pci/ice1712/ice1724.c
48
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/ice1712/ice1724.c
49
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/ice1712/ice1724.c
50
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/ice1712/ice1724.c
51
static char *model[SNDRV_CARDS];
sound/pci/korg1212/korg1212.c
2226
if (dev >= SNDRV_CARDS) {
sound/pci/korg1212/korg1212.c
390
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/korg1212/korg1212.c
391
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/korg1212/korg1212.c
392
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/pci/lola/lola.c
23
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/lola/lola.c
24
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/lola/lola.c
25
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/lola/lola.c
39
static int granularity[SNDRV_CARDS] = {
sound/pci/lola/lola.c
40
[0 ... (SNDRV_CARDS - 1)] = LOLA_GRANULARITY_MAX
sound/pci/lola/lola.c
44
static int sample_rate_min[SNDRV_CARDS] = {
sound/pci/lola/lola.c
45
[0 ... (SNDRV_CARDS - 1) ] = 16000
sound/pci/lola/lola.c
652
if (dev >= SNDRV_CARDS)
sound/pci/lx6464es/lx6464es.c
25
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/lx6464es/lx6464es.c
26
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/lx6464es/lx6464es.c
27
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/lx6464es/lx6464es.c
993
if (dev >= SNDRV_CARDS)
sound/pci/maestro3.c
2626
if (dev >= SNDRV_CARDS)
sound/pci/maestro3.c
45
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/maestro3.c
46
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/maestro3.c
47
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* all enabled */
sound/pci/maestro3.c
48
static bool external_amp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1};
sound/pci/maestro3.c
49
static int amp_gpio[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -1};
sound/pci/mixart/mixart.c
1223
if (dev >= SNDRV_CARDS)
sound/pci/mixart/mixart.c
36
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/mixart/mixart.c
37
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/mixart/mixart.c
38
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/oxygen/oxygen.c
60
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/oxygen/oxygen.c
61
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/oxygen/oxygen.c
62
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/oxygen/oxygen.c
836
if (dev >= SNDRV_CARDS)
sound/pci/oxygen/se6x.c
123
if (dev >= SNDRV_CARDS)
sound/pci/oxygen/se6x.c
33
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/oxygen/se6x.c
34
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/oxygen/se6x.c
35
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/oxygen/virtuoso.c
20
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/oxygen/virtuoso.c
21
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/oxygen/virtuoso.c
22
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/pci/oxygen/virtuoso.c
68
if (dev >= SNDRV_CARDS)
sound/pci/pcxhr/pcxhr.c
1469
if (dev >= SNDRV_CARDS)
sound/pci/pcxhr/pcxhr.c
39
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/pcxhr/pcxhr.c
40
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/pcxhr/pcxhr.c
41
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;/* Enable this card */
sound/pci/pcxhr/pcxhr.c
42
static bool mono[SNDRV_CARDS]; /* capture mono only */
sound/pci/riptide/riptide.c
109
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/pci/riptide/riptide.c
110
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/pci/riptide/riptide.c
111
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE;
sound/pci/riptide/riptide.c
114
static int joystick_port[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS - 1)] = 0x200 };
sound/pci/riptide/riptide.c
116
static int mpu_port[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS - 1)] = 0x330 };
sound/pci/riptide/riptide.c
117
static int opl3_port[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS - 1)] = 0x388 };
sound/pci/riptide/riptide.c
1975
if (dev >= SNDRV_CARDS)
sound/pci/riptide/riptide.c
2031
if (dev >= SNDRV_CARDS)
sound/pci/rme32.c
1820
if (dev >= SNDRV_CARDS) {
sound/pci/rme32.c
75
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/rme32.c
76
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/rme32.c
77
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/rme32.c
78
static bool fullduplex[SNDRV_CARDS]; // = {[0 ... (SNDRV_CARDS - 1)] = 1};
sound/pci/rme96.c
2368
if (dev >= SNDRV_CARDS) {
sound/pci/rme96.c
35
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/rme96.c
36
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/rme96.c
37
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/rme9652/hdsp.c
34
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/rme9652/hdsp.c
35
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/rme9652/hdsp.c
36
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/rme9652/hdsp.c
5334
if (dev >= SNDRV_CARDS)
sound/pci/rme9652/hdspm.c
143
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/rme9652/hdspm.c
144
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/rme9652/hdspm.c
145
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;/* Enable this card */
sound/pci/rme9652/hdspm.c
6808
if (dev >= SNDRV_CARDS)
sound/pci/rme9652/rme9652.c
2478
if (dev >= SNDRV_CARDS)
sound/pci/rme9652/rme9652.c
26
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/rme9652/rme9652.c
27
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/rme9652/rme9652.c
28
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/rme9652/rme9652.c
29
static bool precise_ptr[SNDRV_CARDS]; /* Enable precise pointer */
sound/pci/sonicvibes.c
1375
if (dev >= SNDRV_CARDS)
sound/pci/sonicvibes.c
37
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/sonicvibes.c
38
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/sonicvibes.c
39
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/sonicvibes.c
40
static bool reverb[SNDRV_CARDS];
sound/pci/sonicvibes.c
41
static bool mge[SNDRV_CARDS];
sound/pci/trident/trident.c
21
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/trident/trident.c
22
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/trident/trident.c
23
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/trident/trident.c
24
static int pcm_channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 32};
sound/pci/trident/trident.c
25
static int wavetable_size[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 8192};
sound/pci/trident/trident.c
58
if (dev >= SNDRV_CARDS)
sound/pci/vx222/vx222.c
155
if (dev >= SNDRV_CARDS)
sound/pci/vx222/vx222.c
24
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/vx222/vx222.c
25
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/vx222/vx222.c
26
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/vx222/vx222.c
27
static bool mic[SNDRV_CARDS]; /* microphone */
sound/pci/vx222/vx222.c
28
static int ibl[SNDRV_CARDS]; /* microphone */
sound/pci/ymfpci/ymfpci.c
168
if (dev >= SNDRV_CARDS)
sound/pci/ymfpci/ymfpci.c
21
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pci/ymfpci/ymfpci.c
22
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pci/ymfpci/ymfpci.c
23
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/pci/ymfpci/ymfpci.c
24
static long fm_port[SNDRV_CARDS];
sound/pci/ymfpci/ymfpci.c
25
static long mpu_port[SNDRV_CARDS];
sound/pci/ymfpci/ymfpci.c
27
static long joystick_port[SNDRV_CARDS];
sound/pci/ymfpci/ymfpci.c
29
static bool rear_switch[SNDRV_CARDS];
sound/pcmcia/pdaudiocf/pdaudiocf.c
26
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pcmcia/pdaudiocf/pdaudiocf.c
27
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pcmcia/pdaudiocf/pdaudiocf.c
28
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable switches */
sound/pcmcia/pdaudiocf/pdaudiocf.c
40
static struct snd_card *card_list[SNDRV_CARDS];
sound/pcmcia/pdaudiocf/pdaudiocf.c
89
for (i = 0; i < SNDRV_CARDS; i++) {
sound/pcmcia/pdaudiocf/pdaudiocf.c
93
if (i >= SNDRV_CARDS) {
sound/pcmcia/vx/vxpocket.c
24
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/pcmcia/vx/vxpocket.c
25
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/pcmcia/vx/vxpocket.c
256
for (i = 0; i < SNDRV_CARDS; i++) {
sound/pcmcia/vx/vxpocket.c
26
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable switches */
sound/pcmcia/vx/vxpocket.c
260
if (i >= SNDRV_CARDS) {
sound/pcmcia/vx/vxpocket.c
27
static int ibl[SNDRV_CARDS];
sound/sparc/amd7930.c
52
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/sparc/amd7930.c
53
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/sparc/amd7930.c
54
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/sparc/amd7930.c
975
if (dev_num >= SNDRV_CARDS)
sound/sparc/cs4231.c
1492
if (dev >= SNDRV_CARDS)
sound/sparc/cs4231.c
41
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/sparc/cs4231.c
42
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/sparc/cs4231.c
44
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/sparc/dbri.c
2585
if (dev >= SNDRV_CARDS)
sound/sparc/dbri.c
81
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/sparc/dbri.c
82
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/sparc/dbri.c
84
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/usb/6fire/chip.c
30
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */
sound/usb/6fire/chip.c
31
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for card */
sound/usb/6fire/chip.c
32
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable card */
sound/usb/6fire/chip.c
33
static struct sfire_chip *chips[SNDRV_CARDS] = SNDRV_DEFAULT_PTR;
sound/usb/6fire/chip.c
34
static struct usb_device *devices[SNDRV_CARDS] = SNDRV_DEFAULT_PTR;
sound/usb/6fire/chip.c
92
for (i = 0; i < SNDRV_CARDS; i++) {
sound/usb/bcd2000/bcd2000.c
374
for (card_index = 0; card_index < SNDRV_CARDS; ++card_index)
sound/usb/bcd2000/bcd2000.c
378
if (card_index >= SNDRV_CARDS)
sound/usb/bcd2000/bcd2000.c
60
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/usb/bcd2000/bcd2000.c
61
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/usb/bcd2000/bcd2000.c
64
static DECLARE_BITMAP(devices_used, SNDRV_CARDS);
sound/usb/caiaq/device.c
30
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */
sound/usb/caiaq/device.c
31
static char* id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for this card */
sound/usb/caiaq/device.c
32
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/usb/caiaq/device.c
399
for (devnum = 0; devnum < SNDRV_CARDS; devnum++)
sound/usb/caiaq/device.c
403
if (devnum >= SNDRV_CARDS)
sound/usb/card.c
138
static struct snd_usb_audio *usb_chip[SNDRV_CARDS];
sound/usb/card.c
191
for (i = 0; i < SNDRV_CARDS; i++) {
sound/usb/card.c
63
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
sound/usb/card.c
64
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
sound/usb/card.c
65
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;/* Enable this card */
sound/usb/card.c
67
static int vid[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = -1 };
sound/usb/card.c
68
static int pid[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = -1 };
sound/usb/card.c
69
static int device_setup[SNDRV_CARDS]; /* device parameter for this card */
sound/usb/card.c
73
static char *quirk_alias[SNDRV_CARDS];
sound/usb/card.c
74
static char *delayed_register[SNDRV_CARDS];
sound/usb/card.c
75
static bool implicit_fb[SNDRV_CARDS];
sound/usb/card.c
76
static char *quirk_flags[SNDRV_CARDS];
sound/usb/card.c
951
for (i = 0; i < SNDRV_CARDS; i++) {
sound/usb/card.c
971
for (i = 0; i < SNDRV_CARDS; i++)
sound/usb/hiface/chip.c
106
for (i = 0; i < SNDRV_CARDS; i++)
sound/usb/hiface/chip.c
110
if (i >= SNDRV_CARDS) {
sound/usb/hiface/chip.c
25
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */
sound/usb/hiface/chip.c
26
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for card */
sound/usb/hiface/chip.c
27
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/usb/misc/ua101.c
1177
for (card_index = 0; card_index < SNDRV_CARDS; ++card_index)
sound/usb/misc/ua101.c
1180
if (card_index >= SNDRV_CARDS)
sound/usb/misc/ua101.c
42
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/usb/misc/ua101.c
43
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/usb/misc/ua101.c
44
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/usb/qcom/mixer_usb_offload.c
49
uinfo->value.integer.max = SNDRV_CARDS;
sound/usb/qcom/qc_audio_offload.c
139
static struct uaudio_dev uadev[SNDRV_CARDS];
sound/usb/qcom/qc_audio_offload.c
1561
if (pcm_card_num >= SNDRV_CARDS) {
sound/usb/qcom/qc_audio_offload.c
1851
if (card_num >= SNDRV_CARDS)
sound/usb/qcom/qc_audio_offload.c
1902
if (card_num >= SNDRV_CARDS)
sound/usb/qcom/qc_audio_offload.c
1975
for (idx = 0; idx < SNDRV_CARDS; idx++)
sound/usb/qcom/qc_audio_offload.c
61
#define IOVA_XFER_RING_BASE (IOVA_BASE + PAGE_SIZE * (SNDRV_CARDS + 1))
sound/usb/qcom/qc_audio_offload.c
62
#define IOVA_XFER_BUF_BASE (IOVA_XFER_RING_BASE + PAGE_SIZE * SNDRV_CARDS * 32)
sound/usb/qcom/qc_audio_offload.c
761
for (idx = 0; idx < SNDRV_CARDS; idx++) {
sound/usb/usx2y/us122l.c
24
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */
sound/usb/usx2y/us122l.c
25
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for this card */
sound/usb/usx2y/us122l.c
27
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
sound/usb/usx2y/us122l.c
39
static int snd_us122l_card_used[SNDRV_CARDS];
sound/usb/usx2y/us122l.c
456
if (index >= 0 && index < SNDRV_CARDS)
sound/usb/usx2y/us122l.c
469
for (dev = 0; dev < SNDRV_CARDS; ++dev)
sound/usb/usx2y/us122l.c
472
if (dev >= SNDRV_CARDS)
sound/usb/usx2y/us144mkii.c
27
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
sound/usb/usx2y/us144mkii.c
28
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
sound/usb/usx2y/us144mkii.c
29
static bool enable[SNDRV_CARDS] = { 1, [1 ...(SNDRV_CARDS - 1)] = 0 };
sound/usb/usx2y/us144mkii.c
431
if (dev_idx >= SNDRV_CARDS) {
sound/usb/usx2y/usbusx2y.c
138
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */
sound/usb/usx2y/usbusx2y.c
139
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for this card */
sound/usb/usx2y/usbusx2y.c
140
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
sound/usb/usx2y/usbusx2y.c
149
static int snd_usx2y_card_used[SNDRV_CARDS];
sound/usb/usx2y/usbusx2y.c
369
for (dev = 0; dev < SNDRV_CARDS; ++dev)
sound/usb/usx2y/usbusx2y.c
372
if (dev >= SNDRV_CARDS)
sound/usb/usx2y/usbusx2y.c
406
if (usx2y->card_index >= 0 && usx2y->card_index < SNDRV_CARDS)