[PATCH v1] ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op

Ajye Huang posted 1 patch 1 month, 1 week ago
There is a newer version of this series
sound/soc/sof/intel/ptl.c | 1 +
1 file changed, 1 insertion(+)
[PATCH v1] ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op
Posted by Ajye Huang 1 month, 1 week ago
Add the missing op in the device description to avoid issues with jack
detection.

Signed-off-by: Ajye Huang <ajye_huang@compal.corp-partner.google.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 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
Re: [PATCH v1] ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op
Posted by Péter Ujfalusi 1 month, 1 week ago

On 26/08/2025 12:05, Ajye Huang wrote:
> Add the missing op in the device description to avoid issues with jack
> detection.
> 
> Signed-off-by: Ajye Huang <ajye_huang@compal.corp-partner.google.com>

Can you add these tags and send v2?
Fixes: 6b04629ae97a ("ASoC: SOF: Intel: add initial support for WCL")
Acked-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>

Thank you!

> ---
>  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,

-- 
Péter

Re: [PATCH v1] ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op
Posted by Ajye Huang 1 month, 1 week ago
On Tue, Aug 26, 2025 at 5:11 PM Péter Ujfalusi
<peter.ujfalusi@linux.intel.com> wrote:

> Can you add these tags and send v2?
> Fixes: 6b04629ae97a ("ASoC: SOF: Intel: add initial support for WCL")
> Acked-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
>
> Thank you!
>
Sure, I will follow it. thank you