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 <[email protected]> Reviewed-by: Guennadi Liakhovetski <[email protected]> Signed-off-by: Bard Liao <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 6bea859 commit 0503ac4

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
@@ -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)