ASoC: wcd934x: mark AIF4 MAD TX as ignore suspend
Mark AIF4 MAD TX as ignore suspend so that MAD path will not power down during suspend mode. CRs-Fixed: 2003858 Change-Id: Iae55e2778edcdd8efa6ae13b746795d8a1594a41 Signed-off-by: Walter Yang <yandongy@codeaurora.org>
This commit is contained in:
parent
783427f7ad
commit
3ef1c4591b
1 changed files with 1 additions and 0 deletions
|
@ -9319,6 +9319,7 @@ static int tavil_soc_codec_probe(struct snd_soc_codec *codec)
|
|||
snd_soc_dapm_ignore_suspend(dapm, "AIF3 Playback");
|
||||
snd_soc_dapm_ignore_suspend(dapm, "AIF3 Capture");
|
||||
snd_soc_dapm_ignore_suspend(dapm, "AIF4 Playback");
|
||||
snd_soc_dapm_ignore_suspend(dapm, "AIF4 MAD TX");
|
||||
snd_soc_dapm_ignore_suspend(dapm, "VIfeed");
|
||||
|
||||
snd_soc_dapm_sync(dapm);
|
||||
|
|
Loading…
Add table
Reference in a new issue