mbox series

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

Message ID 20210608142636.97A1261003@mail.kernel.org (mailing list archive)
State Accepted
Commit a0309c344886c499b6071e7f03658e7f71a9afbb
Headers show
Series [GIT,PULL] ASoC fixes for v5.13-rc4 | expand

Pull-request

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

Message

Mark Brown June 8, 2021, 2:26 p.m. UTC
The following changes since commit af2702549d68519ac78228e915d9b2c199056787:

  ASoC: qcom: lpass-cpu: Use optional clk APIs (2021-05-21 13:12:29 +0100)

are available in the Git repository at:

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

for you to fetch changes up to c8a4556d98510ca05bad8d02265a4918b03a8c0b:

  ASoC: qcom: lpass-cpu: Fix pop noise during audio capture begin (2021-06-07 15:54:08 +0100)

----------------------------------------------------------------
ASoC: Fixes for v5.13

A collection of fixes and device ID updates that have come up in the
past few -rcs, none of which stand out particularly.

----------------------------------------------------------------
Colin Ian King (1):
      ASoC: topology: Fix spelling mistake "vesion" -> "version"

Jack Yu (1):
      ASoC: rt5659: Fix the lost powers for the HDA header

Jerome Brunet (1):
      ASoC: meson: gx-card: fix sound-dai dt schema

Kai Vehmanen (1):
      ASoC: SOF: reset enabled_cores state at suspend

Kefeng Wang (1):
      ASoC: core: Fix Null-point-dereference in fmt_single_name()

Mark Pearson (2):
      ASoC: AMD Renoir - add DMI entry for Lenovo 2020 AMD platforms
      ASoC: AMD Renoir: Remove fix for DMI entry on Lenovo 2020 platforms

Nicolas Cavallari (1):
      ASoC: fsl-asoc-card: Set .owner attribute when registering card.

Oder Chiou (1):
      ASoC: rt5682: Fix the fast discharge for headset unplugging in soundwire mode

Richard Weinberger (1):
      ASoC: tas2562: Fix TDM_CFG0_SAMPRATE values

Srinivasa Rao Mandadapu (1):
      ASoC: qcom: lpass-cpu: Fix pop noise during audio capture begin

 .../bindings/sound/amlogic,gx-sound-card.yaml      |  4 +-
 sound/soc/codecs/rt5659.c                          | 26 +++++--
 sound/soc/codecs/rt5682-sdw.c                      |  3 +-
 sound/soc/codecs/tas2562.h                         | 14 ++--
 sound/soc/fsl/fsl-asoc-card.c                      |  1 +
 sound/soc/qcom/lpass-cpu.c                         | 79 ++++++++++++++++++++++
 sound/soc/qcom/lpass.h                             |  4 ++
 sound/soc/soc-core.c                               |  2 +
 sound/soc/soc-topology.c                           |  6 +-
 sound/soc/sof/pm.c                                 |  1 +
 10 files changed, 122 insertions(+), 18 deletions(-)

Comments

Takashi Iwai June 8, 2021, 3:41 p.m. UTC | #1
On Tue, 08 Jun 2021 16:26:04 +0200,
Mark Brown wrote:
> 
> The following changes since commit af2702549d68519ac78228e915d9b2c199056787:
> 
>   ASoC: qcom: lpass-cpu: Use optional clk APIs (2021-05-21 13:12:29 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.13-rc4
> 
> for you to fetch changes up to c8a4556d98510ca05bad8d02265a4918b03a8c0b:
> 
>   ASoC: qcom: lpass-cpu: Fix pop noise during audio capture begin (2021-06-07 15:54:08 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.13
> 
> A collection of fixes and device ID updates that have come up in the
> past few -rcs, none of which stand out particularly.

Pulled now.  Thanks.


Takashi