mbox series

[GIT,PULL] ASoC fixes for v5.5

Message ID 20200116122548.GP3897@sirena.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for v5.5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.5-rc6

Message

Mark Brown Jan. 16, 2020, 12:25 p.m. UTC
The following changes since commit ff3b57417012fcc963ec281f5705bed837e4b1ac:

  ASoC: Intel: boards: Fix compile-testing RT1011/RT5682 (2020-01-03 00:56:47 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.5-rc6

for you to fetch changes up to 85578bbd642f65065039b1765ebe1a867d5435b0:

  ASoC: msm8916-wcd-digital: Reset RX interpolation path after use (2020-01-13 15:12:28 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.5

This is mostly driver specific fixes, plus an error handling fix
in the core.  There is a rather large diffstat for the stm32 SAI
driver, this is a very large but mostly mechanical update which
wraps every register access in the driver to allow a fix to the
locking which avoids circular locks, the active change is much
smaller and more reasonably sized.

----------------------------------------------------------------
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

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 (1):
      ASoC: Fix NULL dereference at freeing

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

 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 ++++++++++++++++++++++++---------
 12 files changed, 209 insertions(+), 80 deletions(-)

Comments

Takashi Iwai Jan. 16, 2020, 1:16 p.m. UTC | #1
On Thu, 16 Jan 2020 13:25:48 +0100,
Mark Brown wrote:
> 
> The following changes since commit ff3b57417012fcc963ec281f5705bed837e4b1ac:
> 
>   ASoC: Intel: boards: Fix compile-testing RT1011/RT5682 (2020-01-03 00:56:47 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.5-rc6
> 
> for you to fetch changes up to 85578bbd642f65065039b1765ebe1a867d5435b0:
> 
>   ASoC: msm8916-wcd-digital: Reset RX interpolation path after use (2020-01-13 15:12:28 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.5
> 
> This is mostly driver specific fixes, plus an error handling fix
> in the core.  There is a rather large diffstat for the stm32 SAI
> driver, this is a very large but mostly mechanical update which
> wraps every register access in the driver to allow a fix to the
> locking which avoids circular locks, the active change is much
> smaller and more reasonably sized.

Pulled now.  Thanks.


Takashi