diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-03 13:21:52 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-03 14:19:10 -0500 |
commit | dc7d7b830ee1f4111696e73d1c25da683b461548 (patch) | |
tree | 4b15c46c97756605dcf9baa3b2de2e1af2570264 /sound/soc/pxa/pxa-ssp.c | |
parent | 07c84d0409f3551b79d676630d8ee76bb551598d (diff) |
ASoC: Remove platform device from DAI suspend and resume operations
None of the DAIs use it except s3c2412-i2s which only uses it for
dev_() printouts.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/pxa/pxa-ssp.c')
-rw-r--r-- | sound/soc/pxa/pxa-ssp.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c index 402fc5ba65e7..73fa10defcca 100644 --- a/sound/soc/pxa/pxa-ssp.c +++ b/sound/soc/pxa/pxa-ssp.c | |||
@@ -244,8 +244,7 @@ static void pxa_ssp_shutdown(struct snd_pcm_substream *substream, | |||
244 | 244 | ||
245 | #ifdef CONFIG_PM | 245 | #ifdef CONFIG_PM |
246 | 246 | ||
247 | static int pxa_ssp_suspend(struct platform_device *pdev, | 247 | static int pxa_ssp_suspend(struct snd_soc_dai *cpu_dai) |
248 | struct snd_soc_dai *cpu_dai) | ||
249 | { | 248 | { |
250 | struct ssp_priv *priv = cpu_dai->private_data; | 249 | struct ssp_priv *priv = cpu_dai->private_data; |
251 | 250 | ||
@@ -257,8 +256,7 @@ static int pxa_ssp_suspend(struct platform_device *pdev, | |||
257 | return 0; | 256 | return 0; |
258 | } | 257 | } |
259 | 258 | ||
260 | static int pxa_ssp_resume(struct platform_device *pdev, | 259 | static int pxa_ssp_resume(struct snd_soc_dai *cpu_dai) |
261 | struct snd_soc_dai *cpu_dai) | ||
262 | { | 260 | { |
263 | struct ssp_priv *priv = cpu_dai->private_data; | 261 | struct ssp_priv *priv = cpu_dai->private_data; |
264 | 262 | ||