Merge "asoc: add ignore_suspend for all BEs, BE_OUT and BE_IN"

This commit is contained in:
qctecmdr
2019-05-22 06:35:21 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 4 additions and 0 deletions

View File

@@ -27128,6 +27128,8 @@ static int msm_routing_probe(struct snd_soc_component *component)
{
snd_soc_dapm_new_controls(&component->dapm, msm_qdsp6_widgets,
ARRAY_SIZE(msm_qdsp6_widgets));
snd_soc_dapm_ignore_suspend(&component->dapm, "BE_OUT");
snd_soc_dapm_ignore_suspend(&component->dapm, "BE_IN");
snd_soc_dapm_add_routes(&component->dapm, intercon,
ARRAY_SIZE(intercon));