Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/mixart/
Dmixart.h61 #define MIXART_MAX_CARDS 4 macro
64 #define MIXART_MAX_PHYS_CONNECTORS (MIXART_MAX_CARDS * 2 * 2) /* 4 * stereo * (analog+digital) */
68 struct snd_mixart *chip[MIXART_MAX_CARDS];
Dmixart_core.h270 struct mixart_sample_pos streams[MIXART_MAX_STREAM_PER_CARD * MIXART_MAX_CARDS];
460 #define MIXART_MAX_PHYS_IO (MIXART_MAX_CARDS * 2 * 2) /* 4 * (analog+digital) * (playback+capture)…
Dmixart.c1332 mgr->num_cards = MIXART_MAX_CARDS; /* 4 FIXME: configurable? */ in snd_mixart_probe()
1377 size = PAGE_ALIGN( (MIXART_MAX_STREAM_PER_CARD * MIXART_MAX_CARDS * in snd_mixart_probe()
1388 size = PAGE_ALIGN( (MIXART_MAX_STREAM_PER_CARD * MIXART_MAX_CARDS * in snd_mixart_probe()
Dmixart_hwdep.c303 if (phys_io.nb_uid < MIXART_MAX_CARDS * 2) in mixart_enum_physio()