diff options
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/rt286.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c index e4f6102efc1a..2bb5a27c70f4 100644 --- a/sound/soc/codecs/rt286.c +++ b/sound/soc/codecs/rt286.c | |||
@@ -270,6 +270,7 @@ static int rt286_hw_read(void *context, unsigned int reg, unsigned int *value) | |||
270 | return 0; | 270 | return 0; |
271 | } | 271 | } |
272 | 272 | ||
273 | #ifdef CONFIG_PM | ||
273 | static void rt286_index_sync(struct snd_soc_codec *codec) | 274 | static void rt286_index_sync(struct snd_soc_codec *codec) |
274 | { | 275 | { |
275 | struct rt286_priv *rt286 = snd_soc_codec_get_drvdata(codec); | 276 | struct rt286_priv *rt286 = snd_soc_codec_get_drvdata(codec); |
@@ -280,6 +281,7 @@ static void rt286_index_sync(struct snd_soc_codec *codec) | |||
280 | rt286->index_cache[i].def); | 281 | rt286->index_cache[i].def); |
281 | } | 282 | } |
282 | } | 283 | } |
284 | #endif | ||
283 | 285 | ||
284 | static int rt286_support_power_controls[] = { | 286 | static int rt286_support_power_controls[] = { |
285 | RT286_DAC_OUT1, | 287 | RT286_DAC_OUT1, |