projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b140c8b
)
[ALSA] ice1724 - Fix ADC mux put callback in aureon.c
author
Takashi Iwai
<tiwai@suse.de>
Fri, 4 Nov 2005 12:58:11 +0000
(13:58 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Mon, 7 Nov 2005 10:28:55 +0000
(11:28 +0100)
Modules: ICE1712 driver
Fix the return value of ADC mux put callback in aureon.c.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ice1712/aureon.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/ice1712/aureon.c
b/sound/pci/ice1712/aureon.c
index 40b48186767e357c35c6f0c621f176a9743a2a5a..db12b038286bff3efa686acf885078c11d699340 100644
(file)
--- 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
;
}
/*