projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bea859
)
ASoC: SOF: Intel: PTL: Add the sdw_process_wakeen op
author
Ranjani Sridharan
<ranjani.sridharan@linux.intel.com>
Mon, 21 Jul 2025 06:30:38 +0000
(14:30 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 21 Jul 2025 12:26:51 +0000
(13:26 +0100)
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>
sound/soc/sof/intel/ptl.c
patch
|
blob
|
history
diff --git
a/sound/soc/sof/intel/ptl.c
b/sound/soc/sof/intel/ptl.c
index
875d181
..
1bc1f54
100644
(file)
--- a/
sound/soc/sof/intel/ptl.c
+++ b/
sound/soc/sof/intel/ptl.c
@@
-117,6
+117,7
@@
const struct sof_intel_dsp_desc ptl_chip_info = {
.read_sdw_lcount = hda_sdw_check_lcount_ext,
.check_sdw_irq = lnl_dsp_check_sdw_irq,
.check_sdw_wakeen_irq = lnl_sdw_check_wakeen_irq,
+ .sdw_process_wakeen = hda_sdw_process_wakeen_common,
.check_ipc_irq = mtl_dsp_check_ipc_irq,
.check_mic_privacy_irq = sof_ptl_check_mic_privacy_irq,
.process_mic_privacy = sof_ptl_process_mic_privacy,