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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent f2c2f31 commit 9896c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)