Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/mixart/
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];
Dmixart.c1313 mgr->num_cards = MIXART_MAX_CARDS; /* 4 FIXME: configurable? */ in snd_mixart_probe()
1363 size = PAGE_ALIGN( (MIXART_MAX_STREAM_PER_CARD * MIXART_MAX_CARDS * in snd_mixart_probe()
1374 size = PAGE_ALIGN( (MIXART_MAX_STREAM_PER_CARD * MIXART_MAX_CARDS * in snd_mixart_probe()
Dmixart_core.h455 #define MIXART_MAX_PHYS_IO (MIXART_MAX_CARDS * 2 * 2) /* 4 * (analog+digital) * (playback+capture)…
Dmixart_hwdep.c291 if (phys_io.nb_uid < MIXART_MAX_CARDS * 2) in mixart_enum_physio()