aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/pxa-ssp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/pxa/pxa-ssp.c')
-rw-r--r--sound/soc/pxa/pxa-ssp.c6
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
247static int pxa_ssp_suspend(struct platform_device *pdev, 247static 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
260static int pxa_ssp_resume(struct platform_device *pdev, 259static 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