Skip to content

Commit 0503ac4

Browse files
ranj063broonie
authored andcommitted
ASoC: SOF: Intel: PTL: Add the sdw_process_wakeen op
Add the missing op in the device description to avoid issues with jack detection. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://patch.msgid.link/20250721063039.2234279-1-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 6bea859 commit 0503ac4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/sof/intel/ptl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ const struct sof_intel_dsp_desc ptl_chip_info = {
117117
.read_sdw_lcount = hda_sdw_check_lcount_ext,
118118
.check_sdw_irq = lnl_dsp_check_sdw_irq,
119119
.check_sdw_wakeen_irq = lnl_sdw_check_wakeen_irq,
120+
.sdw_process_wakeen = hda_sdw_process_wakeen_common,
120121
.check_ipc_irq = mtl_dsp_check_ipc_irq,
121122
.check_mic_privacy_irq = sof_ptl_check_mic_privacy_irq,
122123
.process_mic_privacy = sof_ptl_process_mic_privacy,

0 commit comments

Comments
 (0)