diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-11-25 17:47:04 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-11-25 17:47:03 -0800 |
| commit | fdc9a3b7d5699d2139b05a6daff548dc6c59b293 (patch) | |
| tree | 3968fa258009acdcf2ef8b4f7da3b28d81f6af8d | |
| parent | ef8f297dee567dbe7251324a27323fb02e66b203 (diff) | |
| parent | f9b925b43fcf538254db74a9032439f403138fdf (diff) | |
Merge "ASoC: wcd9335: Add dapm ignore suspend for codec dai"
| -rw-r--r-- | sound/soc/codecs/wcd9335.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wcd9335.c b/sound/soc/codecs/wcd9335.c index 06e00fdfe6a1..71858e268232 100644 --- a/sound/soc/codecs/wcd9335.c +++ b/sound/soc/codecs/wcd9335.c @@ -13681,6 +13681,7 @@ static int tasha_codec_probe(struct snd_soc_codec *codec) snd_soc_dapm_ignore_suspend(dapm, "AIF Mix Playback"); snd_soc_dapm_ignore_suspend(dapm, "AIF4 MAD TX"); snd_soc_dapm_ignore_suspend(dapm, "VIfeed"); + snd_soc_dapm_ignore_suspend(dapm, "AIF5 CPE TX"); } snd_soc_dapm_sync(dapm); |
