On Wed, Jun 12, 2024 at 08:47:07AM +0200, Pierre-Louis Bossart wrote: > More PCI ids for Intel audio. > > Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> > Reviewed-by: Péter Ujfalusi <peter.ujfalusi@xxxxxxxxxxxxxxx> > Reviewed-by: Ranjani Sridharan <ranjani.sridharan@xxxxxxxxxxxxxxx> > Reviewed-by: Bard Liao <yung-chuan.liao@xxxxxxxxxxxxxxx> > Reviewed-by: Péter Ujfalusi <peter.ujfalusi@xxxxxxxxxxxxxxx> Change subject to match history: PCI: Add INTEL_HDA_PTL to pci_ids.h It's helpful mention the places where this will be used in the commit log because we only add things here when they're used in more than one place. Acked-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > --- > include/linux/pci_ids.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h > index 942a587bb97e..0168c6a60148 100644 > --- a/include/linux/pci_ids.h > +++ b/include/linux/pci_ids.h > @@ -3112,6 +3112,7 @@ > #define PCI_DEVICE_ID_INTEL_HDA_LNL_P 0xa828 > #define PCI_DEVICE_ID_INTEL_S21152BB 0xb152 > #define PCI_DEVICE_ID_INTEL_HDA_BMG 0xe2f7 > +#define PCI_DEVICE_ID_INTEL_HDA_PTL 0xe428 > #define PCI_DEVICE_ID_INTEL_HDA_CML_R 0xf0c8 > #define PCI_DEVICE_ID_INTEL_HDA_RKL_S 0xf1c8 > > -- > 2.43.0 >