projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4092030
)
[ALSA] soc - s3c24xx - Declare suspend and resume static
author
Mark Brown
<
[email protected]
>
Tue, 22 Apr 2008 16:27:22 +0000
(18:27 +0200)
committer
Takashi Iwai
<
[email protected]
>
Thu, 24 Apr 2008 10:00:42 +0000
(12:00 +0200)
Signed-off-by: Mark Brown <
[email protected]
>
Signed-off-by: Takashi Iwai <
[email protected]
>
sound/soc/s3c24xx/s3c24xx-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/s3c24xx/s3c24xx-i2s.c
b/sound/soc/s3c24xx/s3c24xx-i2s.c
index cb68b9ced60116dbf9b08a9231d72703a01af583..ce935a71099b9b620b4f65e6db25c99b5b9c4b9a 100644
(file)
--- 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)
}
#ifdef CONFIG_PM
-int s3c24xx_i2s_suspend(struct platform_device *pdev,
+
static
int s3c24xx_i2s_suspend(struct platform_device *pdev,
struct snd_soc_cpu_dai *cpu_dai)
{
DBG("Entered %s\n", __func__);
@@
-426,7
+426,7
@@
int s3c24xx_i2s_suspend(struct platform_device *pdev,
return 0;
}
-int s3c24xx_i2s_resume(struct platform_device *pdev,
+
static
int s3c24xx_i2s_resume(struct platform_device *pdev,
struct snd_soc_cpu_dai *cpu_dai)
{
DBG("Entered %s\n", __func__);