mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
ASoC: SOF: Intel: PTL: Add the sdw_process_wakeen op
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>
This commit is contained in:
parent
6bea85979d
commit
0503ac474a
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue