Skip to content

Commit 844a597

Browse files
authored
Merge pull request thesofproject#4238 from ujfalusi/peter/sof/pr/mtl_revert_dmil1_0
Revert "ASoC: SOF: Intel: MTL: Enable DMI L1"
2 parents 0741361 + eb236d5 commit 844a597

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

sound/soc/sof/intel/mtl.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,6 @@ static int mtl_dsp_post_fw_run(struct snd_sof_dev *sdev)
283283
}
284284

285285
hda_sdw_int_enable(sdev, true);
286-
287-
/* enable DMI L1 */
288-
snd_sof_dsp_update_bits(sdev, HDA_DSP_HDA_BAR, MTL_EM2, MTL_EM2_L1SEN, MTL_EM2_L1SEN);
289286
return 0;
290287
}
291288

sound/soc/sof/intel/mtl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
#define MTL_HFINTIPPTR_PTR_MASK GENMASK(20, 0)
2929

3030
#define MTL_HDA_VS_D0I3C 0x1D4A
31-
#define MTL_EM2 0x1c44
32-
#define MTL_EM2_L1SEN BIT(13)
3331

3432
#define MTL_DSP2CXCAP_PRIMARY_CORE 0x178D00
3533
#define MTL_DSP2CXCTL_PRIMARY_CORE 0x178D04

0 commit comments

Comments
 (0)