From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wallner Date: Thu, 25 Jun 2020 15:35:47 +0200 Subject: [PATCH v1 07/43] dm: acpi: Add support for the NHLT table In-Reply-To: <20200615035738.248710-5-sjg@chromium.org> References: <20200615035738.248710-5-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, -----"Simon Glass" schrieb: ----- > Betreff: [PATCH v1 07/43] 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 > --- > > drivers/core/acpi.c | 15 +++++++++++++++ > include/dm/acpi.h | 26 ++++++++++++++++++++++++++ > 2 files changed, 41 insertions(+) Reviewed-by: Wolfgang Wallner