ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range()
authorMark Brown <broonie@kernel.org>
Tue, 1 Feb 2022 15:56:28 +0000 (15:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Feb 2022 10:59:58 +0000 (11:59 +0100)
commitedfac6b77bc2b8ae718dacf5030d970257f3fc0b
tree999edcd32b117ccbd5f8dcfea7ecb6cf1bdd49a1
parentd6d8d1db8094bc6b078125d078787e50feb594eb
ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range()

commit 650204ded3703b5817bd4b6a77fa47d333c4f902 upstream.

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-4-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/soc-ops.c