summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorWalter Yang <yandongy@codeaurora.org>2017-02-28 14:59:15 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-06 16:33:28 -0800
commit3ef1c4591b922cc5d7d8f56729112c6850595ca0 (patch)
tree5bfd079489df283dcc9098f77afe75659d7a2e27 /sound
parent783427f7ad16090b68801d1142c20df47bced74b (diff)
ASoC: wcd934x: mark AIF4 MAD TX as ignore suspend
Mark AIF4 MAD TX as ignore suspend so that MAD path will not power down during suspend mode. CRs-Fixed: 2003858 Change-Id: Iae55e2778edcdd8efa6ae13b746795d8a1594a41 Signed-off-by: Walter Yang <yandongy@codeaurora.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wcd934x/wcd934x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wcd934x/wcd934x.c b/sound/soc/codecs/wcd934x/wcd934x.c
index 4fe9e2d50f7a..192d9291a8f3 100644
--- a/sound/soc/codecs/wcd934x/wcd934x.c
+++ b/sound/soc/codecs/wcd934x/wcd934x.c
@@ -9319,6 +9319,7 @@ static int tavil_soc_codec_probe(struct snd_soc_codec *codec)
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, "AIF4 MAD TX");
snd_soc_dapm_ignore_suspend(dapm, "VIfeed");
snd_soc_dapm_sync(dapm);