* [PATCH] ASoC: SOF: Intel: PTL: Add the sdw_process_wakeen op
@ 2025-07-21 6:30 Bard Liao
2025-07-21 15:04 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Bard Liao @ 2025-07-21 6:30 UTC (permalink / raw)
To: broonie, tiwai; +Cc: linux-sound, bard.liao, ranjani.sridharan
From: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
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>
---
sound/soc/sof/intel/ptl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/sof/intel/ptl.c b/sound/soc/sof/intel/ptl.c
index 875d18193b05..1bc1f54c470d 100644
--- 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,
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: SOF: Intel: PTL: Add the sdw_process_wakeen op
2025-07-21 6:30 [PATCH] ASoC: SOF: Intel: PTL: Add the sdw_process_wakeen op Bard Liao
@ 2025-07-21 15:04 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2025-07-21 15:04 UTC (permalink / raw)
To: tiwai, Bard Liao; +Cc: linux-sound, bard.liao, ranjani.sridharan
On Mon, 21 Jul 2025 14:30:38 +0800, Bard Liao wrote:
> Add the missing op in the device description to avoid issues with jack
> detection.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: SOF: Intel: PTL: Add the sdw_process_wakeen op
commit: 0503ac474a3d57b62ea40c7720058ae42668d948
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-21 15:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-21 6:30 [PATCH] ASoC: SOF: Intel: PTL: Add the sdw_process_wakeen op Bard Liao
2025-07-21 15:04 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).