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>
This commit is contained in:
Sudheer Papothi 2016-11-03 05:23:43 +05:30
parent 8992f7dd08
commit f9b925b43f

View file

@ -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);