Skip to content

Commit 9896c02

Browse files
charleskeepaxbroonie
authored andcommitted
ASoC: wm_adsp: Fix event for preloader
The preloader controls on ADSP should return a value of 1 if the preloader value was changed, update to correct this. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://lore.kernel.org/r/20220621102041.1713504-1-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent f2c2f31 commit 9896c02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/wm_adsp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ int wm_adsp2_preloader_put(struct snd_kcontrol *kcontrol,
997997
snd_soc_dapm_sync(dapm);
998998
}
999999

1000-
return 0;
1000+
return 1;
10011001
}
10021002
EXPORT_SYMBOL_GPL(wm_adsp2_preloader_put);
10031003

0 commit comments

Comments
 (0)