aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/aureon.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-11-04 13:58:11 +0100
committerJaroslav Kysela <perex@suse.cz>2005-11-07 11:28:55 +0100
commit63786d064ca7dd7ccaf29d2a46ad269ad2df8041 (patch)
tree3162fdc8238cb234e843946dad20557cb0fa4d2b /sound/pci/ice1712/aureon.c
parent[ALSA] Cleanup - remove sound/core/wrappers.c (diff)
downloadlinux-dev-63786d064ca7dd7ccaf29d2a46ad269ad2df8041.tar.xz
linux-dev-63786d064ca7dd7ccaf29d2a46ad269ad2df8041.zip
[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>
Diffstat (limited to 'sound/pci/ice1712/aureon.c')
-rw-r--r--sound/pci/ice1712/aureon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/aureon.c b/sound/pci/ice1712/aureon.c
index 40b48186767e..db12b038286b 100644
--- a/sound/pci/ice1712/aureon.c
+++ b/sound/pci/ice1712/aureon.c
@@ -960,7 +960,7 @@ static int wm_adc_mux_put(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t *ucont
if (change)
wm_put(ice, WM_ADC_MUX, nval);
snd_ice1712_restore_gpio_status(ice);
- return 0;
+ return change;
}
/*