lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <878qiaalnr.wl-tiwai@suse.de>
Date: Fri, 19 Sep 2025 10:31:20 +0200
From: Takashi Iwai <tiwai@...e.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Mark Brown <broonie@...nel.org>, Liam Girdwood <lgirdwood@...il.com>,
 Linux Sound Mailing List <linux-sound@...r.kernel.org>, Linux Kernel
 Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound fixes for 6.17-rc7

Linus,

please pull sound fixes for v6.17-rc7 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.17-rc7

The topmost commit is d33c3471047fc54966621d19329e6a23ebc8ec50

----------------------------------------------------------------

sound fixes for 6.17-rc7

A collection of small fixes.  The volume became higher than wished,
but nothing really stands out -- all small, nice and smooth.
A slightly large change is found in qcom USB-audio offload stuff, but
this is a regression fix specific to this device, hence it should be
safe to apply at this late stage.

- Various small fixes for ASoC Cirrus, Realtek, lpass, Intel and
  Qualcomm drivers
- ASoC SoundWire fixes
- A few TAS2781 HD-audio side-codec driver fixes
- A fix for Qualcomm USB-audio offload breakage
- Usual a few HD-audio quirks

----------------------------------------------------------------

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.

Bou-Saan Che (3):
      ALSA: hda: cs35l41: Support Lenovo Thinkbook 13x Gen 5
      ALSA: hda/realtek: Support Lenovo Thinkbook 13x Gen 5
      ALSA: hda/realtek: Fix volume control on Lenovo Thinkbook 13x Gen 4

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

Donald Menig (1):
      ALSA: hda/realtek: Add ALC295 Dell TAS2781 I2C fixup

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

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

Paul Menzel (1):
      ALSA: docs: Remove 3rd person singular s in *to indicate*

Praful Adiga (1):
      ALSA: hda/realtek: Fix mute led for HP Laptop 15-dw4xx

Richard Fitzgerald (1):
      ALSA: hda: intel-dsp-config: Prevent SEGFAULT if ACPI_HANDLE() is NULL

Shenghao Ding (2):
      ALSA: hda/tas2781: Fix the order of TAS2781 calibrated-data
      ALSA: hda/tas2781: Fix a potential race condition that causes a NULL pointer in case no efi.get_variable exsits

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

Takashi Iwai (1):
      ALSA: usb: qcom: Fix false-positive address space check

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

---
 Documentation/sound/alsa-configuration.rst         |  2 +-
 include/sound/sdca.h                               |  1 +
 include/sound/sdca_function.h                      | 21 ++---
 sound/hda/codecs/realtek/alc269.c                  | 18 ++++-
 .../hda/codecs/side-codecs/cs35l41_hda_property.c  |  4 +
 sound/hda/codecs/side-codecs/tas2781_hda.c         | 30 +++++--
 sound/hda/codecs/side-codecs/tas2781_hda_i2c.c     |  5 ++
 sound/hda/core/intel-dsp-config.c                  |  2 +
 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 +-
 sound/usb/qcom/qc_audio_offload.c                  | 92 +++++++++++-----------
 32 files changed, 266 insertions(+), 123 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