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

Commit 682d5874 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: ASoC: Fix old-style trigger callback in s3c2443-ac97.c



Fix the old-style trigger callback in s3c2443-ac97.c:
    sound/soc/s3c24xx/s3c2443-ac97.c:378: warning: initialization from incompatible pointer type

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 5220ed6b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -285,7 +285,8 @@ static int s3c2443_ac97_hw_params(struct snd_pcm_substream *substream,
	return 0;
}

static int s3c2443_ac97_trigger(struct snd_pcm_substream *substream, int cmd)
static int s3c2443_ac97_trigger(struct snd_pcm_substream *substream, int cmd,
				struct snd_soc_dai *dai)
{
	u32 ac_glbctrl;