The patch
MAINTAINERS: add entry for Sound Open Firmware drivers
has been applied to the asoc tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
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
From d95cf9324b1c334809029896651b067204c63d0b Mon Sep 17 00:00:00 2001
From: Kai Vehmanen kai.vehmanen@linux.intel.com Date: Wed, 11 Mar 2020 19:45:37 +0200 Subject: [PATCH] MAINTAINERS: add entry for Sound Open Firmware drivers
Sound Open Firmware (SOF) is an open source audio DSP firwmare instrastructure and SDK. The kernel drivers for SOF are part of the ALSA subsystem.
Signed-off-by: Kai Vehmanen kai.vehmanen@linux.intel.com Acked-by: Ranjani Sridharan ranjani.sridharan@linux.intel.com Acked-by: Liam Girdwood liam.r.girdwood@linux.intel.com Acked-by: Daniel Baluta daniel.baluta@nxp.com Acked-by: Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com Link: https://lore.kernel.org/r/20200311174537.24497-1-kai.vehmanen@linux.intel.co... Signed-off-by: Mark Brown broonie@kernel.org --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 5e5382e2fe21..3bb6895ba5b9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15439,6 +15439,17 @@ F: sound/soc/ F: include/dt-bindings/sound/ F: include/sound/soc*
+SOUND - SOUND OPEN FIRMWARE (SOF) DRIVERS +M: Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com +M: Liam Girdwood lgirdwood@gmail.com +M: Ranjani Sridharan ranjani.sridharan@linux.intel.com +M: Kai Vehmanen kai.vehmanen@linux.intel.com +M: Daniel Baluta daniel.baluta@nxp.com +L: sound-open-firmware@alsa-project.org (moderated for non-subscribers) +W: https://github.com/thesofproject/linux/ +S: Supported +F: sound/soc/sof/ + SOUNDWIRE SUBSYSTEM M: Vinod Koul vkoul@kernel.org M: Sanyog Kale sanyog.r.kale@intel.com