mbox series

[GIT,PULL] ASoC fixes for v6.11-rc6

Message ID 47c362275f856d07f7c24f59f4309399.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.11-rc6 | expand

Pull-request

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

Message

Mark Brown Sept. 5, 2024, 10:09 p.m. UTC
The following changes since commit bb4485562f5907708f1c218b5d70dce04165d1e1:

  ASoC: cs-amp-lib: Ignore empty UEFI calibration entries (2024-08-22 17:52:26 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 77212f300bfd6fb3edaabd1daf863cabb521854a:

  ASoC: codecs: lpass-va-macro: set the default codec version for sm8250 (2024-08-30 13:54:24 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.11

A larger set of fixes than I'd like at this point, but mainly due to
people working on fixing module autoloading by adding missing exports of
ID tables rather than anything particularly concerning.  There are some
other runtime fixes and quirks, and a tweak to the ABI definition for
SOF which ensures that a struct layout doesn't vary depending on the
architecture of the host.

----------------------------------------------------------------
Chen-Yu Tsai (1):
      ASoc: SOF: topology: Clear SOF link platform name upon unload

Hans de Goede (2):
      ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT boards harder
      ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI match less strict

Laurentiu Mihalcea (1):
      ASoC: SOF: ipc: replace "enum sof_comp_type" field with "uint32_t"

Liao Chen (4):
      ASoC: intel: fix module autoloading
      ASoC: google: fix module autoloading
      ASoC: tda7419: fix module autoloading
      ASoC: fix module autoloading

Mark Brown (1):
      ASoC: fix module autoloading

Markuss Broks (1):
      ASoC: amd: yc: Add a quirk for MSI Bravo 17 (D7VEK)

Matteo Martelli (1):
      ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode

Mohan Kumar (1):
      ASoC: tegra: Fix CBB error during probe()

Srinivas Kandagatla (1):
      ASoC: codecs: lpass-va-macro: set the default codec version for sm8250

Zhang Yi (1):
      ASoC: mediatek: mt8188-mt6359: Modify key

robelin (1):
      ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object

 include/sound/sof/topology.h                      |   2 +-
 include/uapi/sound/sof/abi.h                      |   2 +-
 sound/soc/amd/yc/acp6x-mach.c                     |   7 ++
 sound/soc/codecs/chv3-codec.c                     |   1 +
 sound/soc/codecs/lpass-va-macro.c                 |  11 +-
 sound/soc/codecs/tda7419.c                        |   1 +
 sound/soc/google/chv3-i2s.c                       |   1 +
 sound/soc/intel/boards/bxt_rt298.c                |   2 +-
 sound/soc/intel/boards/bytcht_cx2072x.c           |   2 +-
 sound/soc/intel/boards/bytcht_da7213.c            |   2 +-
 sound/soc/intel/boards/bytcht_es8316.c            |   2 +-
 sound/soc/intel/boards/bytcr_rt5640.c             |   2 +-
 sound/soc/intel/boards/bytcr_rt5651.c             |   2 +-
 sound/soc/intel/boards/bytcr_wm5102.c             |   2 +-
 sound/soc/intel/boards/cht_bsw_rt5645.c           |   2 +-
 sound/soc/intel/boards/cht_bsw_rt5672.c           |   2 +-
 sound/soc/intel/common/soc-acpi-intel-cht-match.c |   1 -
 sound/soc/intel/keembay/kmb_platform.c            |   1 +
 sound/soc/mediatek/mt8188/mt8188-mt6359.c         |  17 ++-
 sound/soc/soc-dapm.c                              |   1 +
 sound/soc/sof/topology.c                          |   2 +
 sound/soc/sunxi/sun4i-i2s.c                       | 143 +++++++++++-----------
 sound/soc/tegra/tegra210_ahub.c                   |  10 +-
 23 files changed, 127 insertions(+), 91 deletions(-)