dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Takashi Iwai 2005-11-04 13:58:11 +01:00 committed by Jaroslav Kysela
parent b140c8bced
commit 63786d064c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
/*