Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/
Dsoc-dapm.c3334 int connect, rconnect = -1, change, reg_change = 0; in snd_soc_dapm_put_volsw() local
3364 reg_change = soc_dapm_test_bits(dapm, reg, mask << shift, val); in snd_soc_dapm_put_volsw()
3367 reg_change |= soc_dapm_test_bits(dapm, mc->rreg, in snd_soc_dapm_put_volsw()
3372 if (change || reg_change) { in snd_soc_dapm_put_volsw()
3373 if (reg_change) { in snd_soc_dapm_put_volsw()
3386 change |= reg_change; in snd_soc_dapm_put_volsw()
3460 unsigned int val, change, reg_change = 0; in snd_soc_dapm_put_enum_double() local
3482 reg_change = soc_dapm_test_bits(dapm, e->reg, mask, val); in snd_soc_dapm_put_enum_double()
3484 if (change || reg_change) { in snd_soc_dapm_put_enum_double()
3485 if (reg_change) { in snd_soc_dapm_put_enum_double()
[all …]
/Linux-v5.4/sound/soc/codecs/
Dmadera.c3795 bool reg_change; in madera_set_fll_phase_integrator() local
3807 val, &reg_change); in madera_set_fll_phase_integrator()
3809 return reg_change; in madera_set_fll_phase_integrator()