Loading sound/soc/soc-core.c +1 −1 Original line number Diff line number Diff line Loading @@ -2323,7 +2323,7 @@ int snd_soc_update_bits(struct snd_soc_codec *codec, unsigned short reg, return ret; old = ret; new = (old & ~mask) | value; new = (old & ~mask) | (value & mask); change = old != new; if (change) { ret = snd_soc_write(codec, reg, new); Loading Loading
sound/soc/soc-core.c +1 −1 Original line number Diff line number Diff line Loading @@ -2323,7 +2323,7 @@ int snd_soc_update_bits(struct snd_soc_codec *codec, unsigned short reg, return ret; old = ret; new = (old & ~mask) | value; new = (old & ~mask) | (value & mask); change = old != new; if (change) { ret = snd_soc_write(codec, reg, new); Loading