[alsa-devel] [PATCH 3/6] ASoC: alc5632: Fix compile without CONFIG_PM
Leon Romanovsky
leon at leon.nu
Wed Nov 16 11:07:00 CET 2011
Signed-off-by: Leon Romanovsky <leon at leon.nu>
---
sound/soc/codecs/alc5632.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/sound/soc/codecs/alc5632.c b/sound/soc/codecs/alc5632.c
index b72d467..902f178 100644
--- a/sound/soc/codecs/alc5632.c
+++ b/sound/soc/codecs/alc5632.c
@@ -1023,6 +1023,7 @@ static struct snd_soc_dai_driver alc5632_dai = {
.symmetric_rates = 1,
};
+#ifdef CONFIG_PM
static int alc5632_suspend(struct snd_soc_codec *codec, pm_message_t mesg)
{
alc5632_set_bias_level(codec, SND_SOC_BIAS_OFF);
@@ -1038,6 +1039,10 @@ static int alc5632_resume(struct snd_soc_codec *codec)
alc5632_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
return 0;
}
+#else
+#define alc5632_suspend NULL
+#define alc5632_resume NULL
+#endif
static int alc5632_probe(struct snd_soc_codec *codec)
{
--
1.7.3.4
More information about the Alsa-devel
mailing list