mbox series

[GIT,PULL] ASoC fixes for v5.11-rc5

Message ID 20210126124506.E518923104@mail.kernel.org (mailing list archive)
State Accepted
Commit 49951ae308e2d552839a930599163cb10ea423c2
Headers show
Series [GIT,PULL] ASoC fixes for v5.11-rc5 | expand

Pull-request

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

Message

Mark Brown Jan. 26, 2021, 12:44 p.m. UTC
The following changes since commit 7505c06dabb5e814bda610c8d83338544f15db45:

  MAINTAINERS: update qcom ASoC drivers list (2021-01-15 17:25:35 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 5413dfd8ce0d5d997d442440701814a8ce7025d9:

  Merge series "ASoC: SOF: partial fix to Kconfig issues" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: (2021-01-25 14:15:12 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.11

More fixes for v5.11, almost all driver specific issues including new
device IDs - there's one error handling fix for the topology stuff too.

----------------------------------------------------------------
Amadeusz Sławiński (1):
      ASoC: topology: Properly unregister DAI on removal

Dan Carpenter (1):
      ASoC: topology: Fix memory corruption in soc_tplg_denum_create_values()

Eliot Blennerhassett (1):
      ASoC: ak4458: correct reset polarity

James Schulman (1):
      ASoC: wm_adsp: Fix control name parsing for multi-fw

Jaroslav Kysela (1):
      ASoC: AMD Renoir - refine DMI entries for some Lenovo products

Jonathan Neuschäfer (1):
      ASoC: dt-bindings: mt8192-mt6359: Fix indentation

Libin Yang (1):
      ASoC: Intel: sof_sdw: set proper flags for Dell TGL-H SKU 0A5E

Mark Brown (4):
      Merge series "Add KUNIT tests for ASoC topology" from Amadeusz Sławiński<amadeuszx.slawinski@linux.intel.com>:
      Merge series "ASoC: mediatek: mt8183: ignore TDM DAI link by by default" from Tzung-Bi Shih <tzungbi@google.com>:
      Merge series "ASoC: qcom: Fix broken lpass driver" from Srinivas Kandagatla <srinivas.kandagatla@linaro.org>:
      Merge series "ASoC: SOF: partial fix to Kconfig issues" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:

Pierre-Louis Bossart (2):
      ASoC: SOF: Intel: soundwire: fix select/depend unmet dependencies
      ASoC: SOF: SND_INTEL_DSP_CONFIG dependency

Ricardo Ribalda (2):
      ASoC: Intel: Skylake: skl-topology: Fix OOPs ib skl_tplg_complete
      ASoC: Intel: Skylake: Zero snd_ctl_elem_value

Srinivas Kandagatla (3):
      ASoC: dt-bindings: lpass: Fix and common up lpass dai ids
      ASoC: qcom: Fix broken support to MI2S TERTIARY and QUATERNARY
      ASoC: qcom: lpass-ipq806x: fix bitwidth regmap field

Stephan Gerhold (1):
      ASoC: qcom: lpass: Fix out-of-bounds DAI ID lookup

Stephen Boyd (1):
      ASoC: qcom: Fix number of HDMI RDMA channels on sc7180

Tzung-Bi Shih (3):
      ASoC: mediatek: mt8183-mt6358: ignore TDM DAI link by default
      ASoC: mediatek: mt8183-da7219: ignore TDM DAI link by default
      ASoC: mediatek: mt8192-mt6359: add format constraints for RT5682

 .../sound/mt8192-mt6359-rt1015-rt5682.yaml         |  4 +-
 include/dt-bindings/sound/apq8016-lpass.h          |  7 ++--
 include/dt-bindings/sound/qcom,lpass.h             | 15 +++++++
 include/dt-bindings/sound/sc7180-lpass.h           |  6 +--
 sound/soc/amd/renoir/rn-pci-acp3x.c                | 18 +++++++-
 sound/soc/codecs/ak4458.c                          | 22 ++++------
 sound/soc/codecs/wm_adsp.c                         |  3 ++
 sound/soc/intel/boards/sof_sdw.c                   | 10 +++++
 sound/soc/intel/skylake/skl-topology.c             | 15 +++----
 sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c |  5 ++-
 .../mt8183/mt8183-mt6358-ts3a227-max98357.c        |  5 ++-
 .../mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c  | 49 ++++++++++++++++++++++
 sound/soc/qcom/lpass-cpu.c                         | 22 ++++++++++
 sound/soc/qcom/lpass-ipq806x.c                     |  2 +-
 sound/soc/qcom/lpass-lpaif-reg.h                   |  2 +-
 sound/soc/qcom/lpass-platform.c                    | 12 ++++++
 sound/soc/qcom/lpass-sc7180.c                      | 11 ++---
 sound/soc/qcom/lpass.h                             |  2 +-
 sound/soc/soc-topology.c                           | 11 ++---
 sound/soc/sof/intel/Kconfig                        |  3 +-
 sound/soc/sof/sof-acpi-dev.c                       | 11 ++---
 sound/soc/sof/sof-pci-dev.c                        | 10 +++--
 22 files changed, 184 insertions(+), 61 deletions(-)
 create mode 100644 include/dt-bindings/sound/qcom,lpass.h

Comments

Takashi Iwai Jan. 26, 2021, 3:45 p.m. UTC | #1
On Tue, 26 Jan 2021 13:44:09 +0100,
Mark Brown wrote:
> 
> The following changes since commit 7505c06dabb5e814bda610c8d83338544f15db45:
> 
>   MAINTAINERS: update qcom ASoC drivers list (2021-01-15 17:25:35 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.11-rc5
> 
> for you to fetch changes up to 5413dfd8ce0d5d997d442440701814a8ce7025d9:
> 
>   Merge series "ASoC: SOF: partial fix to Kconfig issues" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: (2021-01-25 14:15:12 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.11
> 
> More fixes for v5.11, almost all driver specific issues including new
> device IDs - there's one error handling fix for the topology stuff too.

Thanks, pulled now.


Takashi