Skip to content

Commit 44c3659

Browse files
ujfalusiranj063
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>
1 parent 6fb7995 commit 44c3659

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

sound/hda/intel-dsp-config.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ static const struct config_entry config_table[] = {
556556
},
557557
#endif
558558

559-
/* Panther Lake */
559+
/* Panther Lake, Wildcat Lake */
560560
#if IS_ENABLED(CONFIG_SND_SOC_SOF_PANTHERLAKE)
561561
{
562562
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
@@ -566,6 +566,10 @@ static const struct config_entry config_table[] = {
566566
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
567567
.device = PCI_DEVICE_ID_INTEL_HDA_PTL_H,
568568
},
569+
{
570+
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
571+
.device = PCI_DEVICE_ID_INTEL_HDA_WCL,
572+
},
569573

570574
#endif
571575

0 commit comments

Comments
 (0)