We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b04629 commit 3d1a270Copy full SHA for 3d1a270
sound/hda/intel-dsp-config.c
@@ -537,7 +537,7 @@ static const struct config_entry config_table[] = {
537
},
538
#endif
539
540
- /* Panther Lake */
+ /* Panther Lake, Wildcat Lake */
541
#if IS_ENABLED(CONFIG_SND_SOC_SOF_PANTHERLAKE)
542
{
543
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
@@ -547,6 +547,10 @@ static const struct config_entry config_table[] = {
547
548
.device = PCI_DEVICE_ID_INTEL_HDA_PTL_H,
549
550
+ {
551
+ .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
552
+ .device = PCI_DEVICE_ID_INTEL_HDA_WCL,
553
+ },
554
555
556
0 commit comments