diff options
author | Takashi Iwai <[email protected]> | 2021-10-06 16:17:12 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2021-10-07 15:45:12 +0100 |
commit | 5af82c81b2c49cfb1cad84d9eb6eab0e3d1c4842 (patch) | |
tree | be0eb32169f15b27fbb4b2524fd8ba66ec7cd642 /scripts/gdb/linux/lists.py | |
parent | c25d4546ca452b2e8c03bc735e4c65bc6dd751dd (diff) |
ASoC: DAPM: Fix missing kctl change notifications
The put callback of a kcontrol is supposed to return 1 when the value
is changed, and this will be notified to user-space. However, some
DAPM kcontrols always return 0 (except for errors), hence the
user-space misses the update of a control value.
This patch corrects the behavior by properly returning 1 when the
value gets updated.
Reported-and-tested-by: Hans de Goede <[email protected]>
Cc: <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions