On Thu, 24 Sep 2015 20:42:40 +0200, Mark Brown wrote:
The following changes since commit 1f93e4a96c9109378204c147b3eec0d0e8100fde:
Linux 4.3-rc2 (2015-09-20 14:32:34 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v4.3-rc2
for you to fetch changes up to ed14ee0eea8b6808025356cecc87a8007885263f:
Merge remote-tracking branches 'asoc/fix/wm8960' and 'asoc/fix/wm8962' into asoc-linus (2015-09-23 11:01:12 -0700)
ASoC: Fixes for v4.3
A disappointingly large set of fixes, though none of them very big and very widely spread over many different drivers. Nothing especially stands out, it's mostly all device specific and relatively minor.
Thanks, pulled now.
Takashi
Adam Thomson (1): ASoC: fsl_ssi: Fix checking of dai format for AC97 mode
Anatol Pomozov (1): ASoC: Document snd-soc-dummy-dai purpose
Arnaud Pouliquen (1): ASoC: sti: check return of of_property_read
Axel Lin (2): ASoC: SPEAr: Make SND_SPEAR_SOC select SND_SOC_GENERIC_DMAENGINE_PCM ASoC: au1x: psc-i2s: Fix unused variable 'ret' warning
John Lin (1): ASoC: rt5645: Add struct dmi_system_id "Google Ultima" for chrome platform
Jyri Sarha (1): ASoC: davinci-mcasp: Set .symmetric_rates = 1 in snd_soc_dai_driver
Koro Chen (1): ASoC: mediatek: Increase periods_min in capture
Liam Girdwood (1): ASoC: intel: Fix SSP port configuration after RTD3 resume.
Maciej S. Szmigiero (1): ASoC: fsl-asoc-card: put ASRC OF node in case of unknown device
Mark Brown (6): Merge branch 'fix/rt5645' of git://git.kernel.org/.../broonie/sound into asoc-fix-rt5645 Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus Merge remote-tracking branches 'asoc/fix/davinci', 'asoc/fix/doc', 'asoc/fix/fsl-card', 'asoc/fix/fsl-ssi', 'asoc/fix/intel' and 'asoc/fix/maintainers' into asoc-linus Merge remote-tracking branches 'asoc/fix/mtk', 'asoc/fix/psc', 'asoc/fix/pxa', 'asoc/fix/spear', 'asoc/fix/sti' and 'asoc/fix/wm0010' into asoc-linus Merge remote-tracking branches 'asoc/fix/wm8960' and 'asoc/fix/wm8962' into asoc-linus
Oder Chiou (4): ASoC: rt5645: Remove incorrect settings ASoC: rt5645: Use the type SOC_DAPM_SINGLE_AUTODISABLE to prevent the weird sound in runtime of power up ASoC: rt5645: Increase the delay time to remove the pop sound ASoC: rt5645: Prevent the pop sound in case of playback and the jack is plugging
Peter Ujfalusi (2): ASoC: davinci-mcasp: Revise the FIFO threshold calculation ASoC: davinci-mcasp: Fix devm_kasprintf format string
Richard Fitzgerald (1): MAINTAINERS: Update website and git repo for Wolfson Microelectronics
Robert Jarzmik (2): ASoC: fix broken pxa SoC support ASoC: pxa: pxa2xx-ac97: fix dma requestor lines
Sudip Mukherjee (4): ASoC: wm0010: fix memory leak ASoC: dapm: fix memory leak ASoC: wm0010: fix memory leak ASoC: wm0010: fix error path
Zidan Wang (4): ASoC: wm8960: correct the min gain value of some PGA ASoC: wm8960: correct gain value for input PGA and add microphone PGA ASoC: wm8962: remove 64k sample rate support ASoC: wm8960: correct the max register value of mic boost pga
MAINTAINERS | 9 +++------ sound/arm/Kconfig | 15 ++++++++------- sound/soc/au1x/psc-i2s.c | 1 - sound/soc/codecs/rt5645.c | 22 +++++++++++++--------- sound/soc/codecs/wm0010.c | 23 +++++++++-------------- sound/soc/codecs/wm8960.c | 26 ++++++++++++++++++-------- sound/soc/codecs/wm8962.c | 3 ++- sound/soc/davinci/davinci-mcasp.c | 14 +++++++------- sound/soc/fsl/fsl-asoc-card.c | 3 ++- sound/soc/fsl/fsl_ssi.c | 5 +++-- sound/soc/intel/haswell/sst-haswell-ipc.c | 20 ++++++++++++-------- sound/soc/mediatek/mtk-afe-pcm.c | 17 +++++++++++++++++ sound/soc/pxa/Kconfig | 2 -- sound/soc/pxa/pxa2xx-ac97.c | 4 ++-- sound/soc/soc-dapm.c | 2 +- sound/soc/soc-utils.c | 9 +++++++++ sound/soc/spear/Kconfig | 2 +- sound/soc/sti/uniperif_player.c | 14 ++++++++++---- sound/soc/sti/uniperif_reader.c | 6 +++++- 19 files changed, 122 insertions(+), 75 deletions(-)