Skip to content

Commit 3d1a270

Browse files
ujfalusitiwai
authored andcommitted
ALSA: hda: intel-dsp-config: Add WCL support
WCL uses the same receipt as PTL and PTL-H Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20250519080855.16977-5-peter.ujfalusi@linux.intel.com
1 parent 6b04629 commit 3d1a270

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sound/hda/intel-dsp-config.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ static const struct config_entry config_table[] = {
537537
},
538538
#endif
539539

540-
/* Panther Lake */
540+
/* Panther Lake, Wildcat Lake */
541541
#if IS_ENABLED(CONFIG_SND_SOC_SOF_PANTHERLAKE)
542542
{
543543
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
@@ -547,6 +547,10 @@ static const struct config_entry config_table[] = {
547547
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
548548
.device = PCI_DEVICE_ID_INTEL_HDA_PTL_H,
549549
},
550+
{
551+
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
552+
.device = PCI_DEVICE_ID_INTEL_HDA_WCL,
553+
},
550554

551555
#endif
552556

0 commit comments

Comments
 (0)