Searched refs:reg_change (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/ |
H A D | soc-dapm.c | 3450 int connect, rconnect = -1, change, reg_change = 0; in snd_soc_dapm_put_volsw() local 3480 reg_change = soc_dapm_test_bits(dapm, reg, mask << shift, val); in snd_soc_dapm_put_volsw() 3483 reg_change |= soc_dapm_test_bits(dapm, mc->rreg, in snd_soc_dapm_put_volsw() 3488 if (change || reg_change) { in snd_soc_dapm_put_volsw() 3489 if (reg_change) { in snd_soc_dapm_put_volsw() 3570 unsigned int val, change, reg_change = 0; in snd_soc_dapm_put_enum_double() local 3592 reg_change = soc_dapm_test_bits(dapm, e->reg, mask, val); in snd_soc_dapm_put_enum_double() 3594 if (change || reg_change) { in snd_soc_dapm_put_enum_double() 3595 if (reg_change) { in snd_soc_dapm_put_enum_double()
|
/linux/sound/soc/codecs/ |
H A D | madera.c | 3826 bool reg_change; in madera_set_fll_phase_integrator() local 3838 val, ®_change); in madera_set_fll_phase_integrator() 3840 return reg_change; in madera_set_fll_phase_integrator()
|