Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fab19bae authored by Barry Song's avatar Barry Song Committed by Mark Brown
Browse files

ASoC: Blackfin I2S: add lost platform_device parameter to resume function



Commit dc7d7b83 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: 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 7d156a25
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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]);