aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx/s3c24xx-i2s.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2008-04-22 12:27:22 -0400
committerTakashi Iwai <tiwai@suse.de>2008-04-24 06:00:42 -0400
commitd8ed061a9fb2ab1f4bd90b5c30f4dc98b9c2085b (patch)
treec8dfff66e4d5673fcda696d69ac6fb17012ea775 /sound/soc/s3c24xx/s3c24xx-i2s.c
parent409203074e9f3c423cdc7c38f984ce24ae261556 (diff)
[ALSA] soc - s3c24xx - Declare suspend and resume static
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/s3c24xx/s3c24xx-i2s.c')
-rw-r--r--sound/soc/s3c24xx/s3c24xx-i2s.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c
index cb68b9ced601..ce935a71099b 100644
--- a/sound/soc/s3c24xx/s3c24xx-i2s.c
+++ b/sound/soc/s3c24xx/s3c24xx-i2s.c
@@ -411,7 +411,7 @@ static int s3c24xx_i2s_probe(struct platform_device *pdev)
411} 411}
412 412
413#ifdef CONFIG_PM 413#ifdef CONFIG_PM
414int s3c24xx_i2s_suspend(struct platform_device *pdev, 414static int s3c24xx_i2s_suspend(struct platform_device *pdev,
415 struct snd_soc_cpu_dai *cpu_dai) 415 struct snd_soc_cpu_dai *cpu_dai)
416{ 416{
417 DBG("Entered %s\n", __func__); 417 DBG("Entered %s\n", __func__);
@@ -426,7 +426,7 @@ int s3c24xx_i2s_suspend(struct platform_device *pdev,
426 return 0; 426 return 0;
427} 427}
428 428
429int s3c24xx_i2s_resume(struct platform_device *pdev, 429static int s3c24xx_i2s_resume(struct platform_device *pdev,
430 struct snd_soc_cpu_dai *cpu_dai) 430 struct snd_soc_cpu_dai *cpu_dai)
431{ 431{
432 DBG("Entered %s\n", __func__); 432 DBG("Entered %s\n", __func__);