Message ID | 20230202102247.806749-1-arnd@kernel.org |
---|---|
State | New |
Headers | show |
Series | ASoC: SOF: fix intel-soundwire link failure | expand |
On Thu, 02 Feb 2023 11:22:30 +0100, Arnd Bergmann wrote: > My randconfig build setup ran into a rare build failure with > > CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE=y > CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE=m > CONFIG_SOUNDWIRE=y > CONFIG_SOUNDWIRE_INTEL=m > CONFIG_SND_SOC_SOF_HDA=y > CONFIG_SND_SOC_SOF_INTEL_TGL=y > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: SOF: fix intel-soundwire link failure commit: c5a61db9bf897494fb0657eeb24dfdcb1aab1fc4 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
diff --git a/sound/soc/sof/intel/Kconfig b/sound/soc/sof/intel/Kconfig index 36a0e2bf30ff..715ba8a7f2f8 100644 --- a/sound/soc/sof/intel/Kconfig +++ b/sound/soc/sof/intel/Kconfig @@ -322,8 +322,8 @@ config SND_SOC_SOF_HDA_PROBES config SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE tristate - select SOUNDWIRE_INTEL if SND_SOC_SOF_INTEL_SOUNDWIRE - select SND_INTEL_SOUNDWIRE_ACPI if SND_SOC_SOF_INTEL_SOUNDWIRE + select SOUNDWIRE_INTEL if SND_SOC_SOF_INTEL_SOUNDWIRE != n + select SND_INTEL_SOUNDWIRE_ACPI if SND_SOC_SOF_INTEL_SOUNDWIRE != n config SND_SOC_SOF_INTEL_SOUNDWIRE tristate "SOF support for SoundWire"