public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ASoC fixes for v7.0-rc5
@ 2026-03-26 13:32 Mark Brown
  2026-03-27  9:21 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2026-03-26 13:32 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel, Mark Brown

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3549 bytes --]

The following changes since commit c369299895a591d96745d6492d4888259b004a9e:

  Linux 7.0-rc5 (2026-03-22 14:42:17 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d40a198e2b7821197c5c77b89d0130cc90f400f5:

  ASoC: SOF: ipc4-topology: Allow bytes controls without initial payload (2026-03-26 11:16:03 +0000)

----------------------------------------------------------------
ASoC: Fixes for v7.0

This is two week's worth of fixes and quirks so it's a bit larger than
you might expect, there's nothing too exciting individually and nothing
in core code.

----------------------------------------------------------------
Baojun Xu (1):
      ASoC: tas2781: Add null check for calibration data

Cezary Rojewski (1):
      ASoC: Intel: catpt: Fix the device initialization

Cássio Gabriel (1):
      ASoC: SOF: topology: reject invalid vendor array size in token parser

Guangshuo Li (1):
      ASoC: sma1307: fix double free of devm_kzalloc() memory

Hasun Park (3):
      ASoC: amd: acp: add DMI override for ACP70 flag
      ASoC: amd: acp: add PX13 SoundWire machine link for rt721+tas2783x2
      ASoC: amd: acp: add ASUS HN7306EA quirk for legacy SDW machine

Jihed Chaibi (3):
      ASoC: dt-bindings: stm32: Fix incorrect compatible string in stm32h7-sai match
      ASoC: adau1372: Fix unchecked clk_prepare_enable() return value
      ASoC: adau1372: Fix clock leak on PLL lock failure

Mark Brown (2):
      ASoC: fix usage of playback_only and capture_only
      ASoC: adau1372: Fix error handling in adau1372_set_power()

Peter Ujfalusi (1):
      ASoC: SOF: ipc4-topology: Allow bytes controls without initial payload

Sebastian Reichel (1):
      ASoC: dt-bindings: rockchip: Add compatible for RK3576 SPDIF

Shengjiu Wang (2):
      ASoC: simple-card-utils: Check value of is_playback_only and is_capture_only
      ASoC: fsl: imx-card: initialize playback_only and capture_only

Shuming Fan (2):
      ASoC: SDCA: remove the max count of initialization table
      ASoC: SDCA: fix finding wrong entity

Srinivas Kandagatla (1):
      ASoC: codecs: wcd934x: fix typo in dt parsing

Vee Satayamas (1):
      ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK BM1403CDA

Zhang Heng (1):
      ASoC: amd: yc: Add DMI quirk for Thin A15 B7VF

 .../devicetree/bindings/sound/rockchip-spdif.yaml  |  1 +
 .../devicetree/bindings/sound/st,stm32-sai.yaml    |  2 +-
 include/sound/sdca_function.h                      |  5 --
 sound/soc/amd/acp-config.c                         | 15 +++++-
 sound/soc/amd/acp/acp-sdw-legacy-mach.c            |  8 +++
 sound/soc/amd/acp/amd-acp70-acpi-match.c           | 61 ++++++++++++++++++++++
 sound/soc/amd/yc/acp6x-mach.c                      | 14 +++++
 sound/soc/codecs/adau1372.c                        | 34 ++++++++----
 sound/soc/codecs/sma1307.c                         |  6 ++-
 sound/soc/codecs/tas2781-fmwlib.c                  |  3 ++
 sound/soc/codecs/wcd934x.c                         |  2 +-
 sound/soc/fsl/imx-card.c                           |  2 +
 sound/soc/generic/simple-card-utils.c              |  4 +-
 sound/soc/intel/catpt/device.c                     | 10 +++-
 sound/soc/intel/catpt/dsp.c                        |  3 --
 sound/soc/sdca/sdca_functions.c                    | 14 +++--
 sound/soc/sof/ipc4-topology.c                      |  2 +-
 sound/soc/sof/topology.c                           |  2 +-
 18 files changed, 156 insertions(+), 32 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [GIT PULL] ASoC fixes for v7.0-rc5
@ 2026-03-27 18:49 Mark Brown
  2026-03-27 18:52 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2026-03-27 18:49 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel, Mark Brown

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3549 bytes --]

