Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Denvy24ht.h162 #define ENVY24HT_CHAN_PLAY_SPDIF 4 macro
H A Denvy24ht.c226 ENVY24HT_CHAN_PLAY_SPDIF, /* 0 */
1481 if ((sc->chnum > ENVY24HT_CHAN_PLAY_SPDIF && dir != PCMDIR_REC) || in envy24htchan_init()
1934 if (hwch > ENVY24HT_CHAN_PLAY_SPDIF || sc->chan[ch].run) in envy24htmixer_set()
1951 if (ch > ENVY24HT_CHAN_PLAY_SPDIF) in envy24htmixer_setrecsrc()
1995 for (i = ENVY24HT_CHAN_PLAY_DAC1; i <= ENVY24HT_CHAN_PLAY_SPDIF; i++) { in envy24ht_intr()