ALSA: hda: intel-dsp-config: Add PTL support
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Wed, 12 Jun 2024 06:47:09 +0000 (08:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 13 Jun 2024 12:17:36 +0000 (14:17 +0200)
Same recipes as LNL

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://lore.kernel.org/r/20240612064709.51141-4-pierre-louis.bossart@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/intel-dsp-config.c

index 5378634..a7419d2 100644 (file)
@@ -543,6 +543,15 @@ static const struct config_entry config_table[] = {
                .device = PCI_DEVICE_ID_INTEL_HDA_LNL_P,
        },
 #endif
+
+       /* Panther Lake */
+#if IS_ENABLED(CONFIG_SND_SOC_SOF_PANTHERLAKE)
+       {
+               .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
+               .device = PCI_DEVICE_ID_INTEL_HDA_PTL,
+       },
+#endif
+
 };
 
 static const struct config_entry *snd_intel_dsp_find_config