diff options
Diffstat (limited to 'sound/soc/atmel')
-rw-r--r-- | sound/soc/atmel/atmel_ssc_dai.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c index 0bb18dfa9495..d9b874c5bf37 100644 --- a/sound/soc/atmel/atmel_ssc_dai.c +++ b/sound/soc/atmel/atmel_ssc_dai.c | |||
@@ -628,8 +628,7 @@ static int atmel_ssc_prepare(struct snd_pcm_substream *substream, | |||
628 | 628 | ||
629 | 629 | ||
630 | #ifdef CONFIG_PM | 630 | #ifdef CONFIG_PM |
631 | static int atmel_ssc_suspend(struct platform_device *pdev, | 631 | static int atmel_ssc_suspend(struct snd_soc_dai *cpu_dai) |
632 | struct snd_soc_dai *cpu_dai) | ||
633 | { | 632 | { |
634 | struct atmel_ssc_info *ssc_p; | 633 | struct atmel_ssc_info *ssc_p; |
635 | 634 | ||
@@ -657,8 +656,7 @@ static int atmel_ssc_suspend(struct platform_device *pdev, | |||
657 | 656 | ||
658 | 657 | ||
659 | 658 | ||
660 | static int atmel_ssc_resume(struct platform_device *pdev, | 659 | static int atmel_ssc_resume(struct snd_soc_dai *cpu_dai) |
661 | struct snd_soc_dai *cpu_dai) | ||
662 | { | 660 | { |
663 | struct atmel_ssc_info *ssc_p; | 661 | struct atmel_ssc_info *ssc_p; |
664 | u32 cr; | 662 | u32 cr; |