Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-dapm.c3488 int connect, rconnect = -1, change, reg_change = 0; in snd_soc_dapm_put_volsw() local
3519 reg_change = dapm_test_bits(dapm, reg, mask << shift, val); in snd_soc_dapm_put_volsw()
3522 reg_change |= dapm_test_bits(dapm, mc->rreg, in snd_soc_dapm_put_volsw()
3527 if (change || reg_change) { in snd_soc_dapm_put_volsw()
3528 if (reg_change) { in snd_soc_dapm_put_volsw()
3605 unsigned int val, change, reg_change = 0; in snd_soc_dapm_put_enum_double() local
3628 reg_change = dapm_test_bits(dapm, e->reg, mask, val); in snd_soc_dapm_put_enum_double()
3630 if (change || reg_change) { in snd_soc_dapm_put_enum_double()
3631 if (reg_change) { in snd_soc_dapm_put_enum_double()
/linux/sound/soc/codecs/
H A Dmadera.c3811 bool reg_change; in madera_wait_for_fll()
3823 val, &reg_change); in madera_set_fll_phase_integrator()
3825 return reg_change; in madera_set_fll_phase_integrator()
3826 bool reg_change; madera_set_fll_phase_integrator() local