Searched refs:RME96_WCR_SEL (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Drme96.c107 #define RME96_WCR_SEL (1 << 14) macro
1616 RME96_WCR_SEL | /* normal playback */
1716 if (rme96->wcreg & RME96_WCR_SEL) {
1810 ucontrol->value.integer.value[0] = rme96->wcreg & RME96_WCR_SEL ? 0 : 1;
1821 val = ucontrol->value.integer.value[0] ? 0 : RME96_WCR_SEL;
1823 val = (rme96->wcreg & ~RME96_WCR_SEL) | val;

Completed in 20 milliseconds