Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/ice1712/
Dquartet.c450 static unsigned int get_scr(struct snd_ice1712 *ice) in get_scr() function
496 get_scr(ice))); in proc_regs_read()
515 val = get_scr(ice) & SCR_MUTE; in qtet_mute_get()
525 old = get_scr(ice) & SCR_MUTE; in qtet_mute_put()
539 set_scr(ice, (get_scr(ice) & ~SCR_MUTE) | new); in qtet_mute_put()
561 val = get_scr(ice) & (SCR_AIN12_SEL1 | SCR_AIN12_SEL0); in qtet_ain12_sw_get()
586 old = new = get_scr(ice); in qtet_ain12_sw_put()
631 val = get_scr(ice) & SCR_PHP_V; in qtet_php_get()
641 old = new = get_scr(ice); in qtet_php_put()