]> 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)
commit3c3495e571d25380d10dd1dcd147843283297c26
tree7d89c82d4b8275cd11be9723e11d020bd59e70b5
parent5bbbb07097b1bd2ba1dff7f9620fa4c20a7d0615
parentfd07af6dffe5e6fb7f2f624445f97438a943aca3
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.