Skip to content

Commit

Permalink
[ALSA] ice1724 - Fix ADC mux put callback in aureon.c
Browse files Browse the repository at this point in the history
Modules: ICE1712 driver

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

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Nov 7, 2005
1 parent b140c8b commit 63786d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/ice1712/aureon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit 63786d0

Please sign in to comment.