Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fffe871 authored by Jarkko Nikula's avatar Jarkko Nikula Committed by Takashi Iwai
Browse files

[ALSA] ASoC: Fix WM9712 mixer_event DAPM widget function type



Add kcontrol argument to function since the API was changed by the commit
9af6d956.

Signed-off-by: default avatarJarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 338c7ed0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -176,7 +176,8 @@ static int wm9712_add_controls(struct snd_soc_codec *codec)
 * the codec only has a single control that is shared by both channels.
 * This makes it impossible to determine the audio path.
 */
static int mixer_event (struct snd_soc_dapm_widget *w, int event)
static int mixer_event(struct snd_soc_dapm_widget *w,
	struct snd_kcontrol *k, int event)
{
	u16 l, r, beep, line, phone, mic, pcm, aux;