[alsa-devel] ASoC updates for 2.6.32
The following changes since commit 4ec5c9693b46ab34976511cd43bf75c3a0fc704d: Mark Brown (1): Merge branch 'for-2.6.31' into for-2.6.32
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.32
Chaithrika U S (4): ASoC: Introduce platform driver model for dm644x, dm355 ASoC: Add mcasp support for DM646x ASoC: Add machine driver support for DM646x ASoC: Minor fixes to DaVinci I2S probe function
Mark Brown (5): Merge branch 'davinci' into for-2.6.32 ASoC: Add TLV information for WM8731 ASoC: Correct WM8731 Mic Capture Switch control name ASoC: DaVinci I2S needs mach/asp.h ASoC: Add WM8993 CODEC driver
Troy Kisky (1): ASoC: DaVinci: pcm, don't play 1st sound period twice
include/sound/wm8993.h | 44 + sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/wm8731.c | 17 +- sound/soc/codecs/wm8993.c | 2203 +++++++++++++++++++++++++++++++++++++ sound/soc/codecs/wm8993.h | 2132 +++++++++++++++++++++++++++++++++++ sound/soc/davinci/Kconfig | 13 + sound/soc/davinci/Makefile | 3 + sound/soc/davinci/davinci-evm.c | 102 +- sound/soc/davinci/davinci-i2s.c | 123 ++- sound/soc/davinci/davinci-mcasp.c | 874 +++++++++++++++ sound/soc/davinci/davinci-mcasp.h | 55 + sound/soc/davinci/davinci-pcm.c | 1 + sound/soc/davinci/davinci-pcm.h | 18 +- 14 files changed, 5473 insertions(+), 118 deletions(-) create mode 100644 include/sound/wm8993.h create mode 100644 sound/soc/codecs/wm8993.c create mode 100644 sound/soc/codecs/wm8993.h create mode 100644 sound/soc/davinci/davinci-mcasp.c create mode 100644 sound/soc/davinci/davinci-mcasp.h
At Wed, 8 Jul 2009 17:38:42 +0100, Mark Brown wrote:
The following changes since commit 4ec5c9693b46ab34976511cd43bf75c3a0fc704d: Mark Brown (1): Merge branch 'for-2.6.31' into for-2.6.32
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.32
Pulled now. Thanks.
Takashi
Chaithrika U S (4): ASoC: Introduce platform driver model for dm644x, dm355 ASoC: Add mcasp support for DM646x ASoC: Add machine driver support for DM646x ASoC: Minor fixes to DaVinci I2S probe function
Mark Brown (5): Merge branch 'davinci' into for-2.6.32 ASoC: Add TLV information for WM8731 ASoC: Correct WM8731 Mic Capture Switch control name ASoC: DaVinci I2S needs mach/asp.h ASoC: Add WM8993 CODEC driver
Troy Kisky (1): ASoC: DaVinci: pcm, don't play 1st sound period twice
include/sound/wm8993.h | 44 + sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/wm8731.c | 17 +- sound/soc/codecs/wm8993.c | 2203 +++++++++++++++++++++++++++++++++++++ sound/soc/codecs/wm8993.h | 2132 +++++++++++++++++++++++++++++++++++ sound/soc/davinci/Kconfig | 13 + sound/soc/davinci/Makefile | 3 + sound/soc/davinci/davinci-evm.c | 102 +- sound/soc/davinci/davinci-i2s.c | 123 ++- sound/soc/davinci/davinci-mcasp.c | 874 +++++++++++++++ sound/soc/davinci/davinci-mcasp.h | 55 + sound/soc/davinci/davinci-pcm.c | 1 + sound/soc/davinci/davinci-pcm.h | 18 +- 14 files changed, 5473 insertions(+), 118 deletions(-) create mode 100644 include/sound/wm8993.h create mode 100644 sound/soc/codecs/wm8993.c create mode 100644 sound/soc/codecs/wm8993.h create mode 100644 sound/soc/davinci/davinci-mcasp.c create mode 100644 sound/soc/davinci/davinci-mcasp.h
participants (2)
-
Mark Brown
-
Takashi Iwai