Home
last modified time | relevance | path

Searched refs:MIXART_MAX_CARDS (Results 1 – 3 of 3) sorted by relevance

/linux/sound/pci/mixart/
H A Dmixart.h48 #define MIXART_MAX_CARDS 4 macro
51 #define MIXART_MAX_PHYS_CONNECTORS (MIXART_MAX_CARDS * 2 * 2) /* 4 * stereo * (analog+digital) */
55 struct snd_mixart *chip[MIXART_MAX_CARDS];
H A Dmixart_core.h454 #define MIXART_MAX_PHYS_IO (MIXART_MAX_CARDS * 2 * 2) /* 4 * (analog+digital) * (playback+capture)…
H A Dmixart_hwdep.c291 if (phys_io.nb_uid < MIXART_MAX_CARDS * 2) in mixart_enum_physio()