diff options
author | Pierre-Louis Bossart <[email protected]> | 2024-06-12 08:47:07 +0200 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2024-06-13 14:16:21 +0200 |
commit | 163f10b2935362f0e8ef8d7fadd0b5aa33e9130f (patch) | |
tree | 74402dda1a1e558b19ba72e221e3861d8cfc0e5a | |
parent | cc3c2376412098ca5f8c1a50e61e69620e9f09d1 (diff) |
PCI: Add INTEL_HDA_PTL to pci_ids.h
More PCI ids for Intel audio.
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Reviewed-by: Bard Liao <[email protected]>
Reviewed-by: Péter Ujfalusi <[email protected]>
Acked-by: Bjorn Helgaas <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |