[alsa-devel] ASoC updates for 2.6.34
The following changes since commit f1487fcbe47cd2bc0c71e8598bf9eb6a82dec544: Mark Brown (1): Merge branch 'for-2.6.33' into for-2.6.34
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
Barry Song (2): ASoC: ad1836: use soc-cache framework for codec registers access ASoC: ad1938: use soc-cache framework for codec registers access
Chaithrika U S (1): ASoC: DaVinci: Fix stream restart error
Guennadi Liakhovetski (1): ASoC: add a WM8978 codec driver
Jassi Brar (5): ASoC: AC97: S3C: Add controller driver ASoC: AC97: SMDK: Add wm9713 machine driver ASoC: AC97: SMDK2443: Switch to s3c-ac97.c ASoC: AC97: LN2440SBC: Switch to s3c-ac97.c ASoC: AC97: S3C2443: Remove unused driver
Mark Brown (1): ASoC: Note jumper settings for smdk_wm9713 driver on SMDK6410
sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/ad1836.c | 92 +-- sound/soc/codecs/ad1938.c | 164 ++---- sound/soc/codecs/wm8978.c | 1124 ++++++++++++++++++++++++++++++++++ sound/soc/codecs/wm8978.h | 89 +++ sound/soc/davinci/davinci-mcasp.c | 5 +- sound/soc/s3c24xx/Kconfig | 22 +- sound/soc/s3c24xx/Makefile | 7 +- sound/soc/s3c24xx/ln2440sbc_alc650.c | 4 +- sound/soc/s3c24xx/s3c-ac97.c | 518 ++++++++++++++++ sound/soc/s3c24xx/s3c-ac97.h | 23 + sound/soc/s3c24xx/s3c2443-ac97.c | 432 ------------- sound/soc/s3c24xx/s3c24xx-ac97.h | 25 - sound/soc/s3c24xx/smdk2443_wm9710.c | 4 +- sound/soc/s3c24xx/smdk_wm9713.c | 103 +++ sound/soc/soc-cache.c | 175 ++++++ 17 files changed, 2123 insertions(+), 670 deletions(-) create mode 100644 sound/soc/codecs/wm8978.c create mode 100644 sound/soc/codecs/wm8978.h create mode 100644 sound/soc/s3c24xx/s3c-ac97.c create mode 100644 sound/soc/s3c24xx/s3c-ac97.h delete mode 100644 sound/soc/s3c24xx/s3c2443-ac97.c delete mode 100644 sound/soc/s3c24xx/s3c24xx-ac97.h create mode 100644 sound/soc/s3c24xx/smdk_wm9713.c
At Wed, 27 Jan 2010 23:16:09 +0000, Mark Brown wrote:
The following changes since commit f1487fcbe47cd2bc0c71e8598bf9eb6a82dec544: Mark Brown (1): Merge branch 'for-2.6.33' into for-2.6.34
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
Pulled now. Thanks.
Takashi
Barry Song (2): ASoC: ad1836: use soc-cache framework for codec registers access ASoC: ad1938: use soc-cache framework for codec registers access
Chaithrika U S (1): ASoC: DaVinci: Fix stream restart error
Guennadi Liakhovetski (1): ASoC: add a WM8978 codec driver
Jassi Brar (5): ASoC: AC97: S3C: Add controller driver ASoC: AC97: SMDK: Add wm9713 machine driver ASoC: AC97: SMDK2443: Switch to s3c-ac97.c ASoC: AC97: LN2440SBC: Switch to s3c-ac97.c ASoC: AC97: S3C2443: Remove unused driver
Mark Brown (1): ASoC: Note jumper settings for smdk_wm9713 driver on SMDK6410
sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/ad1836.c | 92 +-- sound/soc/codecs/ad1938.c | 164 ++---- sound/soc/codecs/wm8978.c | 1124 ++++++++++++++++++++++++++++++++++ sound/soc/codecs/wm8978.h | 89 +++ sound/soc/davinci/davinci-mcasp.c | 5 +- sound/soc/s3c24xx/Kconfig | 22 +- sound/soc/s3c24xx/Makefile | 7 +- sound/soc/s3c24xx/ln2440sbc_alc650.c | 4 +- sound/soc/s3c24xx/s3c-ac97.c | 518 ++++++++++++++++ sound/soc/s3c24xx/s3c-ac97.h | 23 + sound/soc/s3c24xx/s3c2443-ac97.c | 432 ------------- sound/soc/s3c24xx/s3c24xx-ac97.h | 25 - sound/soc/s3c24xx/smdk2443_wm9710.c | 4 +- sound/soc/s3c24xx/smdk_wm9713.c | 103 +++ sound/soc/soc-cache.c | 175 ++++++ 17 files changed, 2123 insertions(+), 670 deletions(-) create mode 100644 sound/soc/codecs/wm8978.c create mode 100644 sound/soc/codecs/wm8978.h create mode 100644 sound/soc/s3c24xx/s3c-ac97.c create mode 100644 sound/soc/s3c24xx/s3c-ac97.h delete mode 100644 sound/soc/s3c24xx/s3c2443-ac97.c delete mode 100644 sound/soc/s3c24xx/s3c24xx-ac97.h create mode 100644 sound/soc/s3c24xx/smdk_wm9713.c
participants (2)
-
Mark Brown
-
Takashi Iwai