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 7.0-rc3
Date: Fri, 06 Mar 2026 17:23:20 +0100	[thread overview]
Message-ID: <87qzpxudtz.wl-tiwai@suse.de> (raw)

Linus,

please pull sound fixes for v7.0-rc3 from:

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

The topmost commit is 8457669db968c98edb781892d73fa559e1efcbd4

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

sound fixes for 7.0-rc3

Again a collection of device-specific fixes.  Most of changes are
fairly small device-specific quirks of fixes for HD- and USB-audio,
ASoC Intel, AMD, fsl, Cirrus and co.  The only large LOC is for
plumbing ASoC ACP driver to add the Cirrus Logic codec support, so
this one is also just adding some tables.

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

Biju Das (1):
      ASoC: dt-bindings: renesas,rz-ssi: Document RZ/G3L SoC

Charles Keepax (1):
      ASoC: SDCA: Add allocation failure check for Entity name

Johan Hovold (1):
      ALSA: us122l: drop redundant interface references

Lianqin Hu (1):
      ALSA: usb-audio: Add iface reset and delay quirk for AB13X USB Audio

Mark Brown (2):
      ASoC: fsl_easrc: Fix event generation in fsl_easrc_iec958_put_bits()
      ASoC: fsl_easrc: Fix event generation in fsl_easrc_iec958_set_reg()

Matt DeVillier (1):
      ALSA: hda/ca0132: Set HP/Speaker auto-detect default from headphone pin verb

Oliver Freyermuth (1):
      ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) 0CCD SKU

Richard Fitzgerald (2):
      ASoC: cs35l56: Only patch ASP registers if the DAI is part of a DAIlink
      ASoC: cs35l56: Suppress pointless warning about number of GPIO pulls

Rong Zhang (1):
      ALSA: doc: usb-audio: Add doc for QUIRK_FLAG_SKIP_IFACE_SETUP

Sheetal (2):
      ALSA: hda/hdmi: Add Tegra238 HDA codec device ID
      ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card

Shenghao Ding (1):
      ALSA: hda/tas2781: A workaround solution to lower-vol issue among lower calibrated-impedance micro-speaker on TAS2781

Shuming Fan (1):
      ASoC: rt1321: fix DMIC ch2/3 mask issue

Simon Trimmer (1):
      ASoC: amd: acp: Add ACP6.3 match entries for Cirrus Logic parts

Takashi Iwai (1):
      ALSA: firewire: dice: Fix printf warning with W=1

Zhang Heng (2):
      ALSA: hda/realtek: Add quirk for HP Pavilion 15-eh1xxx to enable mute LED
      ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK PM1503CDA

wangdicheng (2):
      ALSA: hda/senary: Use codec->core.afg for GPIO access
      ALSA: hda/senary: Ensure EAPD is enabled during init

---
 .../sound/nvidia,tegra-audio-graph-card.yaml       |   1 +
 .../devicetree/bindings/sound/renesas,rz-ssi.yaml  |   1 +
 Documentation/sound/alsa-configuration.rst         |   4 +
 include/sound/cs35l56.h                            |   1 +
 include/sound/tas2781.h                            |   1 +
 sound/firewire/dice/dice.c                         |   2 +-
 sound/hda/codecs/ca0132.c                          |   9 +
 sound/hda/codecs/hdmi/tegrahdmi.c                  |   1 +
 sound/hda/codecs/realtek/alc269.c                  |   1 +
 sound/hda/codecs/senarytech.c                      |  14 +-
 sound/hda/codecs/side-codecs/tas2781_hda_i2c.c     |  15 +-
 sound/soc/amd/acp/amd-acp63-acpi-match.c           | 413 +++++++++++++++++++++
 sound/soc/amd/yc/acp6x-mach.c                      |   7 +
 sound/soc/codecs/cs35l56-shared.c                  |  16 +-
 sound/soc/codecs/cs35l56.c                         |  12 +-
 sound/soc/codecs/rt1320-sdw.c                      |   5 +-
 sound/soc/codecs/tas2781-fmwlib.c                  |  94 +++++
 sound/soc/fsl/fsl_easrc.c                          |  14 +-
 sound/soc/intel/boards/sof_sdw.c                   |   8 +
 sound/soc/sdca/sdca_functions.c                    |   5 +-
 sound/usb/quirks.c                                 |   2 +
 sound/usb/usx2y/us122l.c                           |  12 +-
 22 files changed, 599 insertions(+), 39 deletions(-)


             reply	other threads:[~2026-03-06 16:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-06 16:23 Takashi Iwai [this message]
2026-03-06 18:38 ` [GIT PULL] sound fixes for 7.0-rc3 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=87qzpxudtz.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