Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/ice1712/
Dquartet.c451 static unsigned int get_scr(struct snd_ice1712 *ice) in get_scr() function
497 get_scr(ice))); in proc_regs_read()
519 val = get_scr(ice) & SCR_MUTE; in qtet_mute_get()
529 old = get_scr(ice) & SCR_MUTE; in qtet_mute_put()
543 set_scr(ice, (get_scr(ice) & ~SCR_MUTE) | new); in qtet_mute_put()
565 val = get_scr(ice) & (SCR_AIN12_SEL1 | SCR_AIN12_SEL0); in qtet_ain12_sw_get()
590 old = new = get_scr(ice); in qtet_ain12_sw_put()
635 val = get_scr(ice) & SCR_PHP_V; in qtet_php_get()
645 old = new = get_scr(ice); in qtet_php_put()