ASoC: ops: Fix stereo change notifications in snd_soc_put_xr_sx()
authorMark Brown <broonie@kernel.org>
Tue, 1 Feb 2022 15:56:29 +0000 (15:56 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 2 Feb 2022 16:09:20 +0000 (16:09 +0000)
commit2b7c46369f09c358164d31d17e5695185403185e
treee34c23872571586fea9bcc6f3124885f2ab0abc0
parent650204ded3703b5817bd4b6a77fa47d333c4f902
ASoC: ops: Fix stereo change notifications in snd_soc_put_xr_sx()

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-5-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-ops.c