Message ID | 20230217145645.1768659-11-herve.codina@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add the PowerQUICC audio support using the QMC | expand |
Le 17/02/2023 à 15:56, Herve Codina a écrit : > After contributing the component, add myself as the maintainer > for the Freescale QMC audio ASoC component. > > Signed-off-by: Herve Codina <herve.codina@bootlin.com> Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 47eca5b06cce..4553e5a30e9e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8440,6 +8440,14 @@ F: sound/soc/fsl/fsl* > F: sound/soc/fsl/imx* > F: sound/soc/fsl/mpc8610_hpcd.c > > +FREESCALE SOC SOUND QMC DRIVER > +M: Herve Codina <herve.codina@bootlin.com> > +L: alsa-devel@alsa-project.org (moderated for non-subscribers) > +L: linuxppc-dev@lists.ozlabs.org > +S: Maintained > +F: Documentation/devicetree/bindings/sound/fsl,qmc-audio.yaml > +F: sound/soc/fsl/fsl_qmc_audio.c > + > FREESCALE USB PERIPHERAL DRIVERS > M: Li Yang <leoyang.li@nxp.com> > L: linux-usb@vger.kernel.org
diff --git a/MAINTAINERS b/MAINTAINERS index 47eca5b06cce..4553e5a30e9e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8440,6 +8440,14 @@ F: sound/soc/fsl/fsl* F: sound/soc/fsl/imx* F: sound/soc/fsl/mpc8610_hpcd.c +FREESCALE SOC SOUND QMC DRIVER +M: Herve Codina <herve.codina@bootlin.com> +L: alsa-devel@alsa-project.org (moderated for non-subscribers) +L: linuxppc-dev@lists.ozlabs.org +S: Maintained +F: Documentation/devicetree/bindings/sound/fsl,qmc-audio.yaml +F: sound/soc/fsl/fsl_qmc_audio.c + FREESCALE USB PERIPHERAL DRIVERS M: Li Yang <leoyang.li@nxp.com> L: linux-usb@vger.kernel.org
After contributing the component, add myself as the maintainer for the Freescale QMC audio ASoC component. Signed-off-by: Herve Codina <herve.codina@bootlin.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)