All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ASoC fixes for v5.9-rc1
@ 2020-08-18 18:32 Mark Brown
  2020-08-19  6:04 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2020-08-18 18:32 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, Liam Girdwood

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ASoC fixes for v5.9-rc1
  2020-08-18 18:32 [GIT PULL] ASoC fixes for v5.9-rc1 Mark Brown
@ 2020-08-19  6:04 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2020-08-19  6:04 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-19  6:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-18 18:32 [GIT PULL] ASoC fixes for v5.9-rc1 Mark Brown
2020-08-19  6:04 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.