]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteeef55c331fa825bea07a192138b7664e9272b78
tree3e6d9f5eee1b3d1a127b7f43ff3bef154ee00fa3
parent61bda2da24d06e0799ce2fd748de60db30b28e22
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: ed6b661eb482 ("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