Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ALSA] ice1724 - Fix ADC mux put callback in aureon.c

Modules: ICE1712 driver

Fix the return value of ADC mux put callback in aureon.c.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Takashi Iwai and committed by
Jaroslav Kysela
63786d06 b140c8bc

+1 -1
+1 -1
sound/pci/ice1712/aureon.c
··· 960 960 if (change) 961 961 wm_put(ice, WM_ADC_MUX, nval); 962 962 snd_ice1712_restore_gpio_status(ice); 963 - return 0; 963 + return change; 964 964 } 965 965 966 966 /*