The following changes since commit 26bc420b59a38e4e6685a73345a0def461136dce:
Linux 3.19-rc6 (2015-01-25 20:04:41 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.19-rc6
for you to fetch changes up to 88343ee38d7ae55e39cda74c5d137cb2c454e66c:
Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/simple', 'asoc/fix/ts3a227e', 'asoc/fix/wm8904' and 'asoc/fix/wm8960' into asoc-linus (2015-01-26 11:29:58 +0000)
---------------------------------------------------------------- ASoC: Fixes for v3.19
There's a lot more fixes here than I'd like since I've been lax in sending things throughout the release cycle but there's only two in generic code and they've had quite some time to cook in -next so hopefully on balance are OK.
The two generic fixes are a fix for crashes on capture DAIs in the compress code and a fix for error handling on probe failures which would have been harmless in the past but now oopses with the new dynamic probe code.
---------------------------------------------------------------- Andrew Jackson (1): ASoC: adi: Add missing return statement.
Aurelien BOUIN (1): ASoC: fsl_esai: Fix incorrect xDC field width of xCCR registers
Bard Liao (1): ASoC: rt286: set the same format for dac and adc
Bo Shen (1): ASoC: wm8904: fix runtime warning
Cheng-Yi Chiang (1): ASoC: ts3a227e: Check and report jack status at probe
Fabio Estevam (2): ASoC: fsl_ssi: Fix irq error check ASoC: fsl: imx-wm8962: Set the card owner field
Geert Uytterhoeven (1): ASoC: simple-card: Fix crash in asoc_simple_card_unref()
Jianqun Xu (1): ASoC: rockchip: i2s: applys rate symmetry for CPU DAI
Jie Yang (2): ASoC: Intel: Don't change offset of block allocator during fixed allocate ASoC: Intel: Add NULL checks for the stream pointer
Mark Brown (4): Merge remote-tracking branch 'asoc/fix/fsl-esai' into asoc-linus Merge remote-tracking branch 'asoc/fix/pcm512x' into asoc-linus Merge remote-tracking branches 'asoc/fix/adi', 'asoc/fix/compress', 'asoc/fix/fsl-ssi', 'asoc/fix/imx', 'asoc/fix/intel', 'asoc/fix/omap', 'asoc/fix/rockchip' and 'asoc/fix/rt286' into asoc-linus Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/simple', 'asoc/fix/ts3a227e', 'asoc/fix/wm8904' and 'asoc/fix/wm8960' into asoc-linus
Oder Chiou (1): ASoC: rt5677: Modify the behavior that updates the PLL parameter.
Peter Rosin (1): ASoC: pcm512x: Fix DSP program selection
Peter Ujfalusi (1): ASoC: omap-mcbsp: Correct CBM_CFS dai format configuration
Qais Yousef (1): ASoC: soc-compress.c: fix NULL dereference
Zidan Wang (1): ASoC: wm8960: Fix capture sample rate from 11250 to 11025
sound/soc/adi/axi-i2s.c | 2 ++ sound/soc/codecs/pcm512x.c | 2 +- sound/soc/codecs/rt286.c | 6 ++---- sound/soc/codecs/rt5677.c | 18 ++++++++++++++---- sound/soc/codecs/ts3a227e.c | 6 ++++++ sound/soc/codecs/wm8904.c | 23 +++++++++++++++-------- sound/soc/codecs/wm8960.c | 2 +- sound/soc/fsl/fsl_esai.h | 2 +- sound/soc/fsl/fsl_ssi.c | 4 ++-- sound/soc/fsl/imx-wm8962.c | 1 + sound/soc/generic/simple-card.c | 7 +++---- sound/soc/intel/sst-firmware.c | 13 +++++++------ sound/soc/intel/sst-haswell-ipc.c | 30 ++++++++++++++++++++++++++++++ sound/soc/omap/omap-mcbsp.c | 2 +- sound/soc/rockchip/rockchip_i2s.c | 1 + sound/soc/soc-compress.c | 9 ++++++--- 16 files changed, 93 insertions(+), 35 deletions(-)