Searched refs:reg_change (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/soc/ |
D | soc-dapm.c | 3189 int connect, rconnect = -1, change, reg_change = 0; in snd_soc_dapm_put_volsw() local 3219 reg_change = soc_dapm_test_bits(dapm, reg, mask << shift, val); in snd_soc_dapm_put_volsw() 3222 reg_change |= soc_dapm_test_bits(dapm, mc->rreg, in snd_soc_dapm_put_volsw() 3227 if (change || reg_change) { in snd_soc_dapm_put_volsw() 3228 if (reg_change) { in snd_soc_dapm_put_volsw() 3241 change |= reg_change; in snd_soc_dapm_put_volsw() 3315 unsigned int val, change, reg_change = 0; in snd_soc_dapm_put_enum_double() local 3337 reg_change = soc_dapm_test_bits(dapm, e->reg, mask, val); in snd_soc_dapm_put_enum_double() 3339 if (change || reg_change) { in snd_soc_dapm_put_enum_double() 3340 if (reg_change) { in snd_soc_dapm_put_enum_double() [all …]
|