Skip to content

Commit 3e7fd1f

Browse files
ajye-huangbroonie
authored andcommitted
ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op
Add the missing op in the device description to avoid issues with jack detection. Fixes: 6b04629 ("ASoC: SOF: Intel: add initial support for WCL") Acked-by: Peter Ujfalusi <[email protected]> Signed-off-by: Ajye Huang <[email protected]> Message-ID: <20250826154040.2723998-1-ajye_huang@compal.corp-partner.google.com> Signed-off-by: Mark Brown <[email protected]>
1 parent 8022629 commit 3e7fd1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/sof/intel/ptl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ const struct sof_intel_dsp_desc wcl_chip_info = {
143143
.read_sdw_lcount = hda_sdw_check_lcount_ext,
144144
.check_sdw_irq = lnl_dsp_check_sdw_irq,
145145
.check_sdw_wakeen_irq = lnl_sdw_check_wakeen_irq,
146+
.sdw_process_wakeen = hda_sdw_process_wakeen_common,
146147
.check_ipc_irq = mtl_dsp_check_ipc_irq,
147148
.cl_init = mtl_dsp_cl_init,
148149
.power_down_dsp = mtl_power_down_dsp,

0 commit comments

Comments
 (0)