mbox series

[0/2] ASoC: SOF: Kconfig: Fix the dependency for client modules

Message ID 20220823121554.4255-1-peter.ujfalusi@linux.intel.com
Headers show
Series ASoC: SOF: Kconfig: Fix the dependency for client modules | expand

Message

Peter Ujfalusi Aug. 23, 2022, 12:15 p.m. UTC
Hi,

There is still a chance to end up with a client driver selected as built in
while the core SOF is as module.

Fix this by making the client drivers depend on SND_SOC_SOF.

Regards,
Peter
---
Peter Ujfalusi (2):
  ASoC: SOF: Kconfig: Make IPC_FLOOD_TEST depend on SND_SOC_SOF
  ASoC: SOF: Kconfig: Make IPC_MESSAGE_INJECTOR depend on SND_SOC_SOF

 sound/soc/sof/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Mark Brown Aug. 23, 2022, 6:37 p.m. UTC | #1
On Tue, 23 Aug 2022 15:15:52 +0300, Peter Ujfalusi wrote:
> There is still a chance to end up with a client driver selected as built in
> while the core SOF is as module.
> 
> Fix this by making the client drivers depend on SND_SOC_SOF.
> 
> Regards,
> Peter
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: SOF: Kconfig: Make IPC_FLOOD_TEST depend on SND_SOC_SOF
      commit: 3942499fba11de048c3ac1390b808e9e6ae88de5
[2/2] ASoC: SOF: Kconfig: Make IPC_MESSAGE_INJECTOR depend on SND_SOC_SOF
      commit: 2cf520ffbcbd55c0f2b4276065444d7526d9d197

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