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

Commit 5e08fe57 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: ice1724 - Fix section mismatch in prodigy_hd2_resume()



Remove invlid __devinit prefix from the suspend callback.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent b7fe750f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1100,7 +1100,7 @@ static void ak4396_init(struct snd_ice1712 *ice)
}

#ifdef CONFIG_PM
static int __devinit prodigy_hd2_resume(struct snd_ice1712 *ice)
static int prodigy_hd2_resume(struct snd_ice1712 *ice)
{
	/* initialize ak4396 codec and restore previous mixer volumes */
	struct prodigy_hifi_spec *spec = ice->spec;