Searched refs:RME96_WCR_SEL (Results 1 – 1 of 1) sorted by relevance
88 #define RME96_WCR_SEL (1 << 14) macro 1643 RME96_WCR_SEL | /* normal playback */ in snd_rme96_create() 1743 if (rme96->wcreg & RME96_WCR_SEL) { in snd_rme96_proc_read() 1833 ucontrol->value.integer.value[0] = rme96->wcreg & RME96_WCR_SEL ? 0 : 1; in snd_rme96_get_loopback_control() 1844 val = ucontrol->value.integer.value[0] ? 0 : RME96_WCR_SEL; in snd_rme96_put_loopback_control() 1846 val = (rme96->wcreg & ~RME96_WCR_SEL) | val; in snd_rme96_put_loopback_control()