asoc: lahaina: remove unnecessary ignore suspend for wsa widgets

Ignore suspend for wsa widgets has been taken care in wsa driver.
Remove unnecessary ignore suspend in machine driver.

Change-Id: I2e6edc19befd3d3e4fd500b2e6b84e07cd3bd729
Signed-off-by: Meng Wang <mengw@codeaurora.org>
This commit is contained in:
Meng Wang
2020-06-30 08:23:36 +08:00
gecommit door Gerrit - the friendly Code Review server
bovenliggende fc37483e72
commit e27ce5435a

Bestand weergeven

@@ -7513,11 +7513,6 @@ static int msm_int_audrx_init(struct snd_soc_pcm_runtime *rtd)
WSA883X_MAX_SWR_PORTS, &ch_mask[0],
&ch_rate[0], &spkleft_port_types[0]);
if (dapm->component) {
snd_soc_dapm_ignore_suspend(dapm, "spkrLeft IN");
snd_soc_dapm_ignore_suspend(dapm, "spkrLeft SPKR");
}
wsa883x_codec_info_create_codec_entry(pdata->codec_root,
component);
}
@@ -7536,11 +7531,6 @@ static int msm_int_audrx_init(struct snd_soc_pcm_runtime *rtd)
WSA883X_MAX_SWR_PORTS, &ch_mask[0],
&ch_rate[0], &spkright_port_types[0]);
if (dapm->component) {
snd_soc_dapm_ignore_suspend(dapm, "spkrRight IN");
snd_soc_dapm_ignore_suspend(dapm, "spkrRight SPKR");
}
wsa883x_codec_info_create_codec_entry(pdata->codec_root,
component);
}