Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Demu10kx-pcm.c86 #define MAX_CHANNELS 4 macro
88 #if MAX_CHANNELS > 13
96 struct emu_pcm_pchinfo pch[MAX_CHANNELS]; /* hardware channels */
715 if (sc->pnum >= MAX_CHANNELS) in emupchan_init()
1239 for (i = 0; i < MAX_CHANNELS; i++) in emu_pcm_intr()
1467 for (i = 1; i < MAX_CHANNELS; i++) in emu_pcm_attach()