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:
parent
8992f7dd08
commit
f9b925b43f
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue