All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
	linux-sound@vger.kernel.org, alsa-devel@alsa-project.org,
	Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] ASoC fixes for v6.17-rc6
Date: Thu, 18 Sep 2025 01:54:27 +0100	[thread overview]
Message-ID: <05d115d1cda935ba007c2835614cb320@kernel.org> (raw)

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

The following changes since commit 76eeb9b8de9880ca38696b2fb56ac45ac0a25c6c:

  Linux 6.17-rc5 (2025-09-07 14:22:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1dd28fd86c3fa4e395031dd6f2ba920242107010:

  ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issue (2025-09-17 12:38:59 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.17

A pile of fixes that accumilated over the past few -rcs, this is all
driver specifics including a small pile of quirks for new systems.

----------------------------------------------------------------
Amadeusz Sławiński (1):
      ASoC: Intel: catpt: Expose correct bit depth to userspace

Balamurugan C (1):
      ASoC: Intel: PTL: Add entry for HDMI-In capture support to non-I2S codec boards.

Charles Keepax (6):
      ASoC: wm8940: Correct PLL rate rounding
      ASoC: wm8940: Correct typo in control name
      ASoC: wm8974: Correct PLL rate rounding
      ASoC: SDCA: Fix return value in sdca_regmap_mbq_size()
      ASoC: SDCA: Fix return value in detected_mode_handler()
      ASoC: SDCA: Reorder members of hide struct to remove holes

Colin Ian King (1):
      ASoC: SOF: Intel: hda-stream: Fix incorrect variable used in error message

Dan Carpenter (1):
      ASoC: codec: sma1307: Fix memory corruption in sma1307_setting_loaded()

Daniel Baluta (1):
      ASoC: SOF: imx: Fix devm_ioremap_resource check

Jack Yu (1):
      ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issue

Krzysztof Kozlowski (3):
      ASoC: qcom: q6apm-lpass-dais: Fix NULL pointer dereference if source graph failed
      ASoC: codecs: lpass-rx-macro: Fix playback quality distortion
      ASoC: codecs: lpass-wsa-macro: Fix speaker quality distortion

Mac Chiang (1):
      ASoC: Intel: sof_sdw: use PRODUCT_FAMILY for Fatcat series

Maciej Strozek (1):
      ASoC: SDCA: Add quirk for incorrect function types for 3 systems

Mark Brown (3):
      Minor bug fixes for some older Wolfson devices
      More minor SDCA bug fixes
      Fix lpaif_type and DAI configuration for I2S

Mohammad Rafi Shaik (4):
      ASoC: qcom: audioreach: Fix lpaif_type configuration for the I2S interface
      ASoC: qcom: q6apm-lpass-dais: Fix missing set_fmt DAI op for I2S
      ASoC: qcom: sc8280xp: Enable DAI format configuration for MI2S interfaces
      ASoC: qcom: sc8280xp: Fix sound card driver name match data for QCS8275

Shuming Fan (1):
      ASoC: rt712: avoid skipping the blind write

Syed Saba Kareem (1):
      ASoC: amd: amd_sdw: Add quirks for some new Dell laptops

Venkata Prasad Potturu (2):
      ASoC: amd: acp: Adjust pdm gain value
      ASoC: amd: acp: Fix incorrect retrival of acp_chip_info

 include/sound/sdca.h                              |  1 +
 include/sound/sdca_function.h                     | 21 ++++++++++++---------
 sound/soc/amd/acp/acp-i2s.c                       | 11 +++++------
 sound/soc/amd/acp/acp-sdw-legacy-mach.c           | 16 ++++++++++++++++
 sound/soc/amd/acp/amd.h                           |  2 +-
 sound/soc/codecs/lpass-rx-macro.c                 | 22 +++++++++++++++-------
 sound/soc/codecs/lpass-wsa-macro.c                | 22 +++++++++++++++-------
 sound/soc/codecs/rt5682s.c                        | 17 +++++++++--------
 sound/soc/codecs/rt712-sdca.c                     |  6 ++----
 sound/soc/codecs/sma1307.c                        |  7 ++++---
 sound/soc/codecs/wm8940.c                         |  9 +++++++--
 sound/soc/codecs/wm8974.c                         |  8 ++++++--
 sound/soc/intel/boards/sof_sdw.c                  |  2 +-
 sound/soc/intel/boards/sof_ssp_amp.c              |  6 ++++++
 sound/soc/intel/catpt/pcm.c                       | 23 +++++++++++++++++------
 sound/soc/intel/common/soc-acpi-intel-ptl-match.c |  6 ++++++
 sound/soc/qcom/qdsp6/audioreach.c                 |  1 +
 sound/soc/qcom/qdsp6/q6apm-lpass-dais.c           |  7 +++++--
 sound/soc/qcom/sc8280xp.c                         |  6 +++++-
 sound/soc/sdca/sdca_device.c                      | 20 ++++++++++++++++++++
 sound/soc/sdca/sdca_functions.c                   | 13 ++++++++-----
 sound/soc/sdca/sdca_interrupts.c                  |  2 +-
 sound/soc/sdca/sdca_regmap.c                      |  2 +-
 sound/soc/sof/imx/imx-common.c                    |  4 ++--
 sound/soc/sof/intel/hda-stream.c                  |  2 +-
 25 files changed, 167 insertions(+), 69 deletions(-)

             reply	other threads:[~2025-09-18  0:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-18  0:54 Mark Brown [this message]
2025-09-18  7:12 ` [GIT PULL] ASoC fixes for v6.17-rc6 Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=05d115d1cda935ba007c2835614cb320@kernel.org \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-sound@vger.kernel.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.