summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-09-29 11:20:49 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-29 11:20:48 -0700
commit76d2d17c132debd2a0d399fe9a36b69b8350cc79 (patch)
tree756ba411304f4445e4594837c09a549c7bdc92b5 /sound
parentc2663a64709c3ccf8c1ee3ee2cf4d5b5960a777f (diff)
parenteddefdb05084ba7d15149f55b6ed23176e0b04ae (diff)
Merge "ASoC: wcd934x: Add dapm ignore suspend for backend dais"
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wcd934x/wcd934x.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/codecs/wcd934x/wcd934x.c b/sound/soc/codecs/wcd934x/wcd934x.c
index 28914ed3f937..e959a43c6c42 100644
--- a/sound/soc/codecs/wcd934x/wcd934x.c
+++ b/sound/soc/codecs/wcd934x/wcd934x.c
@@ -7933,6 +7933,15 @@ static int tavil_soc_codec_probe(struct snd_soc_codec *codec)
snd_soc_dapm_enable_pin(dapm, "ANC SPK1 PA");
mutex_unlock(&tavil->codec_mutex);
+ snd_soc_dapm_ignore_suspend(dapm, "AIF1 Playback");
+ snd_soc_dapm_ignore_suspend(dapm, "AIF1 Capture");
+ snd_soc_dapm_ignore_suspend(dapm, "AIF2 Playback");
+ snd_soc_dapm_ignore_suspend(dapm, "AIF2 Capture");
+ snd_soc_dapm_ignore_suspend(dapm, "AIF3 Playback");
+ snd_soc_dapm_ignore_suspend(dapm, "AIF3 Capture");
+ snd_soc_dapm_ignore_suspend(dapm, "AIF4 Playback");
+ snd_soc_dapm_ignore_suspend(dapm, "VIfeed");
+
snd_soc_dapm_sync(dapm);
tavil_wdsp_initialize(codec);