[U-Boot] [PATCH 10/33] pci: Add IDs for Intel high-definition audio
Bin Meng
bmeng.cn at gmail.com
Wed Feb 13 09:37:50 UTC 2019
Hi Simon,
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass <sjg at chromium.org> wrote:
>
> Add a few IDs for common HDA blocks and the ADSP used on samus.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> include/pci_ids.h | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/include/pci_ids.h b/include/pci_ids.h
> index fdda679cc0..b33b85db55 100644
> --- a/include/pci_ids.h
> +++ b/include/pci_ids.h
> @@ -1363,6 +1363,7 @@
> #define PCI_DEVICE_ID_CREATIVE_EMU10K1 0x0002
> #define PCI_DEVICE_ID_CREATIVE_20K1 0x0005
> #define PCI_DEVICE_ID_CREATIVE_20K2 0x000b
> +#define PCI_DEVICE_ID_CREATIVE_CA01322 0x0011
> #define PCI_SUBDEVICE_ID_CREATIVE_SB0760 0x0024
> #define PCI_SUBDEVICE_ID_CREATIVE_SB08801 0x0041
> #define PCI_SUBDEVICE_ID_CREATIVE_SB08802 0x0042
> @@ -2827,6 +2828,7 @@
> #define PCI_DEVICE_ID_INTEL_ICH7_19 0x27dd
> #define PCI_DEVICE_ID_INTEL_ICH7_20 0x27de
> #define PCI_DEVICE_ID_INTEL_ICH7_21 0x27df
> +#define PCI_DEVICE_ID_INTEL_COUGARPOINT_HDMI 0x2806
> #define PCI_DEVICE_ID_INTEL_ICH8_0 0x2810
> #define PCI_DEVICE_ID_INTEL_ICH8_1 0x2811
> #define PCI_DEVICE_ID_INTEL_ICH8_2 0x2812
> @@ -3022,9 +3024,11 @@
> #define PCI_DEVICE_ID_INTEL_TCF_UART_2 0x8813
> #define PCI_DEVICE_ID_INTEL_TCF_UART_3 0x8814
> #define PCI_DEVICE_ID_INTEL_IXP2800 0x9004
> +#define PCI_DEVICE_ID_INTEL_WILDCATPOINT_ADSP 0x9cb6
This one should be inserted after PCI_DEVICE_ID_INTEL_WILDCATPOINT_HDA
> #define PCI_DEVICE_ID_INTEL_LYNXPOINT_AHCI 0x9c03
> #define PCI_DEVICE_ID_INTEL_LYNXPOINT_LPC 0x9c45
> #define PCI_DEVICE_ID_INTEL_WILDCATPOINT_AHCI 0x9c83
> +#define PCI_DEVICE_ID_INTEL_WILDCATPOINT_HDA 0x9ca0
> #define PCI_DEVICE_ID_INTEL_WILDCATPOINT_LPC 0x9cc3
> #define PCI_DEVICE_ID_INTEL_S21152BB 0xb152
Regards,
Bin
More information about the U-Boot
mailing list