OSDN Git Service

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)
commit618c2dc667c87995cdc7de339224bd96bb049a1f
tree7d89c82d4b8275cd11be9723e11d020bd59e70b5
parent7fa5c33d043160eba3be9fb8e21588dff2a467c7
parent2b7c46369f09c358164d31d17e5695185403185e
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.