From: "Péter Ujfalusi" <peter.ujfalusi@linux.intel.com>
To: Ajye Huang <ajye_huang@compal.corp-partner.google.com>,
linux-kernel@vger.kernel.org
Cc: linux-sound@vger.kernel.org, Mark Brown <broonie@kernel.org>,
Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
Bard Liao <yung-chuan.liao@linux.intel.com>,
Jaroslav Kysela <perex@perex.cz>,
Ranjani Sridharan <ranjani.sridharan@linux.intel.com>,
Takashi Iwai <tiwai@suse.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Daniel Baluta <daniel.baluta@nxp.com>,
Mac Chiang <mac.chiang@intel.com>,
alsa-devel@alsa-project.org
Subject: Re: [PATCH v1] ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op
Date: Tue, 26 Aug 2025 12:11:54 +0300 [thread overview]
Message-ID: <431d4cbf-281a-4f93-bda4-767fa6b96c8c@linux.intel.com> (raw)
In-Reply-To: <20250826090530.2409509-1-ajye_huang@compal.corp-partner.google.com>
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
next prev parent reply other threads:[~2025-08-26 9:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-26 9:05 [PATCH v1] ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op Ajye Huang
2025-08-26 9:11 ` Péter Ujfalusi [this message]
2025-08-26 9:30 ` Ajye Huang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=431d4cbf-281a-4f93-bda4-767fa6b96c8c@linux.intel.com \
--to=peter.ujfalusi@linux.intel.com \
--cc=ajye_huang@compal.corp-partner.google.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=daniel.baluta@nxp.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=mac.chiang@intel.com \
--cc=perex@perex.cz \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=ranjani.sridharan@linux.intel.com \
--cc=tiwai@suse.com \
--cc=yung-chuan.liao@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.