audio: tl1: invalidate dapm line-out driver widget [1/1]

PD#SWPL-18805

Problem:
there is noise when analog AMP on idle state

Solution:
invalidate dapm line-out driver widget

Verify:
x301_t962x2

Change-Id: I448273229d1ceb9bdaf7ee8d8aeade5893f6de8d
Signed-off-by: Cheng Tong <cheng.tong@amlogic.com>
This commit is contained in:
Cheng Tong
2019-12-31 14:41:07 +08:00
committed by Luke Go
parent 413b2d71a5
commit 58e194a7f8

View File

@@ -383,13 +383,13 @@ static const struct snd_soc_dapm_widget tl1_acodec_dapm_widgets[] = {
0, 0),
/*DRV output */
SND_SOC_DAPM_OUT_DRV("LO1L_OUT_EN", ACODEC_0,
SND_SOC_DAPM_OUT_DRV("LO1L_OUT_EN", SND_SOC_NOPM,
LO1L_EN, 0, NULL, 0),
SND_SOC_DAPM_OUT_DRV("LO1R_OUT_EN", ACODEC_0,
SND_SOC_DAPM_OUT_DRV("LO1R_OUT_EN", SND_SOC_NOPM,
LO1R_EN, 0, NULL, 0),
SND_SOC_DAPM_OUT_DRV("LO2L_OUT_EN", ACODEC_0,
SND_SOC_DAPM_OUT_DRV("LO2L_OUT_EN", SND_SOC_NOPM,
LO2L_EN, 0, NULL, 0),
SND_SOC_DAPM_OUT_DRV("LO2R_OUT_EN", ACODEC_0,
SND_SOC_DAPM_OUT_DRV("LO2R_OUT_EN", SND_SOC_NOPM,
LO2R_EN, 0, NULL, 0),
/*MUX output source select */