diff options
| author | Sudheer Papothi <spapothi@codeaurora.org> | 2016-11-03 05:23:43 +0530 |
|---|---|---|
| committer | Sudheer Papothi <spapothi@codeaurora.org> | 2016-11-03 05:31:44 +0530 |
| commit | f9b925b43fcf538254db74a9032439f403138fdf (patch) | |
| tree | 1bf94e9b8a94509533ab67b231b1c939421dda61 | |
| parent | 8992f7dd08968333dcbeb70c5a0862970a0094cf (diff) | |
ASoC: wcd9335: Add dapm ignore suspend for codec dai
DAPM marks codec processing engine backend dai as dirty during
ASoC suspend which triggers device path teardown. Add dapm ignore
suspend to the codec processing engine backend dai to avoid
device path teardown.
Change-Id: I48b5fc1c9e98994c8a7d92d462138cbacb246005
Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
| -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 281db1d07f57..253116031bc9 100644 --- a/sound/soc/codecs/wcd9335.c +++ b/sound/soc/codecs/wcd9335.c @@ -13654,6 +13654,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); |
