mbox series

[GIT,PULL] ASoC fixes for 5.4

Message ID 20191021120157.GD4691@sirena.co.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for 5.4 | expand

Pull-request

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

Message

Mark Brown Oct. 21, 2019, 12:01 p.m. UTC
The following changes since commit 147162f575152db80000fb3de26358264768ee9f:

  ASoC: ti: fix SND_SOC_DM365_VOICE_CODEC dependencies (2019-09-20 12:06:48 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 95a32c98055f664f9b3f34c41e153d4dcedd0eff:

  ASoC: SOF: control: return true when kcontrol values change (2019-10-18 18:09:22 +0100)

----------------------------------------------------------------
ASoC: Fixes for v5.4

A collection of fixes that have arrived since the merge window.  There
are a small number of core fixes here but they are smaller ones around
error handling.

----------------------------------------------------------------
Bard Liao (1):
      ASoC: intel: sof_rt5682: use separate route map for dmic

Chuhong Yuan (1):
      ASoC: Intel: sof-rt5682: add a check for devm_clk_get

Dan Carpenter (2):
      ASoC: soc-component: fix a couple missing error assignments
      ASoC: topology: Fix a signedness bug in soc_tplg_dapm_widget_create()

Daniel Baluta (1):
      ASoC: simple_card_utils.h: Fix potential multiple redefinition error

Dragos Tarcatu (1):
      ASoC: SOF: control: return true when kcontrol values change

Hans de Goede (1):
      ASoC: core: Fix pcm code debugfs error

Jaska Uimonen (3):
      ASoC: rt5682: add NULL handler to set_jack function
      ASoC: intel: sof_rt5682: add remove function to disable jack
      ASoC: intel: bytcr_rt5651: add null check to support_button_press

Junya Monden (1):
      ASoC: rsnd: Reinitialize bit clock inversion flag for every format setting

Kai Vehmanen (2):
      ASoC: SOF: pcm: fix resource leak in hw_free
      ASoC: SOF: Intel: hda: fix warnings during FW load

Keyon Jie (1):
      ASoC: SOF: topology: fix parse fail issue for byte/bool tuple types

Li Xu (1):
      ASoC: wm_adsp: Fix theoretical NULL pointer for alg_region

Liam Girdwood (1):
      ASoC: SOF: Intel: initialise and verify FW crash dump data.

Olivier Moysan (1):
      ASoC: stm32: sai: fix sysclk management on shutdown

Pan Xiuli (1):
      ASoC: SOF: pcm: harden PCM STOP sequence

Pierre-Louis Bossart (1):
      ASoC: SOF: loader: fix kernel oops on firmware boot failure

Ranjani Sridharan (1):
      ASoC: SOF: Intel: hda: Disable DMI L1 entry during capture

Robin Murphy (1):
      ASoc: rockchip: i2s: Fix RPM imbalance

Sathyanarayana Nujella (1):
      ASoC: max98373: check for device node before parsing

Srinivas Kandagatla (1):
      ASoC: msm8916-wcd-digital: add missing MIX2 path for RX1/2

Stuart Henderson (1):
      ASoC: wm_adsp: Don't generate kcontrols without READ flags

Sylwester Nawrocki (2):
      ASoC: samsung: arndale: Add missing OF node dereferencing
      ASoC: wm8994: Do not register inapplicable controls for WM1811

 include/sound/simple_card_utils.h      |  8 ++---
 sound/soc/codecs/max98373.c            | 20 +++++++-----
 sound/soc/codecs/msm8916-wcd-digital.c | 22 +++++++++++++
 sound/soc/codecs/rt5651.c              |  3 ++
 sound/soc/codecs/rt5682.c              | 12 +++++--
 sound/soc/codecs/wm8994.c              | 43 ++++++++++++++----------
 sound/soc/codecs/wm_adsp.c             | 10 ++++--
 sound/soc/intel/boards/sof_rt5682.c    | 60 +++++++++++++++++++++++++++++++---
 sound/soc/rockchip/rockchip_i2s.c      |  2 +-
 sound/soc/samsung/arndale_rt5631.c     | 34 ++++++++++++++++---
 sound/soc/sh/rcar/core.c               |  1 +
 sound/soc/soc-pcm.c                    | 17 +++++++---
 sound/soc/soc-topology.c               |  2 +-
 sound/soc/sof/control.c                | 26 ++++++++++-----
 sound/soc/sof/intel/Kconfig            | 10 ++++++
 sound/soc/sof/intel/bdw.c              |  7 ++++
 sound/soc/sof/intel/byt.c              |  6 ++++
 sound/soc/sof/intel/hda-ctrl.c         | 12 +++----
 sound/soc/sof/intel/hda-loader.c       |  1 +
 sound/soc/sof/intel/hda-stream.c       | 45 +++++++++++++++++++++----
 sound/soc/sof/intel/hda.c              |  7 ++++
 sound/soc/sof/intel/hda.h              |  5 ++-
 sound/soc/sof/loader.c                 |  4 +--
 sound/soc/sof/pcm.c                    | 35 +++++++++++++-------
 sound/soc/sof/topology.c               |  4 ++-
 sound/soc/stm/stm32_sai_sub.c          | 21 ++++++------
 26 files changed, 320 insertions(+), 97 deletions(-)

Comments

Takashi Iwai Oct. 21, 2019, 12:37 p.m. UTC | #1
On Mon, 21 Oct 2019 14:01:57 +0200,
Mark Brown wrote:
> 
> The following changes since commit 147162f575152db80000fb3de26358264768ee9f:
> 
>   ASoC: ti: fix SND_SOC_DM365_VOICE_CODEC dependencies (2019-09-20 12:06:48 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.4-rc4
> 
> for you to fetch changes up to 95a32c98055f664f9b3f34c41e153d4dcedd0eff:
> 
>   ASoC: SOF: control: return true when kcontrol values change (2019-10-18 18:09:22 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.4
> 
> A collection of fixes that have arrived since the merge window.  There
> are a small number of core fixes here but they are smaller ones around
> error handling.

Thanks, pulled now.


Takashi