Searched refs:RME32_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 Drme32.c135 #define RME32_WCR_SEL (1 << 3) /* 0=input on output, 1=normal playback/capture */ macro
797 if (rme32->wcreg & RME32_WCR_SEL)
1036 if (rme32->wcreg & RME32_WCR_SEL)
1438 rme32->wcreg = RME32_WCR_SEL | /* normal playback */
1522 if (rme32->wcreg & RME32_WCR_SEL) {
1579 rme32->wcreg & RME32_WCR_SEL ? 0 : 1;
1591 val = ucontrol->value.integer.value[0] ? 0 : RME32_WCR_SEL;
1593 val = (rme32->wcreg & ~RME32_WCR_SEL) | val;

Completed in 105 milliseconds