Re: [PATCH] New ASoC Drivers for ADI AD1938 codec

From: Liam Girdwood
Date: Fri Jun 19 2009 - 05:41:25 EST


On Fri, 2009-06-19 at 10:35 +0100, Liam Girdwood wrote:
> On Fri, 2009-06-19 at 17:28 +0800, Barry Song wrote:
> > 1. add AD1938 codec driver (codec)
> > 2. add blackfin SPORT-TDM DAI and PCM driver (platform)
> > 3. add bf5xx board with AD1938 driver (machine)
> > Signed-off-by: Barry Song <21cnbao@xxxxxxxxx>
> > ---
> > include/sound/soc-dai.h | 1 +
> > sound/soc/blackfin/Kconfig | 46 +++-
> > sound/soc/blackfin/Makefile | 6 +
> > sound/soc/blackfin/bf5xx-ad1938.c | 178 ++++++++++++
> > sound/soc/blackfin/bf5xx-tdm-pcm.c | 330 ++++++++++++++++++++++
> > sound/soc/blackfin/bf5xx-tdm-pcm.h | 21 ++
> > sound/soc/blackfin/bf5xx-tdm.c | 295 +++++++++++++++++++
> > sound/soc/blackfin/bf5xx-tdm.h | 14 +
> > sound/soc/codecs/Kconfig | 4 +
> > sound/soc/codecs/Makefile | 2 +
> > sound/soc/codecs/ad1938.c | 548 ++++++++++++++++++++++++++++++++++++
> > sound/soc/codecs/ad1938.h | 68 +++++
> > 12 files changed, 1512 insertions(+), 1 deletions(-)
> > create mode 100644 sound/soc/blackfin/bf5xx-ad1938.c
> > create mode 100644 sound/soc/blackfin/bf5xx-tdm-pcm.c
> > create mode 100644 sound/soc/blackfin/bf5xx-tdm-pcm.h
> > create mode 100644 sound/soc/blackfin/bf5xx-tdm.c
> > create mode 100644 sound/soc/blackfin/bf5xx-tdm.h
> > create mode 100644 sound/soc/codecs/ad1938.c
> > create mode 100644 sound/soc/codecs/ad1938.h
> >
>
> Could you break this patch into smaller chunks. This should make it
> easier to review and apply.

and also add a description for each patch in your series.

Thanks

Liam

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/