* [PATCH v2] ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op
@ 2025-08-26 9:37 Ajye Huang
2025-08-26 15:37 ` Ajye Huang
0 siblings, 1 reply; 2+ messages in thread
From: Ajye Huang @ 2025-08-26 9:37 UTC (permalink / raw)
To: linux-kernel
Cc: linux-sound, Mark Brown, Pierre-Louis Bossart, Bard Liao,
Peter Ujfalusi, Jaroslav Kysela, Ranjani Sridharan, Takashi Iwai,
Ajye Huang, Liam Girdwood, Daniel Baluta, Mac Chiang, alsa-devel
Add the missing op in the device description to avoid issues with jack
detection.
Fixes: 6b04629ae97a ("ASoC: SOF: Intel: add initial support for WCL")
Signed-off-by: Ajye Huang <ajye_huang@compal.corp-partner.google.com>
---
v2: Add Fixes: 6b04629ae97a ("ASoC: SOF: Intel: add initial support for WCL")
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 1bc1f54c470d..4633cd01e7dd 100644
--- a/sound/soc/sof/intel/ptl.c
+++ b/sound/soc/sof/intel/ptl.c
@@ -143,6 +143,7 @@ const struct sof_intel_dsp_desc wcl_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,
.cl_init = mtl_dsp_cl_init,
.power_down_dsp = mtl_power_down_dsp,
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op
2025-08-26 9:37 [PATCH v2] ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op Ajye Huang
@ 2025-08-26 15:37 ` Ajye Huang
0 siblings, 0 replies; 2+ messages in thread
From: Ajye Huang @ 2025-08-26 15:37 UTC (permalink / raw)
To: linux-kernel
Cc: linux-sound, Mark Brown, Pierre-Louis Bossart, Bard Liao,
Peter Ujfalusi, Jaroslav Kysela, Ranjani Sridharan, Takashi Iwai,
Liam Girdwood, Daniel Baluta, Mac Chiang, alsa-devel
Based on the suggestion from version 1,
I forget to add the tag Acked-by: Peter Ujfalusi
<peter.ujfalusi@linux.intel.com> in the v2.
I will send the v3 later, thanks
On Tue, Aug 26, 2025 at 5:37 PM Ajye Huang
<ajye_huang@compal.corp-partner.google.com> wrote:
>
> Add the missing op in the device description to avoid issues with jack
> detection.
> Fixes: 6b04629ae97a ("ASoC: SOF: Intel: add initial support for WCL")
>
> Signed-off-by: Ajye Huang <ajye_huang@compal.corp-partner.google.com>
> ---
> v2: Add Fixes: 6b04629ae97a ("ASoC: SOF: Intel: add initial support for WCL")
>
> 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 1bc1f54c470d..4633cd01e7dd 100644
> --- a/sound/soc/sof/intel/ptl.c
> +++ b/sound/soc/sof/intel/ptl.c
> @@ -143,6 +143,7 @@ const struct sof_intel_dsp_desc wcl_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,
> .cl_init = mtl_dsp_cl_init,
> .power_down_dsp = mtl_power_down_dsp,
> --
> 2.25.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-26 15:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-26 9:37 [PATCH v2] ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op Ajye Huang
2025-08-26 15:37 ` Ajye Huang
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).