Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: Intel: Kconfig: fix undefined symbol:

Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>:

Fix the ld.lld: error: undefined symbol: sdca_device_quirk_match issue
when CONFIG_SND_SOC_SDCA=m and CONFIG_SND_SOC_ACPI_INTEL_SDCA_QUIRKS=y.

+4 -3
+3 -2
sound/soc/intel/Kconfig
··· 70 70 71 71 config SND_SOC_ACPI_INTEL_MATCH 72 72 tristate 73 - select SND_SOC_ACPI if ACPI 73 + depends on ACPI 74 + select SND_SOC_ACPI 74 75 select SND_SOC_ACPI_INTEL_SDCA_QUIRKS 75 76 # this option controls the compilation of ACPI matching tables and 76 77 # helpers and is not meant to be selected by the user. 77 78 78 79 config SND_SOC_ACPI_INTEL_SDCA_QUIRKS 79 80 tristate 80 - imply SND_SOC_SDCA 81 + select SND_SOC_SDCA 81 82 82 83 endif ## SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL 83 84
+1 -1
sound/soc/sdca/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 3 3 config SND_SOC_SDCA 4 - tristate "ASoC SDCA library" 4 + tristate 5 5 depends on ACPI 6 6 help 7 7 This option enables support for the MIPI SoundWire Device