Skip to content

Commit

Permalink
ASoC: Blackfin I2S: add lost platform_device parameter to resume func…
Browse files Browse the repository at this point in the history
…tion

Commit dc7d7b8 trimmed the platform_device parameter from all of the
suspend functions, but it also accidentally removed it from the resume
function in the Blackfin I2S driver.  So restore it.

Signed-off-by: Barry Song <[email protected]>
Signed-off-by: Mike Frysinger <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
Barry Song authored and broonie committed Sep 17, 2009
1 parent 7d156a2 commit fab19ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/soc/blackfin/bf5xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ static int bf5xx_i2s_probe(struct platform_device *pdev,
return 0;
}

static void bf5xx_i2s_remove(struct snd_soc_dai *dai)
static void bf5xx_i2s_remove(struct platform_device *pdev,
struct snd_soc_dai *dai)
{
pr_debug("%s enter\n", __func__);
peripheral_free_list(&sport_req[sport_num][0]);
Expand Down

0 comments on commit fab19ba

Please sign in to comment.