commit | 234064b060f61f435101e8e8207cf57c81067950 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jun 12 13:15:34 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 08 09:05:47 2022 -0400 |
tree | cf71280d00272680407eed197052223aa2475178 | |
parent | c90021b83dde75b340dd02c723e7613e279d08fd [diff] |
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: 0324b7123e22 ("sound: Add an ACPI driver for Dialog Semicondutor da7219") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>