mbox series

[GIT,PULL] ASoC fixes for v5.9-rc1

Message ID 20200818183312.3BF8A2075E@mail.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for v5.9-rc1 | expand

Pull-request

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

Message

Mark Brown Aug. 18, 2020, 6:32 p.m. UTC
The following changes since commit 8e34f1e867b572f1e20b5250c2897fe5f041c99f:

  Merge series "ASoC: core: Two step component registration" from Cezary Rojewski <cezary.rojewski@intel.com>: (2020-07-31 19:36:00 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 062fa09f44f4fb3776a23184d5d296b0c8872eb9:

  ASoC: intel: Fix memleak in sst_media_open (2020-08-17 12:28:57 +0100)

----------------------------------------------------------------
ASoC: Fixes for v5.9

A bunch of fixes that came in during the merge window, mostly for issues
that were uncovered by the changes to report errors on invalid register
access plus one important fix in that code itself.

----------------------------------------------------------------
Dinghao Liu (1):
      ASoC: intel: Fix memleak in sst_media_open

Fabio Estevam (1):
      ASoC: wm8962: Do not remove ADDITIONAL_CONTROL_4 from readable register list

Hui Wang (1):
      ASoC: amd: renoir: restore two more registers during resume

Mark Brown (1):
      Merge series "ASoC: tegra: Fix compile warning with CONFIG_PM=n" from Takashi Iwai <tiwai@suse.de>:

Ravulapati Vishnu vardhan rao (1):
      ASoC: amd: Replacing component->name with codec_dai->name.

Shengjiu Wang (1):
      ASoC: fsl-asoc-card: Remove fsl_asoc_card_set_bias_level function

Srinivas Kandagatla (3):
      ASoC: q6afe-dai: mark all widgets registers as SND_SOC_NOPM
      ASoC: q6routing: add dummy register read/write function
      ASoC: msm8916-wcd-analog: fix register Interrupt offset

Sylwester Nawrocki (2):
      ASoC: wm8994: Prevent access to invalid VU register bits on WM1811
      ASoC: wm8994: Avoid attempts to read unreadable registers

Takashi Iwai (7):
      ASoC: tegra: tegra186_dspk: Fix compile warning with CONFIG_PM=n
      ASoC: tegra: tegra210_admaif: Fix compile warning with CONFIG_PM=n
      ASoC: tegra: tegra210_ahub: Fix compile warning with CONFIG_PM=n
      ASoC: tegra: tegra210_dmic: Fix compile warning with CONFIG_PM=n
      ASoC: tegra: tegra210_i2s: Fix compile warning with CONFIG_PM=n
      ASoC: fsl: Fix unused variable warning
      ASoC: Make soc_component_read() returning an error code again

 sound/soc/amd/acp3x-rt5682-max9836.c         |   2 +-
 sound/soc/amd/renoir/acp3x-pdm-dma.c         |  29 ++--
 sound/soc/codecs/msm8916-wcd-analog.c        |   4 +-
 sound/soc/codecs/wm8958-dsp2.c               |   4 +
 sound/soc/codecs/wm8962.c                    |   2 +-
 sound/soc/codecs/wm8994.c                    |  60 ++++++--
 sound/soc/fsl/fsl-asoc-card.c                | 154 +++++++++-----------
 sound/soc/fsl/mpc5200_dma.c                  |   1 -
 sound/soc/intel/atom/sst-mfld-platform-pcm.c |   5 +-
 sound/soc/qcom/qdsp6/q6afe-dai.c             | 210 +++++++++++++--------------
 sound/soc/qcom/qdsp6/q6routing.c             |  16 ++
 sound/soc/soc-component.c                    |   2 +-
 sound/soc/tegra/tegra186_dspk.c              |   4 +-
 sound/soc/tegra/tegra210_admaif.c            |   4 +-
 sound/soc/tegra/tegra210_ahub.c              |   4 +-
 sound/soc/tegra/tegra210_dmic.c              |   4 +-
 sound/soc/tegra/tegra210_i2s.c               |   4 +-
 17 files changed, 266 insertions(+), 243 deletions(-)

Comments

Takashi Iwai Aug. 19, 2020, 6:04 a.m. UTC | #1
On Tue, 18 Aug 2020 20:32:36 +0200,
Mark Brown wrote:
> 
> The following changes since commit 8e34f1e867b572f1e20b5250c2897fe5f041c99f:
> 
>   Merge series "ASoC: core: Two step component registration" from Cezary Rojewski <cezary.rojewski@intel.com>: (2020-07-31 19:36:00 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.9-rc1
> 
> for you to fetch changes up to 062fa09f44f4fb3776a23184d5d296b0c8872eb9:
> 
>   ASoC: intel: Fix memleak in sst_media_open (2020-08-17 12:28:57 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.9
> 
> A bunch of fixes that came in during the merge window, mostly for issues
> that were uncovered by the changes to report errors on invalid register
> access plus one important fix in that code itself.

Pulled now.  Thanks.


Takashi