The following changes since commit c369299895a591d96745d6492d4888259b004a9e:

  Linux 7.0-rc5 (2026-03-22 14:42:17 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d40a198e2b7821197c5c77b89d0130cc90f400f5:

  ASoC: SOF: ipc4-topology: Allow bytes controls without initial payload (2026-03-26 11:16:03 +0000)

----------------------------------------------------------------
ASoC: Fixes for v7.0

This is two week's worth of fixes and quirks so it's a bit larger than
you might expect, there's nothing too exciting individually and nothing
in core code.

----------------------------------------------------------------
Baojun Xu (1):
      ASoC: tas2781: Add null check for calibration data

Cezary Rojewski (1):
      ASoC: Intel: catpt: Fix the device initialization

Cássio Gabriel (1):
      ASoC: SOF: topology: reject invalid vendor array size in token parser

Guangshuo Li (1):
      ASoC: sma1307: fix double free of devm_kzalloc() memory

Hasun Park (3):
      ASoC: amd: acp: add DMI override for ACP70 flag
      ASoC: amd: acp: add PX13 SoundWire machine link for rt721+tas2783x2
      ASoC: amd: acp: add ASUS HN7306EA quirk for legacy SDW machine

Jihed Chaibi (3):
      ASoC: dt-bindings: stm32: Fix incorrect compatible string in stm32h7-sai match
      ASoC: adau1372: Fix unchecked clk_prepare_enable() return value
      ASoC: adau1372: Fix clock leak on PLL lock failure

Mark Brown (2):
      ASoC: fix usage of playback_only and capture_only
      ASoC: adau1372: Fix error handling in adau1372_set_power()

Peter Ujfalusi (1):
      ASoC: SOF: ipc4-topology: Allow bytes controls without initial payload

Sebastian Reichel (1):
      ASoC: dt-bindings: rockchip: Add compatible for RK3576 SPDIF

Shengjiu Wang (2):
      ASoC: simple-card-utils: Check value of is_playback_only and is_capture_only
      ASoC: fsl: imx-card: initialize playback_only and capture_only

Shuming Fan (2):
      ASoC: SDCA: remove the max count of initialization table
      ASoC: SDCA: fix finding wrong entity

Srinivas Kandagatla (1):
      ASoC: codecs: wcd934x: fix typo in dt parsing

Vee Satayamas (1):
      ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK BM1403CDA

Zhang Heng (1):
      ASoC: amd: yc: Add DMI quirk for Thin A15 B7VF

 .../devicetree/bindings/sound/rockchip-spdif.yaml  |  1 +
 .../devicetree/bindings/sound/st,stm32-sai.yaml    |  2 +-
 include/sound/sdca_function.h                      |  5 --
 sound/soc/amd/acp-config.c                         | 15 +++++-
 sound/soc/amd/acp/acp-sdw-legacy-mach.c            |  8 +++
 sound/soc/amd/acp/amd-acp70-acpi-match.c           | 61 ++++++++++++++++++++++
 sound/soc/amd/yc/acp6x-mach.c                      | 14 +++++
 sound/soc/codecs/adau1372.c                        | 34 ++++++++----
 sound/soc/codecs/sma1307.c                         |  6 ++-
 sound/soc/codecs/tas2781-fmwlib.c                  |  3 ++
 sound/soc/codecs/wcd934x.c                         |  2 +-
 sound/soc/fsl/imx-card.c                           |  2 +
 sound/soc/generic/simple-card-utils.c              |  4 +-
 sound/soc/intel/catpt/device.c                     | 10 +++-
 sound/soc/intel/catpt/dsp.c                        |  3 --
 sound/soc/sdca/sdca_functions.c                    | 14 +++--
 sound/soc/sof/ipc4-topology.c                      |  2 +-
 sound/soc/sof/topology.c                           |  2 +-
 18 files changed, 156 insertions(+), 32 deletions(-)

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

end of thread, other threads:[~2026-03-27 18:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-26 13:32 [GIT PULL] ASoC fixes for v7.0-rc5 Mark Brown
2026-03-27  9:21 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2026-03-27 18:49 Mark Brown
2026-03-27 18:52 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox