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