[alsa-devel] ASoC updates for 2.6.34
The following changes since commit c6848bf566c7217a6090693ff5cc47091fa772f5: Paul Menzel (1): ASoC: Typo. s/Freecale/Freescale/
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.34
Guennadi Liakhovetski (1): ASoC: fix compile breakage if CONFIG_SH_DMA_API=y && CONFIG_SND_SIU_MIGOR!=n
Mark Brown (3): ASoC: Add WM2000 driver ASoC: Make pmdown_time a per-card setting ASoC: Make pmdown_time runtime configurable
Thomas Weber (1): ASoC: Add ASoC support for Devkit8000
include/sound/soc.h | 2 + include/sound/wm2000.h | 26 ++ sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/wm2000.c | 888 ++++++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/wm2000.h | 79 ++++ sound/soc/omap/Kconfig | 8 +- sound/soc/omap/omap3beagle.c | 6 +- sound/soc/sh/Kconfig | 1 + sound/soc/soc-core.c | 31 ++- 10 files changed, 1040 insertions(+), 7 deletions(-) create mode 100644 include/sound/wm2000.h create mode 100644 sound/soc/codecs/wm2000.c create mode 100644 sound/soc/codecs/wm2000.h
participants (1)
-
Mark Brown