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