Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-dapm.c3383 int connect, rconnect = -1, change, reg_change = 0; in snd_soc_dapm_put_volsw() local
3413 reg_change = soc_dapm_test_bits(dapm, reg, mask << shift, val); in snd_soc_dapm_put_volsw()
3416 reg_change |= soc_dapm_test_bits(dapm, mc->rreg, in snd_soc_dapm_put_volsw()
3421 if (change || reg_change) { in snd_soc_dapm_put_volsw()
3422 if (reg_change) { in snd_soc_dapm_put_volsw()
3504 unsigned int val, change, reg_change = 0; in snd_soc_dapm_put_enum_double() local
3526 reg_change = soc_dapm_test_bits(dapm, e->reg, mask, val); in snd_soc_dapm_put_enum_double()
3528 if (change || reg_change) { in snd_soc_dapm_put_enum_double()
3529 if (reg_change) { in snd_soc_dapm_put_enum_double()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dmadera.c3825 bool reg_change; in madera_set_fll_phase_integrator() local
3837 val, &reg_change); in madera_set_fll_phase_integrator()
3839 return reg_change; in madera_set_fll_phase_integrator()