Message ID | 20231004193441.work.109-kees@kernel.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 2175362f594bc8d3764c8108b1a0b88d0a56610a |
Headers | show |
Series | MAINTAINERS: Include additional ASoC paths | expand |
On Wed, Oct 04, 2023 at 12:34:45PM -0700, Kees Cook wrote: > +++ b/MAINTAINERS > @@ -20116,6 +20116,8 @@ F: Documentation/devicetree/bindings/sound/ > F: Documentation/sound/soc/ > F: include/dt-bindings/sound/ > F: include/sound/soc* > +F: include/sound/sof/ > +F: include/uapi/sound/asoc.h > F: sound/soc/ The SOF header is also missing from the entry for SOF.
On October 4, 2023 12:40:00 PM PDT, Mark Brown <broonie@kernel.org> wrote: >On Wed, Oct 04, 2023 at 12:34:45PM -0700, Kees Cook wrote: > >> +++ b/MAINTAINERS >> @@ -20116,6 +20116,8 @@ F: Documentation/devicetree/bindings/sound/ >> F: Documentation/sound/soc/ >> F: include/dt-bindings/sound/ >> F: include/sound/soc* >> +F: include/sound/sof/ >> +F: include/uapi/sound/asoc.h >> F: sound/soc/ > >The SOF header is also missing from the entry for SOF. Ah, right! Can you take this and tweak it with the missing entries, or should I send a v2? -Kees
On 10/4/23 21:34, Kees Cook wrote: > Make sure a few other paths are correctly sent to the ASoC maintainers. > > Link: https://lore.kernel.org/lkml/63dd3676.170a0220.1f1b2.3244@mx.google.com/ > Cc: Mark Brown <broonie@kernel.org> > Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Gustavo A. R. Silva <gustavoars@kernel.org> Thanks! -- Gustavo > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 5f18ed0fbd42..585a13b9b52a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -20116,6 +20116,8 @@ F: Documentation/devicetree/bindings/sound/ > F: Documentation/sound/soc/ > F: include/dt-bindings/sound/ > F: include/sound/soc* > +F: include/sound/sof/ > +F: include/uapi/sound/asoc.h > F: sound/soc/ > > SOUND - SOUND OPEN FIRMWARE (SOF) DRIVERS
On Wed, Oct 04, 2023 at 12:41:14PM -0700, Kees Cook wrote: > >The SOF header is also missing from the entry for SOF. > Ah, right! Can you take this and tweak it with the missing entries, or should I send a v2? Could you send an incremental patch please? It's already in my CI as is.
On Wed, 04 Oct 2023 12:34:45 -0700, Kees Cook wrote: > Make sure a few other paths are correctly sent to the ASoC maintainers. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] MAINTAINERS: Include additional ASoC paths commit: 2175362f594bc8d3764c8108b1a0b88d0a56610a 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 5f18ed0fbd42..585a13b9b52a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20116,6 +20116,8 @@ F: Documentation/devicetree/bindings/sound/ F: Documentation/sound/soc/ F: include/dt-bindings/sound/ F: include/sound/soc* +F: include/sound/sof/ +F: include/uapi/sound/asoc.h F: sound/soc/ SOUND - SOUND OPEN FIRMWARE (SOF) DRIVERS
Make sure a few other paths are correctly sent to the ASoC maintainers. Link: https://lore.kernel.org/lkml/63dd3676.170a0220.1f1b2.3244@mx.google.com/ Cc: Mark Brown <broonie@kernel.org> Signed-off-by: Kees Cook <keescook@chromium.org> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)