Message ID | 87ikt2a41c.wl-kuninori.morimoto.gx@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 08a3b241adfd90361c16c3e92f5275b816a73f04 |
Headers | show |
Series | [v2] MAINTAINERS: Generic Sound Card section | expand |
On Tue, 05 Nov 2024 01:00:00 +0000, Kuninori Morimoto wrote: > ALSA SoC Sound has Generic Sound Card (Simple-Card, Audio-Graph-Card, > Audio-Graph-Card2). Adds its Maintainer. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] MAINTAINERS: Generic Sound Card section commit: 08a3b241adfd90361c16c3e92f5275b816a73f04 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/MAINTAINERS b/MAINTAINERS index a870d5798e811..418156bd42f10 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21720,6 +21720,15 @@ S: Supported W: https://github.com/thesofproject/linux/ F: sound/soc/sof/ +SOUND - GENERIC SOUND CARD (Simple-Audio-Card, Audio-Graph-Card) +M: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> +S: Supported +L: linux-sound@vger.kernel.org +F: sound/soc/generic/ +F: include/sound/simple_card* +F: Documentation/devicetree/bindings/sound/simple-card.yaml +F: Documentation/devicetree/bindings/sound/audio-graph*.yaml + SOUNDWIRE SUBSYSTEM M: Vinod Koul <vkoul@kernel.org> M: Bard Liao <yung-chuan.liao@linux.intel.com>
ALSA SoC Sound has Generic Sound Card (Simple-Card, Audio-Graph-Card, Audio-Graph-Card2). Adds its Maintainer. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> --- v1 -> v2 - 2 weeks past - rebase to latest asoc/for-6.13 branch MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)