]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: ops: Fix stereo change notifications
authorMark Brown <broonie@kernel.org>
Wed, 2 Feb 2022 18:15:20 +0000 (18:15 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 2 Feb 2022 18:15:20 +0000 (18:15 +0000)
commitca831ca4a90ff8f797b20db551fceb14a15356ec
tree7d89c82d4b8275cd11be9723e11d020bd59e70b5
parent7a4f247fd40d5f74647d1c7e13f684f647a6d1eb
parentea69f059fc0f2ffe4a8c192265b0e74cc198be01
ASoC: ops: Fix stereo change notifications

Merge series from Mark Brown <broonie@kernel.org>:

The event generation coverage I just wrote shows that the generic ASoC
ops fail to generate events for stereo controls when only the first
channel is changed, we just return the status for the second channel and
discard that for the first.