Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Linux Sound Mailing List <linux-sound@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] sound fixes for 6.17-rc1
Date: Fri, 08 Aug 2025 12:40:13 +0200	[thread overview]
Message-ID: <87cy96yu42.wl-tiwai@suse.de> (raw)

Linus,

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

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

The topmost commit is e8e4f3c242cc26de9d69bd8b3a678d1e50980abe

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

sound fixes for 6.17-rc1

A few more small fixes for 6.17-rc1.

- Support for ASoC AMD ACP 7.2 with new IDs
- ASoC Intel AVS and SOF fixes
- Yet more kconfig adjustments for HD-audio codecs
- TAS2781 codec fixes
- Fixes for longstanding (rather minor) bugs in Intel LPE audio
  and USB-audio drivers

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

Arnd Bergmann (1):
      ASoC: SOF: Intel: hda-sdw-bpt: fix SND_SOF_SOF_HDA_SDW_BPT dependencies

Baojun Xu (1):
      ASoC: tas2781: Fix the wrong step for TLV on tas2781

Cezary Rojewski (1):
      ASoC: Intel: avs: Fix uninitialized pointer error in probe()

Muhammad Usama Anjum (1):
      ASoC: SOF: amd: acp-loader: Use GFP_KERNEL for DMA allocations in resume context

Peter Jakubek (1):
      ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) 0CCC SKU

Sean Anderson (1):
      ALSA: usb-audio: Don't use printk_ratelimit for debug prints

Shenghao Ding (1):
      ALSA: hda/tas2781: Support L"SmartAmpCalibrationData" to save calibrated data

Shengjiu Wang (1):
      ASoC: wm8962: Clear master mode when enter runtime suspend

Takashi Iwai (4):
      ALSA: hda/ca0132: Fix missing error handling in ca0132_alt_select_out()
      ALSA: hda/realtek: Restrict prompt only for CONFIG_EXPERT
      ALSA: hda/hdmi: Restrict prompt only for CONFIG_EXPERT
      ALSA: hda/cirrus: Restrict prompt only for CONFIG_EXPERT

Thomas Croft (1):
      ALSA: hda/realtek: add LG gram 16Z90R-A to alc269 fixup table

Thorsten Blum (1):
      ALSA: intel_hdmi: Fix off-by-one error in __hdmi_lpe_audio_probe()

Venkata Prasad Potturu (4):
      ASoC: SOF: amd: Add sof audio support for acp7.2 platform
      ASoC: amd: ps: Add SoundWire pci and dma driver support for acp7.2 platform
      ASoC: amd: acp: Add SoundWire legacy machine driver support for acp7.2 platform
      ASoC: amd: acp: Add SoundWire SOF machine driver support for acp7.2 platform

---
 include/sound/tas2781-tlv.h                |  2 +-
 sound/hda/codecs/ca0132.c                  |  5 +++-
 sound/hda/codecs/cirrus/Kconfig            | 20 ++++++++-----
 sound/hda/codecs/hdmi/Kconfig              | 20 ++++++++-----
 sound/hda/codecs/realtek/Kconfig           | 28 ++++++++++--------
 sound/hda/codecs/realtek/alc269.c          |  1 +
 sound/hda/codecs/side-codecs/tas2781_hda.c | 47 ++++++++++++++++++++----------
 sound/hda/codecs/side-codecs/tas2781_hda.h |  2 +-
 sound/soc/amd/acp/acp-sdw-legacy-mach.c    |  3 ++
 sound/soc/amd/acp/acp-sdw-sof-mach.c       |  1 +
 sound/soc/amd/acp/soc_amd_sdw_common.h     |  2 ++
 sound/soc/amd/ps/acp63.h                   |  1 +
 sound/soc/amd/ps/pci-ps.c                  |  4 +++
 sound/soc/amd/ps/ps-sdw-dma.c              |  5 ++++
 sound/soc/codecs/wm8962.c                  | 11 +++++++
 sound/soc/intel/avs/core.c                 |  3 +-
 sound/soc/intel/boards/sof_sdw.c           |  8 +++++
 sound/soc/sof/amd/acp-loader.c             |  6 ++--
 sound/soc/sof/amd/acp.c                    |  8 +++++
 sound/soc/sof/amd/acp.h                    |  1 +
 sound/soc/sof/amd/pci-acp70.c              |  1 +
 sound/soc/sof/intel/Kconfig                |  3 +-
 sound/usb/pcm.c                            |  9 +++---
 sound/x86/intel_hdmi_audio.c               |  2 +-
 24 files changed, 137 insertions(+), 56 deletions(-)


             reply	other threads:[~2025-08-08 10:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-08 10:40 Takashi Iwai [this message]
2025-08-09  5:19 ` [GIT PULL] sound fixes for 6.17-rc1 pr-tracker-bot

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=87cy96yu42.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox