[alsa-devel] ASoC updates for v3.12
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983:
Linux 3.12-rc2 (2013-09-23 15:41:09 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.12-rc2
for you to fetch changes up to 267666ea3bd6e804c2c8bbafbe628026be963d06:
Merge remote-tracking branch 'asoc/fix/max98095' into asoc-linus (2013-09-27 14:56:24 +0100)
----------------------------------------------------------------
ASoC: Fixes for v3.12
Nothing too exciting here, all driver specific except for the fix from Liam for DPCM systems which have both front and back end DAIs which is not yet used by anything in mainline.
---------------------------------------------------------------- Dan Carpenter (3): ASoC: max98095: a couple array underflows ASoC: ab8500-codec: info leak in anc_status_control_put() ASoC: 88pm860x: array overflow in snd_soc_put_volsw_2r_st()
Liam Girdwood (1): ASoC: core: Only add platform DAI widgets once.
Mark Brown (6): Merge remote-tracking branch 'asoc/fix/88pm860x' into asoc-linus Merge remote-tracking branch 'asoc/fix/ab8500' into asoc-linus Merge remote-tracking branch 'asoc/fix/bfin' into asoc-linus Merge remote-tracking branch 'asoc/fix/core' into asoc-linus Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linus Merge remote-tracking branch 'asoc/fix/max98095' into asoc-linus
Philipp Zabel (2): ASoC: imx-sgtl5000: do not use devres on a foreign device ASoC: imx-sgtl5000: Fix uninitialized pointer use in error path
Valentin Ilie (1): ASoC: blackfin: Add missing break statement to bf6xx
sound/soc/blackfin/bf6xx-i2s.c | 1 + sound/soc/codecs/88pm860x-codec.c | 3 +++ sound/soc/codecs/ab8500-codec.c | 7 ++++++- sound/soc/codecs/max98095.c | 4 ++-- sound/soc/fsl/imx-sgtl5000.c | 7 +++++-- sound/soc/soc-core.c | 1 - 6 files changed, 17 insertions(+), 6 deletions(-)
At Fri, 27 Sep 2013 16:42:59 +0100, Mark Brown wrote:
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983:
Linux 3.12-rc2 (2013-09-23 15:41:09 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.12-rc2
for you to fetch changes up to 267666ea3bd6e804c2c8bbafbe628026be963d06:
Merge remote-tracking branch 'asoc/fix/max98095' into asoc-linus (2013-09-27 14:56:24 +0100)
ASoC: Fixes for v3.12
Nothing too exciting here, all driver specific except for the fix from Liam for DPCM systems which have both front and back end DAIs which is not yet used by anything in mainline.
Thanks, pulled now.
Takashi
Dan Carpenter (3): ASoC: max98095: a couple array underflows ASoC: ab8500-codec: info leak in anc_status_control_put() ASoC: 88pm860x: array overflow in snd_soc_put_volsw_2r_st()
Liam Girdwood (1): ASoC: core: Only add platform DAI widgets once.
Mark Brown (6): Merge remote-tracking branch 'asoc/fix/88pm860x' into asoc-linus Merge remote-tracking branch 'asoc/fix/ab8500' into asoc-linus Merge remote-tracking branch 'asoc/fix/bfin' into asoc-linus Merge remote-tracking branch 'asoc/fix/core' into asoc-linus Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linus Merge remote-tracking branch 'asoc/fix/max98095' into asoc-linus
Philipp Zabel (2): ASoC: imx-sgtl5000: do not use devres on a foreign device ASoC: imx-sgtl5000: Fix uninitialized pointer use in error path
Valentin Ilie (1): ASoC: blackfin: Add missing break statement to bf6xx
sound/soc/blackfin/bf6xx-i2s.c | 1 + sound/soc/codecs/88pm860x-codec.c | 3 +++ sound/soc/codecs/ab8500-codec.c | 7 ++++++- sound/soc/codecs/max98095.c | 4 ++-- sound/soc/fsl/imx-sgtl5000.c | 7 +++++-- sound/soc/soc-core.c | 1 - 6 files changed, 17 insertions(+), 6 deletions(-)
participants (2)
-
Mark Brown
-
Takashi Iwai