mbox series

[0/2] ASoC: Intel: Kconfig: fix undefined symbol: sdca_device_quirk_match issue

Message ID 20241106055810.10123-1-yung-chuan.liao@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: Kconfig: fix undefined symbol: sdca_device_quirk_match issue | expand

Message

Bard Liao Nov. 6, 2024, 5:58 a.m. UTC
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.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202411021722.DiX1Y5sf-lkp@intel.com/


Bard Liao (2):
  ASoC: Intel: Kconfig: make SND_SOC_ACPI_INTEL_MATCH depend on ACPI
  ASoC: Intel: Kconfig: select SND_SOC_SDCA by
    SND_SOC_ACPI_INTEL_SDCA_QUIRKS

 sound/soc/intel/Kconfig | 5 +++--
 sound/soc/sdca/Kconfig  | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

Comments

Mark Brown Nov. 7, 2024, 1:06 a.m. UTC | #1
On Wed, 06 Nov 2024 13:58:08 +0800, Bard Liao wrote:
> 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.
> 
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202411021722.DiX1Y5sf-lkp@intel.com/
> 
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: Intel: Kconfig: make SND_SOC_ACPI_INTEL_MATCH depend on ACPI
      commit: b6bd3f3b6357f727a177f31861144788eceda3c1
[2/2] ASoC: Intel: Kconfig: select SND_SOC_SDCA by SND_SOC_ACPI_INTEL_SDCA_QUIRKS
      commit: 845cb1ddf1fc2212f876db6df9d3277badd35709

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark