mbox series

[GIT,PULL] ASoC fixes for v5.16-rc4

Message ID 20211206160603.E22C8C341C1@smtp.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for v5.16-rc4 | expand

Pull-request

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

Message

Mark Brown Dec. 6, 2021, 4:05 p.m. UTC
The following changes since commit 86f74ba3fef56dd1cee19b7a15ae27fc0da5bb61:

  ASoC: SOF: hda: reset DAI widget before reconfiguring it (2021-11-24 12:57:11 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 3fc27e9a1f619b50700f020e6cd270c1b74755f0:

  ASoC: codecs: wsa881x: fix return values from kcontrol put (2021-12-01 14:13:53 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.16

A relatively large collection of updates, the size is increased quite a
bit by there being some repetitive changes for similar issues that occur
multiple times with both notifying control value changes and runtime PM.

The Rockchip update looks at first glance like a cleanup but fixes
instantiation of the hardware on some systems.

----------------------------------------------------------------
Dan Carpenter (1):
      ASoC: amd: fix uninitialized variable in snd_acp6x_probe()

David Heidelberg (1):
      ASoC: dt-bindings: wlf,wm8962: add missing interrupt property

Hui Wang (1):
      ASoC: SOF: Intel: Retry codec probing if it fails

Mark Brown (1):
      Suspend related fixes on Tegra

Nicolas Frattaroli (1):
      ASoC: rockchip: i2s_tdm: Dup static DAI template

Rob Clark (2):
      ASoC: rt5682: Fix crash due to out of scope stack vars
      ASoC: rt5682s: Fix crash due to out of scope stack vars

Sameer Pujar (6):
      ASoC: tegra: Balance runtime PM count
      ASoC: tegra: Use normal system sleep for SFC
      ASoC: tegra: Use normal system sleep for MVC
      ASoC: tegra: Use normal system sleep for Mixer
      ASoC: tegra: Use normal system sleep for AMX
      ASoC: tegra: Use normal system sleep for ADX

Srinivas Kandagatla (4):
      ASoC: qdsp6: q6routing: Fix return value from msm_routing_put_audio_mixer
      ASoC: codecs: wcd934x: handle channel mappping list correctly
      ASoC: codecs: wcd934x: return correct value from mixer put
      ASoC: codecs: wsa881x: fix return values from kcontrol put

 .../devicetree/bindings/sound/wlf,wm8962.yaml      |   3 +
 sound/soc/amd/yc/pci-acp6x.c                       |   3 +-
 sound/soc/codecs/rt5682.c                          |  10 +-
 sound/soc/codecs/rt5682s.c                         |  10 +-
 sound/soc/codecs/wcd934x.c                         | 126 +++++++++++++++------
 sound/soc/codecs/wsa881x.c                         |  16 ++-
 sound/soc/qcom/qdsp6/q6routing.c                   |   8 +-
 sound/soc/rockchip/rockchip_i2s_tdm.c              |  52 +++++----
 sound/soc/sof/intel/hda-codec.c                    |  14 ++-
 sound/soc/tegra/tegra210_adx.c                     |   4 +-
 sound/soc/tegra/tegra210_amx.c                     |   4 +-
 sound/soc/tegra/tegra210_mixer.c                   |   4 +-
 sound/soc/tegra/tegra210_mvc.c                     |   8 +-
 sound/soc/tegra/tegra210_sfc.c                     |   4 +-
 14 files changed, 179 insertions(+), 87 deletions(-)

Comments

Takashi Iwai Dec. 7, 2021, 7:55 a.m. UTC | #1
On Mon, 06 Dec 2021 17:05:47 +0100,
Mark Brown wrote:
> 
> The following changes since commit 86f74ba3fef56dd1cee19b7a15ae27fc0da5bb61:
> 
>   ASoC: SOF: hda: reset DAI widget before reconfiguring it (2021-11-24 12:57:11 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.16-rc4
> 
> for you to fetch changes up to 3fc27e9a1f619b50700f020e6cd270c1b74755f0:
> 
>   ASoC: codecs: wsa881x: fix return values from kcontrol put (2021-12-01 14:13:53 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.16
> 
> A relatively large collection of updates, the size is increased quite a
> bit by there being some repetitive changes for similar issues that occur
> multiple times with both notifying control value changes and runtime PM.
> 
> The Rockchip update looks at first glance like a cleanup but fixes
> instantiation of the hardware on some systems.

Thanks, pulled.


Takashi