Browse Source

Merge "asoc: lahaina: remove unnecessary ignore suspend for wsa widgets"

qctecmdr 4 years ago
parent
commit
cb97be6e28
1 changed files with 0 additions and 10 deletions
  1. 0 10
      asoc/lahaina.c

+ 0 - 10
asoc/lahaina.c

@@ -7541,11 +7541,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);
 	}
@@ -7564,11 +7559,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);
 	}