Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/
Dsoc-dapm.c3049 int connect, change, reg_change = 0; in snd_soc_dapm_put_volsw() local
3072 reg_change = soc_dapm_test_bits(dapm, reg, mask, val); in snd_soc_dapm_put_volsw()
3075 if (change || reg_change) { in snd_soc_dapm_put_volsw()
3076 if (reg_change) { in snd_soc_dapm_put_volsw()
3083 change |= reg_change; in snd_soc_dapm_put_volsw()
3156 unsigned int val, change, reg_change = 0; in snd_soc_dapm_put_enum_double() local
3178 reg_change = soc_dapm_test_bits(dapm, e->reg, mask, val); in snd_soc_dapm_put_enum_double()
3180 if (change || reg_change) { in snd_soc_dapm_put_enum_double()
3181 if (reg_change) { in snd_soc_dapm_put_enum_double()
3188 change |= reg_change; in snd_soc_dapm_put_enum_double()