commit | 590488f83efddf0fdcc3d51c016e25cae291055b | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Tue Feb 01 15:40:06 2022 +0000 |
committer | Mark Brown <broonie@kernel.org> | Tue Feb 01 15:42:13 2022 +0000 |
tree | 4e3dff179c3c143a5c50eac56830dc6777cc1e04 | |
parent | 9bb109e7a04faee6172d37082a3e298d54dc5fd4 [diff] |
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