mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
ALSA: ASoC: pxa2xx-ac97: fix warning due to missing argument in fuction declaration
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
76d39d0a19
commit
a84534dc17
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user