diff options
Diffstat (limited to 'sound/soc/s3c24xx/s3c24xx-i2s.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c24xx-i2s.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c index 8d9135f41bc9..45fe8f7c88ab 100644 --- a/sound/soc/s3c24xx/s3c24xx-i2s.c +++ b/sound/soc/s3c24xx/s3c24xx-i2s.c | |||
@@ -419,8 +419,7 @@ static int s3c24xx_i2s_probe(struct platform_device *pdev, | |||
419 | } | 419 | } |
420 | 420 | ||
421 | #ifdef CONFIG_PM | 421 | #ifdef CONFIG_PM |
422 | static int s3c24xx_i2s_suspend(struct platform_device *pdev, | 422 | static int s3c24xx_i2s_suspend(struct snd_soc_dai *cpu_dai) |
423 | struct snd_soc_dai *cpu_dai) | ||
424 | { | 423 | { |
425 | DBG("Entered %s\n", __func__); | 424 | DBG("Entered %s\n", __func__); |
426 | 425 | ||
@@ -434,8 +433,7 @@ static int s3c24xx_i2s_suspend(struct platform_device *pdev, | |||
434 | return 0; | 433 | return 0; |
435 | } | 434 | } |
436 | 435 | ||
437 | static int s3c24xx_i2s_resume(struct platform_device *pdev, | 436 | static int s3c24xx_i2s_resume(struct snd_soc_dai *cpu_dai) |
438 | struct snd_soc_dai *cpu_dai) | ||
439 | { | 437 | { |
440 | DBG("Entered %s\n", __func__); | 438 | DBG("Entered %s\n", __func__); |
441 | clk_enable(s3c24xx_i2s.iis_clk); | 439 | clk_enable(s3c24xx_i2s.iis_clk); |