Commit 92a6ad34 authored by Barry Song's avatar Barry Song Committed by Mark Brown

ASoC: Blackfin: update the bf5xx_i2s_resume parameters

Latest ASoC only passes snd_soc_dai to the resume function.
Signed-off-by: default avatarBarry Song <barry.song@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 895c9c05
...@@ -249,8 +249,7 @@ static int bf5xx_i2s_suspend(struct snd_soc_dai *dai) ...@@ -249,8 +249,7 @@ static int bf5xx_i2s_suspend(struct snd_soc_dai *dai)
return 0; return 0;
} }
static int bf5xx_i2s_resume(struct platform_device *pdev, static int bf5xx_i2s_resume(struct snd_soc_dai *dai)
struct snd_soc_dai *dai)
{ {
int ret; int ret;
struct sport_device *sport = struct sport_device *sport =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment