From 741f4b213869c08d0f259ba4f74426e7a6734ec6 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Fri, 20 Feb 2009 02:27:02 +0000 Subject: ASoC: Staticise suspend/resume functions for GTA02 Signed-off-by: Mark Brown --- sound/soc/s3c24xx/neo1973_gta02_wm8753.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sound') diff --git a/sound/soc/s3c24xx/neo1973_gta02_wm8753.c b/sound/soc/s3c24xx/neo1973_gta02_wm8753.c index 4aa4e858ca0..77a58b38bde 100644 --- a/sound/soc/s3c24xx/neo1973_gta02_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_gta02_wm8753.c @@ -583,14 +583,15 @@ static struct snd_soc_dai_link neo1973_gta02_dai[] = { }; #ifdef CONFIG_PM -int neo1973_gta02_suspend(struct platform_device *pdev, pm_message_t state) +static int neo1973_gta02_suspend(struct platform_device *pdev, + pm_message_t state) { s3c2410_gpio_setpin(GTA02_GPIO_AMP_SHUT, 1); return 0; } -int neo1973_gta02_resume(struct platform_device *pdev) +static int neo1973_gta02_resume(struct platform_device *pdev) { if(lm4853_state & LM4853_AMP) s3c2410_gpio_setpin(GTA02_GPIO_AMP_SHUT, 0); -- cgit v1.2.3