提交 a84534dc 编写于 作者: D Dmitry Baryshkov 提交者: Jaroslav Kysela

ALSA: ASoC: pxa2xx-ac97: fix warning due to missing argument in fuction declaration

Signed-off-by: NDmitry Baryshkov <dbaryshkov@gmail.com>
Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NJaroslav Kysela <perex@perex.cz>
上级 76d39d0a
...@@ -356,7 +356,8 @@ static int pxa2xx_ac97_probe(struct platform_device *pdev, ...@@ -356,7 +356,8 @@ static int pxa2xx_ac97_probe(struct platform_device *pdev,
return ret; return ret;
} }
static void pxa2xx_ac97_remove(struct platform_device *pdev) static void pxa2xx_ac97_remove(struct platform_device *pdev,
struct snd_soc_dai *dai)
{ {
GCR |= GCR_ACLINK_OFF; GCR |= GCR_ACLINK_OFF;
free_irq(IRQ_AC97, NULL); free_irq(IRQ_AC97, NULL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册