Revert "ALSA: hda: cs35l41: Allow compilation test on non-ACPI configurations"
authorTakashi Iwai <tiwai@suse.de>
Fri, 15 Jul 2022 18:24:27 +0000 (20:24 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 15 Jul 2022 18:25:13 +0000 (20:25 +0200)
commitd59d2277febbad93e42137a50673dd1c16199813
tree3e6d9f5eee1b3d1a127b7f43ff3bef154ee00fa3
parente7255c00b10e5e570dd8eb24f59e964eeec38d3b
Revert "ALSA: hda: cs35l41: Allow compilation test on non-ACPI configurations"

Since the recent change in CS35L41 codec requires the reference of
acpi_dev handle, the current Kconfig may lead to a build breakage.

Revert the Kconfig change and re-introduce the hard dependency on
CONFIG_ACPI again as a temporary workaround.

Fixes: eef375960210 ("ALSA: hda: cs35l41: Support reading subsystem id from ACPI")
Link: https://lore.kernel.org/r/20220715182427.18891-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/Kconfig