Home
last modified time | relevance | path

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

/sound/soc/
Dsoc-dapm.c3103 int connect, change, reg_change = 0; in snd_soc_dapm_put_volsw() local
3126 reg_change = soc_dapm_test_bits(dapm, reg, mask, val); in snd_soc_dapm_put_volsw()
3129 if (change || reg_change) { in snd_soc_dapm_put_volsw()
3130 if (reg_change) { in snd_soc_dapm_put_volsw()
3137 change |= reg_change; in snd_soc_dapm_put_volsw()
3210 unsigned int val, change, reg_change = 0; in snd_soc_dapm_put_enum_double() local
3232 reg_change = soc_dapm_test_bits(dapm, e->reg, mask, val); in snd_soc_dapm_put_enum_double()
3234 if (change || reg_change) { in snd_soc_dapm_put_enum_double()
3235 if (reg_change) { in snd_soc_dapm_put_enum_double()
3242 change |= reg_change; in snd_soc_dapm_put_enum_double()