Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-ops.c292 int (*reg_to_ctl)(struct soc_mixer_control *, unsigned int, unsigned int, in soc_get_volsw() local
299 reg_to_ctl = sdca_soc_q78_reg_to_ctl; in soc_get_volsw()
301 reg_to_ctl = soc_mixer_reg_to_ctl; in soc_get_volsw()
304 val = reg_to_ctl(mc, reg_val, mask, mc->shift, max, sx); in soc_get_volsw()
310 val = reg_to_ctl(mc, reg_val, mask, mc->rshift, max, sx); in soc_get_volsw()
313 val = reg_to_ctl(mc, reg_val, mask, mc->shift, max, sx); in soc_get_volsw()