]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: SOF: Intel: pci-ptl: Add support for PTL-H
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Mon, 10 Feb 2025 08:17:29 +0000 (10:17 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 10 Feb 2025 08:22:32 +0000 (09:22 +0100)
PTL-H uses the same configuration as PTL.

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>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250210081730.22916-4-peter.ujfalusi@linux.intel.com
sound/soc/sof/intel/pci-ptl.c

index 0aacdfac9fb4314abca37d36cfea41b55638643c..c4fb6a2441b765a72bbf648e7dd2b47c3dccaf03 100644 (file)
@@ -50,6 +50,7 @@ static const struct sof_dev_desc ptl_desc = {
 /* PCI IDs */
 static const struct pci_device_id sof_pci_ids[] = {
        { PCI_DEVICE_DATA(INTEL, HDA_PTL, &ptl_desc) }, /* PTL */
+       { PCI_DEVICE_DATA(INTEL, HDA_PTL_H, &ptl_desc) }, /* PTL-H */
        { 0, }
 };
 MODULE_DEVICE_TABLE(pci, sof_pci_ids);