[alsa-devel] ASoC updates for 2.6.33
The following changes since commit 41b51dd47ea7c406a8d49b97804e8acec9dadaed: Mark Brown (1): Merge branch 'for-2.6.32' into for-2.6.33
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.33
Enric Balletbò i Serra (1): ASoC: Add support for IGEP v2
Graeme Gregory (1): ASoC: ADS117x ADC driver
Mark Brown (2): ASoC: Update ads117x to current APIs Merge branch 'ads117x' of git://git.kernel.org/.../broonie/sound-2.6 into for-2.6.33
Troy Kisky (4): ASoC: DaVinci: i2s, reduce underruns by combining into 1 element ASoC: DaVinci: pcm, rename variables in prep for ping/pong ASoC: DaVinci: pcm, fix underrun by using sram ASoC: DaVinci: use edma_pause, edma_resume
arch/arm/mach-davinci/include/mach/asp.h | 8 + sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/ads117x.c | 123 +++++++ sound/soc/codecs/ads117x.h | 13 + sound/soc/davinci/davinci-i2s.c | 79 ++++- sound/soc/davinci/davinci-pcm.c | 551 ++++++++++++++++++++++++++---- sound/soc/davinci/davinci-pcm.h | 1 + sound/soc/omap/Kconfig | 7 + sound/soc/omap/Makefile | 2 + sound/soc/omap/igep0020.c | 148 ++++++++ 11 files changed, 859 insertions(+), 79 deletions(-) create mode 100644 sound/soc/codecs/ads117x.c create mode 100644 sound/soc/codecs/ads117x.h create mode 100644 sound/soc/omap/igep0020.c
At Mon, 23 Nov 2009 12:17:40 +0000, Mark Brown wrote:
The following changes since commit 41b51dd47ea7c406a8d49b97804e8acec9dadaed: Mark Brown (1): Merge branch 'for-2.6.32' into for-2.6.33
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.33
Pulled now. Thanks.
Takashi
Enric Balletbò i Serra (1): ASoC: Add support for IGEP v2
Graeme Gregory (1): ASoC: ADS117x ADC driver
Mark Brown (2): ASoC: Update ads117x to current APIs Merge branch 'ads117x' of git://git.kernel.org/.../broonie/sound-2.6 into for-2.6.33
Troy Kisky (4): ASoC: DaVinci: i2s, reduce underruns by combining into 1 element ASoC: DaVinci: pcm, rename variables in prep for ping/pong ASoC: DaVinci: pcm, fix underrun by using sram ASoC: DaVinci: use edma_pause, edma_resume
arch/arm/mach-davinci/include/mach/asp.h | 8 + sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/ads117x.c | 123 +++++++ sound/soc/codecs/ads117x.h | 13 + sound/soc/davinci/davinci-i2s.c | 79 ++++- sound/soc/davinci/davinci-pcm.c | 551 ++++++++++++++++++++++++++---- sound/soc/davinci/davinci-pcm.h | 1 + sound/soc/omap/Kconfig | 7 + sound/soc/omap/Makefile | 2 + sound/soc/omap/igep0020.c | 148 ++++++++ 11 files changed, 859 insertions(+), 79 deletions(-) create mode 100644 sound/soc/codecs/ads117x.c create mode 100644 sound/soc/codecs/ads117x.h create mode 100644 sound/soc/omap/igep0020.c
participants (2)
-
Mark Brown
-
Takashi Iwai