]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()
authorMark Brown <broonie@kernel.org>
Tue, 1 Feb 2022 15:56:26 +0000 (15:56 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 2 Feb 2022 16:09:16 +0000 (16:09 +0000)
commit455f3326edb18cfdccb942d6f8be631d87318e0f
treeaf4681949c8379efe9c18e8f78bb6cb9dca478e8
parent3a6d33f8e1ea54e8c243f249a11237274d3ff819
ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()

When writing out a stereo control we discard the change notification from
the first channel, meaning that events are only generated based on changes
to the second channel. Ensure that we report a change if either channel
has changed.

Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20220201155629.120510-2-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-ops.c