[GIT PULL] sound fixes for 5.5-rc7

From: Takashi Iwai
Date: Fri Jan 17 2020 - 05:51:21 EST


Linus,

please pull sound fixes for v5.5-rc7 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.5-rc7

The topmost commit is e5dbdcb31285a975d623d2bf2c9e7b2940489008

----------------------------------------------------------------

sound fixes for 5.5-rc7

This became bigger than I have hoped for rc7. But, the only large LOC
is for stm32 fixes that are simple rewriting of register access
helpers, while the rest are all nice and small fixes:

- A few ASoC fixes for the remaining probe error handling bugs

- ALSA sequencer core fix for racy proc file accesses

- Revert the option rename of snd-hda-intel to make compatible again

- Various device-specific fixes

----------------------------------------------------------------

Arnaud Pouliquen (1):
ASoC: sti: fix possible sleep-in-atomic

Bard liao (1):
ASoC: SOF: Intel: lower print level to dbg if we will reinit DSP

Dmitry Osipenko (1):
ASoC: rt5640: Fix NULL dereference on module unload

Hans de Goede (1):
ASoC: Intel: bytcht_es8316: Fix Irbis NB41 netbook quirk

Johan Hovold (1):
ALSA: usb-audio: fix sync-ep altsetting sanity check

Kai Vehmanen (2):
ASoC: SOF: Intel: fix HDA codec driver probe with multiple controllers
ASoC: hdac_hda: Fix error in driver removal after failed probe

Olivier Moysan (2):
ASoC: stm32: sai: fix possible circular locking
ASoC: stm32: dfsdm: fix 16 bits record

Stephan Gerhold (3):
ASoC: msm8916-wcd-analog: Fix selected events for MIC BIAS External1
ASoC: msm8916-wcd-analog: Fix MIC BIAS Internal1
ASoC: msm8916-wcd-digital: Reset RX interpolation path after use

Takashi Iwai (3):
ASoC: Fix NULL dereference at freeing
ALSA: hda: Rename back to dmic_detect option
ALSA: seq: Fix racy access for queue timer in proc read

Takashi Sakamoto (2):
ALSA: firewire-tascam: fix corruption due to spin lock without restoration in SoftIRQ context
ALSA: dice: fix fallback from protocol extension into limited functionality

Yu-Hsuan Hsu (1):
ASoC: cros_ec_codec: Make the device acpi compatible

---
sound/core/seq/seq_timer.c | 14 ++-
sound/firewire/dice/dice-extension.c | 5 +-
sound/firewire/tascam/amdtp-tascam.c | 5 +-
sound/pci/hda/hda_intel.c | 13 ++-
sound/soc/codecs/cros_ec_codec.c | 8 ++
sound/soc/codecs/hdac_hda.c | 4 +-
sound/soc/codecs/msm8916-wcd-analog.c | 20 +++-
sound/soc/codecs/msm8916-wcd-digital.c | 6 +
sound/soc/codecs/rt5640.c | 7 ++
sound/soc/intel/boards/bytcht_es8316.c | 3 +-
sound/soc/soc-component.c | 3 +
sound/soc/sof/intel/hda-codec.c | 19 ++--
sound/soc/sof/intel/hda-loader.c | 6 +-
sound/soc/sti/uniperif_player.c | 7 +-
sound/soc/stm/stm32_adfsdm.c | 12 +-
sound/soc/stm/stm32_sai_sub.c | 194 ++++++++++++++++++++++++---------
sound/usb/pcm.c | 2 +-
17 files changed, 234 insertions(+), 94 deletions(-)