Re: [U-Boot] [PATCH v2 11/34] pci: Add IDs for Intel high-definition audio

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:25 AM Simon Glass wrote: > > Add a few IDs for common HDA blocks and the ADSP used on samus. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add a PCI ID for the HD audio class > - Fix ordering of PCI IDs > > include/pci_ids.h | 5 + > 1 file changed, 5

[U-Boot] [PATCH v2 11/34] pci: Add IDs for Intel high-definition audio

2019-02-16 Thread Simon Glass
Add a few IDs for common HDA blocks and the ADSP used on samus. Signed-off-by: Simon Glass --- Changes in v2: - Add a PCI ID for the HD audio class - Fix ordering of PCI IDs include/pci_ids.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/pci_ids.h b/include/pci_ids.h index f