Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9b925b4 authored by Sudheer Papothi's avatar Sudheer Papothi
Browse files

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: default avatarSudheer Papothi <spapothi@codeaurora.org>
parent 8992f7dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);