Skip to content

Commit 4f6c7e1

Browse files
AxelLinbroonie
authored andcommitted
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 <[email protected]> Acked-by: Liam Girdwood <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 5013951 commit 4f6c7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/blackfin/bf5xx-ad73311.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ static int snd_ad73311_configure(void)
128128
return 0;
129129
}
130130

131-
static int bf5xx_probe(struct platform_device *pdev)
131+
static int bf5xx_probe(struct snd_soc_card *card)
132132
{
133133
int err;
134134
if (gpio_request(GPIO_SE, "AD73311_SE")) {

0 commit comments

Comments
 (0)