Re: [PATCH 6/6] ASoC: codecs: Add jz4725b-codec driver

2019-02-06 Thread Mark Brown
On Tue, Feb 05, 2019 at 12:11:08AM -0300, Paul Cercueil wrote: > --- /dev/null > +++ b/sound/soc/codecs/jz4725b.c > @@ -0,0 +1,599 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * JZ4725B CODEC driver Same comment for the headers here. Otherwise this looks good so I'll apply, please send

[PATCH 6/6] ASoC: codecs: Add jz4725b-codec driver

2019-02-04 Thread Paul Cercueil
Add jz4725b-codec driver to support the internal CODEC found in the JZ4725B SoC from Ingenic. Signed-off-by: Paul Cercueil --- sound/soc/codecs/Kconfig | 12 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/jz4725b.c | 599 + 3 files changed,