The following changes since commit 95e9ee92e20162681e9f65c25962e0606db9d149:
ASoC: Intel: Fix audio crash due to negative address offset (2014-04-22 19:22:53 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git asoc-v3.15-rc5-intel
for you to fetch changes up to cffd6665f57ed18f4be9185c4330c8c98c22e201:
ASoC: Intel: Fix Baytrail SST DSP firmware loading (2014-05-13 18:21:02 +0100)
---------------------------------------------------------------- ASoC: Intel fixes for v3.15
This is a relatively large batch of fixes for the newly added Haswell/Baytrail drivers from Intel. It's a bit larger than is good for this point in the cycle but it's all for a newly added driver so not so worrying as it might otherwise be. Some of it's integration problems, some of it's the sort of problem usually turned up in stress tests.
---------------------------------------------------------------- Jarkko Nikula (2): ASoC: Intel: Cancel hsw_notification_work before freeing the stream ASoC: Intel: Fix Baytrail SST DSP firmware loading
Liam Girdwood (8): ASoC: Intel: Fix block allocation so we only allocate blocks once. ASoC: Intel: Fix allocated block list usage when adding blocks. ASoC: Intel: Fix Haswell/Broadwell DSP page table creation. ASoC: Intel: Fix Audio DSP usage when IOMMU is enabled. ASoC: Intel: Fix allow hw_params to be called more than once. ASoC: Intel: Fix stream position pointer. ASoC: Intel: Fix check for pdata usage before dereference. ASoC: Intel: Fix block offset calculations.
Wenkai Du (1): ASoC: Intel: Fix audio crash due to race condition in stream deletion
sound/soc/intel/sst-acpi.c | 1 + sound/soc/intel/sst-baytrail-dsp.c | 2 +- sound/soc/intel/sst-baytrail-ipc.c | 8 +++ sound/soc/intel/sst-dsp-priv.h | 1 + sound/soc/intel/sst-dsp.c | 1 + sound/soc/intel/sst-dsp.h | 1 + sound/soc/intel/sst-firmware.c | 25 +++------ sound/soc/intel/sst-haswell-dsp.c | 4 +- sound/soc/intel/sst-haswell-ipc.c | 31 ++++++++++- sound/soc/intel/sst-haswell-ipc.h | 4 +- sound/soc/intel/sst-haswell-pcm.c | 107 ++++++++++++++++++++++++------------- 11 files changed, 126 insertions(+), 59 deletions(-)