[alsa-devel] ASoC updates for v3.9
The following changes since commit 8bb9660418e05bb1845ac1a2428444d78e322cc7:
Linux 3.9-rc4 (2013-03-23 16:52:44 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v3.9-rc4
for you to fetch changes up to 40bac28eb1e39f229a94ad72e2ca8cdeef3ba31a:
Merge remote-tracking branch 'asoc/fix/spear' into asoc-next (2013-03-26 14:08:07 +0000)
----------------------------------------------------------------
ASoC: Fixes for v3.9
A few more fixes here and there, including quite a few nasty driver specific ones, but nothing that has a major general impact.
---------------------------------------------------------------- Axel Lin (1): ASoC: si476x: Add missing break for SNDRV_PCM_FORMAT_S8 switch case
Joe Perches (1): ASoC:: max98090: Remove executable bit
Lars-Peter Clausen (2): ASoC: spear_pcm: Update to new pcm_new() API ASoC: dma-sh7760: Fix compile error
Mark Brown (9): ASoC: dapm: Fix handling of loops Merge remote-tracking branch 'asoc/fix/adsp' into asoc-next Merge remote-tracking branch 'asoc/fix/core' into asoc-next Merge remote-tracking branch 'asoc/fix/dapm' into asoc-next Merge remote-tracking branch 'asoc/fix/fsl' into asoc-next Merge remote-tracking branch 'asoc/fix/max98090' into asoc-next Merge remote-tracking branch 'asoc/fix/sh' into asoc-next Merge remote-tracking branch 'asoc/fix/si476x' into asoc-next Merge remote-tracking branch 'asoc/fix/spear' into asoc-next
Markus Pargmann (1): ASoC: pcm030 audio fabric: remove __init from probe
Peter Ujfalusi (1): ASoC: dapm: Fix pointer dereference in is_connected_output_ep()
Sascha Hauer (1): ASoC: imx-ssi: Fix occasional AC97 reset failure
Silviu-Mihai Popescu (1): ASoC: core: fix invalid free of devm_ allocated data
Wei Yongjun (2): ASoC: wm_adsp: fix possible memory leak in wm_adsp_load_coeff() ASoC: core: fix possible memory leak in snd_soc_bytes_put()
include/sound/soc-dapm.h | 1 + sound/soc/codecs/si476x.c | 1 + sound/soc/codecs/wm_adsp.c | 5 +++-- sound/soc/fsl/imx-ssi.c | 5 +++++ sound/soc/fsl/pcm030-audio-fabric.c | 2 +- sound/soc/sh/dma-sh7760.c | 4 ++-- sound/soc/soc-core.c | 8 ++++---- sound/soc/soc-dapm.c | 14 ++++++++++++++ sound/soc/spear/spear_pcm.c | 12 ++++++------ 9 files changed, 37 insertions(+), 15 deletions(-) mode change 100755 => 100644 include/sound/max98090.h mode change 100755 => 100644 sound/soc/codecs/max98090.c mode change 100755 => 100644 sound/soc/codecs/max98090.h
Hi Mark,
As you might have guessed, I'm currently on vacation, so have little net connection. For urgent fixes, feel free to ask Linus to pull. But I guess this time it's unnecessary.
In anyway, I'll catch up all pending pulls and merges on the next Tuesday.
(Sorry for top-posting and other ugliness.)
Takashi On Mar 26, 2013 3:40 PM, "Mark Brown" broonie@opensource.wolfsonmicro.com wrote:
The following changes since commit 8bb9660418e05bb1845ac1a2428444d78e322cc7:
Linux 3.9-rc4 (2013-03-23 16:52:44 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.gittags/asoc-fix-v3.9-rc4
for you to fetch changes up to 40bac28eb1e39f229a94ad72e2ca8cdeef3ba31a:
Merge remote-tracking branch 'asoc/fix/spear' into asoc-next (2013-03-26 14:08:07 +0000)
ASoC: Fixes for v3.9
A few more fixes here and there, including quite a few nasty driver specific ones, but nothing that has a major general impact.
Axel Lin (1): ASoC: si476x: Add missing break for SNDRV_PCM_FORMAT_S8 switch case
Joe Perches (1): ASoC:: max98090: Remove executable bit
Lars-Peter Clausen (2): ASoC: spear_pcm: Update to new pcm_new() API ASoC: dma-sh7760: Fix compile error
Mark Brown (9): ASoC: dapm: Fix handling of loops Merge remote-tracking branch 'asoc/fix/adsp' into asoc-next Merge remote-tracking branch 'asoc/fix/core' into asoc-next Merge remote-tracking branch 'asoc/fix/dapm' into asoc-next Merge remote-tracking branch 'asoc/fix/fsl' into asoc-next Merge remote-tracking branch 'asoc/fix/max98090' into asoc-next Merge remote-tracking branch 'asoc/fix/sh' into asoc-next Merge remote-tracking branch 'asoc/fix/si476x' into asoc-next Merge remote-tracking branch 'asoc/fix/spear' into asoc-next
Markus Pargmann (1): ASoC: pcm030 audio fabric: remove __init from probe
Peter Ujfalusi (1): ASoC: dapm: Fix pointer dereference in is_connected_output_ep()
Sascha Hauer (1): ASoC: imx-ssi: Fix occasional AC97 reset failure
Silviu-Mihai Popescu (1): ASoC: core: fix invalid free of devm_ allocated data
Wei Yongjun (2): ASoC: wm_adsp: fix possible memory leak in wm_adsp_load_coeff() ASoC: core: fix possible memory leak in snd_soc_bytes_put()
include/sound/soc-dapm.h | 1 + sound/soc/codecs/si476x.c | 1 + sound/soc/codecs/wm_adsp.c | 5 +++-- sound/soc/fsl/imx-ssi.c | 5 +++++ sound/soc/fsl/pcm030-audio-fabric.c | 2 +- sound/soc/sh/dma-sh7760.c | 4 ++-- sound/soc/soc-core.c | 8 ++++---- sound/soc/soc-dapm.c | 14 ++++++++++++++ sound/soc/spear/spear_pcm.c | 12 ++++++------ 9 files changed, 37 insertions(+), 15 deletions(-) mode change 100755 => 100644 include/sound/max98090.h mode change 100755 => 100644 sound/soc/codecs/max98090.c mode change 100755 => 100644 sound/soc/codecs/max98090.h
At Tue, 26 Mar 2013 14:30:05 +0000, Mark Brown wrote:
The following changes since commit 8bb9660418e05bb1845ac1a2428444d78e322cc7:
Linux 3.9-rc4 (2013-03-23 16:52:44 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v3.9-rc4
for you to fetch changes up to 40bac28eb1e39f229a94ad72e2ca8cdeef3ba31a:
Merge remote-tracking branch 'asoc/fix/spear' into asoc-next (2013-03-26 14:08:07 +0000)
ASoC: Fixes for v3.9
A few more fixes here and there, including quite a few nasty driver specific ones, but nothing that has a major general impact.
Pulled now.
Takashi
Axel Lin (1): ASoC: si476x: Add missing break for SNDRV_PCM_FORMAT_S8 switch case
Joe Perches (1): ASoC:: max98090: Remove executable bit
Lars-Peter Clausen (2): ASoC: spear_pcm: Update to new pcm_new() API ASoC: dma-sh7760: Fix compile error
Mark Brown (9): ASoC: dapm: Fix handling of loops Merge remote-tracking branch 'asoc/fix/adsp' into asoc-next Merge remote-tracking branch 'asoc/fix/core' into asoc-next Merge remote-tracking branch 'asoc/fix/dapm' into asoc-next Merge remote-tracking branch 'asoc/fix/fsl' into asoc-next Merge remote-tracking branch 'asoc/fix/max98090' into asoc-next Merge remote-tracking branch 'asoc/fix/sh' into asoc-next Merge remote-tracking branch 'asoc/fix/si476x' into asoc-next Merge remote-tracking branch 'asoc/fix/spear' into asoc-next
Markus Pargmann (1): ASoC: pcm030 audio fabric: remove __init from probe
Peter Ujfalusi (1): ASoC: dapm: Fix pointer dereference in is_connected_output_ep()
Sascha Hauer (1): ASoC: imx-ssi: Fix occasional AC97 reset failure
Silviu-Mihai Popescu (1): ASoC: core: fix invalid free of devm_ allocated data
Wei Yongjun (2): ASoC: wm_adsp: fix possible memory leak in wm_adsp_load_coeff() ASoC: core: fix possible memory leak in snd_soc_bytes_put()
include/sound/soc-dapm.h | 1 + sound/soc/codecs/si476x.c | 1 + sound/soc/codecs/wm_adsp.c | 5 +++-- sound/soc/fsl/imx-ssi.c | 5 +++++ sound/soc/fsl/pcm030-audio-fabric.c | 2 +- sound/soc/sh/dma-sh7760.c | 4 ++-- sound/soc/soc-core.c | 8 ++++---- sound/soc/soc-dapm.c | 14 ++++++++++++++ sound/soc/spear/spear_pcm.c | 12 ++++++------ 9 files changed, 37 insertions(+), 15 deletions(-) mode change 100755 => 100644 include/sound/max98090.h mode change 100755 => 100644 sound/soc/codecs/max98090.c mode change 100755 => 100644 sound/soc/codecs/max98090.h
participants (2)
-
Mark Brown
-
Takashi Iwai