Skip to content

Commit

Permalink
ASoC: Blackfin: update the bf5xx_i2s_resume parameters
Browse files Browse the repository at this point in the history
Latest ASoC only passes snd_soc_dai to the resume function.

Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Barry Song authored and Mark Brown committed Jun 20, 2009
1 parent 895c9c0 commit 92a6ad3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sound/soc/blackfin/bf5xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ static int bf5xx_i2s_suspend(struct snd_soc_dai *dai)
return 0;
}

static int bf5xx_i2s_resume(struct platform_device *pdev,
struct snd_soc_dai *dai)
static int bf5xx_i2s_resume(struct snd_soc_dai *dai)
{
int ret;
struct sport_device *sport =
Expand Down

0 comments on commit 92a6ad3

Please sign in to comment.