]> git.baikalelectronics.ru Git - uboot.git/commit
dm: acpi: Add support for the NHLT table
authorSimon Glass <sjg@chromium.org>
Wed, 8 Jul 2020 03:32:08 +0000 (21:32 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 17 Jul 2020 06:32:24 +0000 (14:32 +0800)
commit25450ebbb08e7057927b8901561db7476078088f
tree5d100bfaadb5c083b1206974a0789a648fac83d4
parenta39c8264556adab772444bdec39192be3c24ed2c
dm: acpi: Add support for the NHLT table

The Intel Non-High-Definition-Audio Link Table (NHLT) table describes the
audio codecs and connections in a system. Various devices can contribute
information to produce the table.

Add core support for this, based on a structure which is built up through
calls to the driver.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
drivers/core/acpi.c
include/dm/acpi.h