aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorBarry Song <barry.song@analog.com>2009-09-16 20:25:11 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-09-17 10:51:35 +0100
commitfab19bae0c2951ed8bc517a53848b027fead293d (patch)
tree1bd0b3f8167661072740ed5a0e4611339740df40 /sound
parentASoC: fix typos in Blackfin headers (diff)
downloadlinux-dev-fab19bae0c2951ed8bc517a53848b027fead293d.tar.xz
linux-dev-fab19bae0c2951ed8bc517a53848b027fead293d.zip
ASoC: Blackfin I2S: add lost platform_device parameter to resume function
Commit dc7d7b830ee1 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 <barry.song@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/blackfin/bf5xx-i2s.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/blackfin/bf5xx-i2s.c b/sound/soc/blackfin/bf5xx-i2s.c
index 876abade27e1..19539c68c053 100644
--- a/sound/soc/blackfin/bf5xx-i2s.c
+++ b/sound/soc/blackfin/bf5xx-i2s.c
@@ -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]);