[alsa-devel] More ASoC updates

Mark Brown broonie at opensource.wolfsonmicro.com
Fri Oct 3 10:53:38 CEST 2008


The following changes since commit ddaea5119fd2efde7b3936d4ccfa34c4201be0d3:
  Takashi Iwai (1):
        Merge branch 'asoc-fixes' into topic/asoc

are available in the git repository at:

  git://opensource.wolfsonmicro.com/linux-2.6-asoc for-tiwai

There's more to come on the TLV320AIC23 but at this point it's all
cleanups and it's much easier to review incremental patches.

Arun KS (3):
      ASoC: Add TLV320AIC23 codec driver
      ASoC: Add support for osk5912
      ASoC: Add DSP DAI format support to the OMAP McBSP driver

 sound/soc/codecs/Kconfig       |    5 +
 sound/soc/codecs/Makefile      |    2 +
 sound/soc/codecs/tlv320aic23.c |  670 ++++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/tlv320aic23.h |  122 ++++++++
 sound/soc/omap/Kconfig         |    8 +
 sound/soc/omap/Makefile        |    2 +
 sound/soc/omap/omap-mcbsp.c    |    5 +
 sound/soc/omap/osk5912.c       |  232 ++++++++++++++
 8 files changed, 1046 insertions(+), 0 deletions(-)
 create mode 100644 sound/soc/codecs/tlv320aic23.c
 create mode 100644 sound/soc/codecs/tlv320aic23.h
 create mode 100644 sound/soc/omap/osk5912.c


More information about the Alsa-devel mailing list