Lines Matching refs:SNDRV_CARDS
27 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
28 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
29 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
30 static int extin[SNDRV_CARDS];
31 static int extout[SNDRV_CARDS];
32 static int seq_ports[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4};
33 static int max_synth_voices[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 64};
34 static int max_buffer_size[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 128};
35 static bool enable_ir[SNDRV_CARDS];
36 static uint subsystem[SNDRV_CARDS]; /* Force card subsystem model */
37 static uint delay_pcm_irq[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2};
95 if (dev >= SNDRV_CARDS) in snd_card_emu10k1_probe()