mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user