commit | c90021b83dde75b340dd02c723e7613e279d08fd | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jun 12 13:13:05 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 08 09:05:47 2022 -0400 |
tree | a36a0a891bcf6823ad54039d214d6abf9f3961a4 | |
parent | 6ef9dc6a6752b634026a202110596815907e3e42 [diff] |
snd: enable building max98357a driver with ACPIGEN=n sandbox_defconfig builds the max98357a driver. It should be possible to build the sandbox without ACPI support. ACPI support in the max98357a driver is only needed when creating an ACPI table. Fix building with ACPIGEN=n. Fixes: 54bcca29737f ("sound: Add an ACPI driver for Maxim MAX98357ac") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>