Merge "asoc: add ignore_suspend for all BEs, BE_OUT and BE_IN"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
935e9bdbd0
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user