Message ID | 20240612064709.51141-2-pierre-louis.bossart@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ALSA/PCI: add PantherLake audio support | expand |
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@linux.intel.com> > Reviewed-by: Péter Ujfalusi <peter.ujfalusi@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> 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@google.com> > --- > 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 >
On Wed, 12 Jun 2024 21:48:34 +0200, Bjorn Helgaas wrote: > > 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@linux.intel.com> > > Reviewed-by: Péter Ujfalusi <peter.ujfalusi@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> > > 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@google.com> OK, I corrected the subject at applying. thanks, Takashi
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