[PATCH 1/1] snd: enable building max98357a driver with ACPIGEN=n

2022-06-12 Thread Heinrich Schuchardt
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") Sign

Re: [PATCH 1/1] snd: enable building max98357a driver with ACPIGEN=n

2022-07-08 Thread Tom Rini
On Sun, Jun 12, 2022 at 01:13:05PM +, Heinrich Schuchardt wrote: > 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