]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'tags/sound-sdw-kconfig-fixes' into for-linus
authorTakashi Iwai <tiwai@suse.de>
Tue, 2 Mar 2021 17:30:07 +0000 (18:30 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 2 Mar 2021 17:30:07 +0000 (18:30 +0100)
commit8a3b04fd4fe4a1e11aab0f793a62433f31726cbb
treeb959299355265d21586c3782fa93f0a5a2ac068d
parent42dcc59728836da31fa1eb30dde0cc7b5120caf1
parentb2cf7f6509474ac7f1cf3804318b35a6af6bb8bb
Merge tag 'tags/sound-sdw-kconfig-fixes' into for-linus

ALSA/ASoC/SOF/SoundWire: fix Kconfig issues

In January, Intel kbuild bot and Arnd Bergmann reported multiple
issues with randconfig. This patchset builds on Arnd's suggestions to

a) expose ACPI and PCI devices in separate modules, while sof-acpi-dev
and sof-pci-dev become helpers. This will result in minor changes
required for developers/testers, i.e. modprobe snd-sof-pci will no
longer result in a probe. The SOF CI was already updated to deal with
this module dependency change and introduction of new modules.

b) Fix SOF/SoundWire/DSP_config dependencies by moving the code
required to detect SoundWire presence in ACPI tables to sound/hda.

Link: https://lore.kernel.org/r/20210302003125.1178419-1-pierre-louis.bossart@linux.intel.com