]> git.dujemihanovic.xyz Git - u-boot.git/commit
snd: enable building max98357a driver with ACPIGEN=n
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 Jun 2022 13:13:05 +0000 (13:13 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 8 Jul 2022 13:05:47 +0000 (09:05 -0400)
commit3ca32c806b266d8fb0a3f4d7b8c7f6ef75f43cb3
treea36a0a891bcf6823ad54039d214d6abf9f3961a4
parentebaa3d053e5e36bfc8c826e9a87a05d65a2b8ab0
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>
drivers/sound/max98357a.c