All of lore.kernel.org
 help / color / mirror / Atom feed
* More ASoC updates
@ 2008-10-03  8:53 Mark Brown
  2008-10-03  8:54 ` [PATCH 1/3] ASoC: Add TLV320AIC23 codec driver Mark Brown
  2008-10-03  9:19 ` More ASoC updates Takashi Iwai
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Brown @ 2008-10-03  8:53 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-10-03  9:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-03  8:53 More ASoC updates Mark Brown
2008-10-03  8:54 ` [PATCH 1/3] ASoC: Add TLV320AIC23 codec driver Mark Brown
2008-10-03  8:54   ` [PATCH 2/3] ASoC: Add support for osk5912 Mark Brown
2008-10-03  8:54     ` [PATCH 3/3] ASoC: Add DSP DAI format support to the OMAP McBSP driver Mark Brown
2008-10-03  9:19 ` More ASoC updates Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.