The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v4.11-rc7
for you to fetch changes up to dc9617cb81c4130858b6dd026039f42a39e93c18:
Merge remote-tracking branches 'asoc/fix/intel', 'asoc/fix/topology' and 'asoc/fix/sti' into asoc-linus (2017-04-25 16:25:07 +0100)
---------------------------------------------------------------- ASoC: Fixes for v4.11
A few last minute fixes for v4.11, the STI fix is relatively large but driver specific and has been cooking in -next for a little while now:
- A fix from Takashi for some suspend/resume related crashes in the Intel drivers. - A fix from Mousumi Jana for issues with incorrectly created enumeration controls generated from topology files which could cause problems for userspace. - Fixes from Arnaud Pouliquen for some crashes due to races with the interrupt handler in the STI driver.
---------------------------------------------------------------- Arnaud Pouliquen (2): ASoC: STI: Fix reader substream pointer set ASoC: STI: Fix null ptr deference in IRQ handler
Mark Brown (1): Merge remote-tracking branches 'asoc/fix/intel', 'asoc/fix/topology' and 'asoc/fix/sti' into asoc-linus
Mousumi Jana (1): ASoC: topology: Fix to store enum text values
Takashi Iwai (1): ASoC: intel: Fix PM and non-atomic crash in bytcr drivers
sound/soc/intel/boards/bytcr_rt5640.c | 4 ++-- sound/soc/intel/boards/bytcr_rt5651.c | 2 -- sound/soc/soc-topology.c | 1 + sound/soc/sti/uniperif.h | 1 + sound/soc/sti/uniperif_player.c | 35 ++++++++++++++++++++++++----------- sound/soc/sti/uniperif_reader.c | 27 +++++++++++++++++++++++---- 6 files changed, 51 insertions(+), 19 deletions(-)