commit | 63786d064ca7dd7ccaf29d2a46ad269ad2df8041 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Nov 04 13:58:11 2005 +0100 |
committer | Jaroslav Kysela <perex@suse.cz> | Mon Nov 07 11:28:55 2005 +0100 |
tree | 3162fdc8238cb234e843946dad20557cb0fa4d2b | |
parent | b140c8bced6eb464a9d5d5e5cbb04fa4d80ba170 [diff] [blame] |
[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>
diff --git a/sound/pci/ice1712/aureon.c b/sound/pci/ice1712/aureon.c index 40b4818..db12b03 100644 --- a/sound/pci/ice1712/aureon.c +++ b/sound/pci/ice1712/aureon.c
@@ -960,7 +960,7 @@ if (change) wm_put(ice, WM_ADC_MUX, nval); snd_ice1712_restore_gpio_status(ice); - return 0; + return change; } /*