mirror of https://lore.kernel.org/lkml/
 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.16-rc3
Date: Fri, 20 Jun 2025 14:24:08 +0200	[thread overview]
Message-ID: <877c16wqhj.wl-tiwai@suse.de> (raw)

Linus,

please pull sound fixes for v6.16-rc3 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.16-rc3

The topmost commit is 33bdee12822d240caaa01aeac231eac42182fd64

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

sound fixes for 6.16-rc3

A collection of small fixes.
All changes are device-specific at this time.

- Fixes for Cirrus codecs with SoundWire, including firmware name
  updates
- Fix for i.MX8 SoC DSP
- Usual HD-audio, USB-audio, and ASoC AMD quirks
- Fixes for legendary SoundBlaster AWE32 ISA device (a real one, we
  still got a bug report after 25 years)
- Minor build fixes

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

Brahmajit Das (1):
      ALSA: ctxfi: Replace deprecated strcpy() with strscpy()

Chris Chiu (1):
      ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X513EA

Edip Hazuri (1):
      ALSA: hda/realtek - Add mute LED support for HP Victus 16-s1xxx and HP Victus 15-fa1xxx

Edson Juliano Drosdeck (1):
      ALSA: hda/realtek: Enable headset Mic on Positivo P15X

Gabriel Santese (1):
      ASoC: amd: yc: Add quirk for MSI Bravo 17 D7VF internal mic

Harshit Mogalapalli (1):
      ASoC: cs48l32: Fix a signedness bug in cs48l32_hw_params()

Huacai Chen (1):
      ASoC: loongson: Fix build warnings about export.h

Jonathan Lane (1):
      ALSA: hda/realtek: enable headset mic on Latitude 5420 Rugged

Laurentiu Mihalcea (1):
      ASoC: SOF: imx8: add core shutdown operation for imx8/imx8x

Peter Ujfalusi (1):
      ASoC: Intel: sof-function-topology-lib: Print out the unsupported dmic count

Raven Black (1):
      ASoC: amd: yc: update quirk data for HP Victus

Richard Fitzgerald (5):
      ALSA: hda/realtek: Add quirk for Asus GU605C
      ASoC: cs35l56: Use SoundWire address as firmware name suffix for new silicon
      ASoC: cs35l56: Use SoundWire address as alternate firmware suffix on L56 B0
      ASoC: doc: cs35l56: Update to add new SoundWire firmware filename suffix
      ASoC: doc: cs35l56: Add CS35L63 to the list of supported devices

Simon Trimmer (1):
      ALSA: hda/realtek: Add quirk for Asus GA605K

Sven Peter (1):
      ASoC: apple: mca: Drop default ARCH_APPLE in Kconfig

Takashi Iwai (3):
      ALSA: hda/intel: Add Thinkpad E15 to PM deny list
      ALSA: sb: Don't allow changing the DMA mode during operations
      ALSA: sb: Force to disable DMAs once when DMA mode is changed

Thorsten Blum (1):
      ASoC: sdw_utils: Fix potential NULL pointer deref in is_sdca_endpoint_present()

Zhang Yi (1):
      ASoC: codecs: ES8326: Modify initialization configuration

wangdicheng (1):
      ALSA: usb-audio: Rename ALSA kcontrol PCM and PCM1 for the KTMicro sound card

---
 Documentation/sound/codecs/cs35l56.rst             | 24 ++++++--
 sound/isa/sb/sb16_main.c                           |  7 +++
 sound/pci/ctxfi/xfi.c                              |  4 +-
 sound/pci/hda/hda_intel.c                          |  2 +
 sound/pci/hda/patch_realtek.c                      | 30 +++++++++
 sound/soc/amd/yc/acp6x-mach.c                      | 14 +++++
 sound/soc/apple/Kconfig                            |  1 -
 sound/soc/codecs/cs35l56-sdw.c                     | 18 +++---
 sound/soc/codecs/cs35l56.c                         | 72 +++++++++++++++++++---
 sound/soc/codecs/cs35l56.h                         |  3 +
 sound/soc/codecs/cs48l32.c                         |  4 ++
 sound/soc/codecs/es8326.c                          |  3 +-
 sound/soc/codecs/wm_adsp.c                         | 27 +++++---
 sound/soc/codecs/wm_adsp.h                         |  2 +
 sound/soc/intel/common/sof-function-topology-lib.c |  3 +-
 sound/soc/loongson/loongson_i2s.c                  |  1 +
 sound/soc/sdw_utils/soc_sdw_utils.c                |  2 +
 sound/soc/sof/imx/imx8.c                           | 15 +++++
 sound/usb/mixer_maps.c                             | 12 ++++
 19 files changed, 207 insertions(+), 37 deletions(-)


             reply	other threads:[~2025-06-20 12:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-20 12:24 Takashi Iwai [this message]
2025-06-20 17:29 ` 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=877c16wqhj.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

all inboxes | Powered by JetHome®