]> git.baikalelectronics.ru Git - uboot.git/commit
sound: enable building DA7219 driver with ACPIGEN=n
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 Jun 2022 13:15:34 +0000 (13:15 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 8 Jul 2022 13:05:47 +0000 (09:05 -0400)
commit57faabfdc8c2535e6acc6f00d4bc488e9defc66e
treecf71280d00272680407eed197052223aa2475178
parent1a24cdec68a9b7ca990bf82f2674d5036ed20a2b
sound: enable building DA7219 driver with ACPIGEN=n

sandbox_defconfig builds the DA7219 driver. It should be possible to
build the sandbox without ACPI support.

ACPI support in the DA7219 driver is only needed when creating an ACPI
table. Fix building with ACPIGEN=n.

Fixes: 96a487897af8 ("sound: Add an ACPI driver for Dialog Semicondutor da7219")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/sound/da7219.c