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

Commit 59b1f084 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: opti9xx: Fix section mismatch by PM support



In the previous commit, snd_opti9xx_configure() is called from the
resume handler but it's still marked as __devinit.  Fix it.

Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 5dd25072
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -348,7 +348,7 @@ static void snd_opti9xx_write(struct snd_opti9xx *chip, unsigned char reg,
		(snd_opti9xx_read(chip, reg) & ~(mask)) | ((value) & (mask)))
		(snd_opti9xx_read(chip, reg) & ~(mask)) | ((value) & (mask)))




static int __devinit snd_opti9xx_configure(struct snd_opti9xx *chip,
static int snd_opti9xx_configure(struct snd_opti9xx *chip,
					   long port,
					   long port,
					   int irq, int dma1, int dma2,
					   int irq, int dma1, int dma2,
					   long mpu_port, int mpu_irq)
					   long mpu_port, int mpu_irq)