aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-09-15 11:04:56 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-16 00:50:16 +0100
commit4f6c7e159361b330d767b107226bcc6938abad16 (patch)
treedb6a11de43e31ee32a6676efe7c7022e39a160b6 /sound
parentASoC: Fix trivial build regression in Kirkwood I2S (diff)
downloadlinux-dev-4f6c7e159361b330d767b107226bcc6938abad16.tar.xz
linux-dev-4f6c7e159361b330d767b107226bcc6938abad16.zip
ASoC: bf5xx-ad73311: Fix prototype for bf5xx_probe
Fix below build warning: sound/soc/blackfin/bf5xx-ad73311.c: warning: initialization from incompatible pointer type Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/blackfin/bf5xx-ad73311.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/blackfin/bf5xx-ad73311.c b/sound/soc/blackfin/bf5xx-ad73311.c
index 732a247f2527..b94eb7ef7d16 100644
--- a/sound/soc/blackfin/bf5xx-ad73311.c
+++ b/sound/soc/blackfin/bf5xx-ad73311.c
@@ -128,7 +128,7 @@ static int snd_ad73311_configure(void)
return 0;
}
-static int bf5xx_probe(struct platform_device *pdev)
+static int bf5xx_probe(struct snd_soc_card *card)
{
int err;
if (gpio_request(GPIO_SE, "AD73311_SE")) {