alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ASoC fixes for v6.17-rc6
@ 2025-09-18  0:54 Mark Brown
  2025-09-18  7:12 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2025-09-18  0:54 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: 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(-)

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

* Re: [GIT PULL] ASoC fixes for v6.17-rc6
  2025-09-18  0:54 [GIT PULL] ASoC fixes for v6.17-rc6 Mark Brown
@ 2025-09-18  7:12 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2025-09-18  7:12 UTC (permalink / raw)
  To: Mark Brown; +Cc: Liam Girdwood, linux-sound, alsa-devel

On Thu, 18 Sep 2025 02:54:27 +0200,
Mark Brown wrote:
> 
> 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.

Pulled now.  Thanks.


Takashi

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

end of thread, other threads:[~2025-09-18  7:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-18  0:54 [GIT PULL] ASoC fixes for v6.17-rc6 Mark Brown
2025-09-18  7:12 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).