At Wed, 23 Jun 2010 00:27:33 +0100, Mark Brown wrote: > > The following changes since commit 66517915e0954ee027b889f452511945f7a9f3ec: > > ASoC: Fix I2C dependency for SND_FSI_AK4642 and SND_FSI_DA7210 (2010-06-16 16:34:17 +0100) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.36 Pulled now. Thanks. Takashi > Eric Bénard (1): > ASoC: eukrea-tlv320: add support for our i.MX25 board > > Lars-Peter Clausen (3): > ASoC: Add JZ4740 ASoC support > ASoC: Add JZ4740 codec driver > ASoC: JZ4740: Add qi_lb60 board driver > > Mark Brown (1): > ASoC: Fix sorting of DA7210 entries in Kconfig > > Stuart Longland (1): > ASoC: Fix overflow bug in SOC_DOUBLE_R_SX_TLV > > sound/soc/Kconfig | 1 + > sound/soc/Makefile | 1 + > sound/soc/codecs/Kconfig | 12 +- > sound/soc/codecs/Makefile | 2 + > sound/soc/codecs/jz4740.c | 511 ++++++++++++++++++++++++++++++++++++++ > sound/soc/codecs/jz4740.h | 20 ++ > sound/soc/imx/Kconfig | 2 +- > sound/soc/imx/eukrea-tlv320.c | 3 +- > sound/soc/jz4740/Kconfig | 23 ++ > sound/soc/jz4740/Makefile | 13 + > sound/soc/jz4740/jz4740-i2s.c | 540 +++++++++++++++++++++++++++++++++++++++++ > sound/soc/jz4740/jz4740-i2s.h | 18 ++ > sound/soc/jz4740/jz4740-pcm.c | 373 ++++++++++++++++++++++++++++ > sound/soc/jz4740/jz4740-pcm.h | 22 ++ > sound/soc/jz4740/qi_lb60.c | 166 +++++++++++++ > sound/soc/soc-core.c | 4 +- > 16 files changed, 1703 insertions(+), 8 deletions(-) > create mode 100644 sound/soc/codecs/jz4740.c > create mode 100644 sound/soc/codecs/jz4740.h > create mode 100644 sound/soc/jz4740/Kconfig > create mode 100644 sound/soc/jz4740/Makefile > create mode 100644 sound/soc/jz4740/jz4740-i2s.c > create mode 100644 sound/soc/jz4740/jz4740-i2s.h > create mode 100644 sound/soc/jz4740/jz4740-pcm.c > create mode 100644 sound/soc/jz4740/jz4740-pcm.h > create mode 100644 sound/soc/jz4740/qi_lb60.c > _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel