[alsa-devel] ASoC updates for 3.0
The following changes since commit 59c5f46fbe01a00eedf54a23789634438bb80603:
Linux 3.0-rc2 (2011-06-06 18:06:33 +0900)
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.0
This also includes a merge up of 3.0-rc1. The core change is the relatively large but straightforward patch to pass the DAPM context around when creating new mixers.
Joachim Eastwood (1): ASoC: atmel_ssc: Don't try to free ssc if request failed
Lars-Peter Clausen (3): ASoC: AD1836: Fix setting the PCM format ASoC: Blackfin: bf5xx-ad1836: Fix codec device name ASoC: snd_soc_new_{mixer,mux,pga} make sure to use right DAPM context
Mark Brown (6): Merge branch 'for-3.0' of git://git.kernel.org/.../broonie/sound-2.6 into for-3.0 ASoC: Only update SYSCLK_ENA when pausing WM8915 SYSCLK ASoC: Add missing break in WM8915 FLL source selection ASoC: Check for NULL register bank in snd_soc_get_cache_val() ASoC: Fix WM8962 headphone volume update for use of advanced caches ASoC: WM8804 does not support sample rates below 32kHz
Sangbeom Kim (1): ASoC: SAMSUNG: Fix the incorrect referencing of I2SCON register
Timur Tabi (1): ASoC: fsl: fix initialization of DMA buffers
sound/soc/atmel/atmel_ssc_dai.c | 5 +++-- sound/soc/blackfin/bf5xx-ad1836.c | 4 ++-- sound/soc/codecs/ad1836.c | 14 +++++++------- sound/soc/codecs/ad1836.h | 6 ++++++ sound/soc/codecs/wm8804.c | 9 +++++++-- sound/soc/codecs/wm8915.c | 3 ++- sound/soc/codecs/wm8962.c | 4 ++-- sound/soc/codecs/wm_hubs.c | 8 ++++---- sound/soc/fsl/fsl_dma.c | 9 +++++---- sound/soc/samsung/i2s.c | 4 ++-- sound/soc/soc-cache.c | 3 +++ sound/soc/soc-dapm.c | 22 ++++++++++++---------- 12 files changed, 55 insertions(+), 36 deletions(-)
At Fri, 10 Jun 2011 11:26:25 +0100, Mark Brown wrote:
The following changes since commit 59c5f46fbe01a00eedf54a23789634438bb80603:
Linux 3.0-rc2 (2011-06-06 18:06:33 +0900)
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.0
This also includes a merge up of 3.0-rc1. The core change is the relatively large but straightforward patch to pass the DAPM context around when creating new mixers.
Pulled now. Thanks.
Takashi
Joachim Eastwood (1): ASoC: atmel_ssc: Don't try to free ssc if request failed
Lars-Peter Clausen (3): ASoC: AD1836: Fix setting the PCM format ASoC: Blackfin: bf5xx-ad1836: Fix codec device name ASoC: snd_soc_new_{mixer,mux,pga} make sure to use right DAPM context
Mark Brown (6): Merge branch 'for-3.0' of git://git.kernel.org/.../broonie/sound-2.6 into for-3.0 ASoC: Only update SYSCLK_ENA when pausing WM8915 SYSCLK ASoC: Add missing break in WM8915 FLL source selection ASoC: Check for NULL register bank in snd_soc_get_cache_val() ASoC: Fix WM8962 headphone volume update for use of advanced caches ASoC: WM8804 does not support sample rates below 32kHz
Sangbeom Kim (1): ASoC: SAMSUNG: Fix the incorrect referencing of I2SCON register
Timur Tabi (1): ASoC: fsl: fix initialization of DMA buffers
sound/soc/atmel/atmel_ssc_dai.c | 5 +++-- sound/soc/blackfin/bf5xx-ad1836.c | 4 ++-- sound/soc/codecs/ad1836.c | 14 +++++++------- sound/soc/codecs/ad1836.h | 6 ++++++ sound/soc/codecs/wm8804.c | 9 +++++++-- sound/soc/codecs/wm8915.c | 3 ++- sound/soc/codecs/wm8962.c | 4 ++-- sound/soc/codecs/wm_hubs.c | 8 ++++---- sound/soc/fsl/fsl_dma.c | 9 +++++---- sound/soc/samsung/i2s.c | 4 ++-- sound/soc/soc-cache.c | 3 +++ sound/soc/soc-dapm.c | 22 ++++++++++++---------- 12 files changed, 55 insertions(+), 36 deletions(-)
participants (2)
-
Mark Brown
-
Takashi Iwai