From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
linux-sound@vger.kernel.org, alsa-devel@alsa-project.org,
Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] ASoC fixes for v7.2-rc5
Date: Thu, 30 Jul 2026 12:49:18 +0100 [thread overview]
Message-ID: <036cc4fbb2a3c0ffc45ac4373f6f5c9e@kernel.org> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 5125 bytes --]
The following changes since commit f5098b6bae761e346ebcd9da7f95622c04733cff:
Linux 7.2-rc5 (2026-07-26 14:45:48 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.2-rc5
for you to fetch changes up to d0ecbedd6a70f2fe768d46de740265dc8a4424e3:
ASoC: rt722: reset codec to fix abnormal sound (2026-07-29 23:27:37 +0100)
----------------------------------------------------------------
ASoC: Fixes for v7.2
This is a relatively large set of updates, the biggest batch of things
is Charles' fixes for the SDCA code which have been through a number of
iterations on the list and deal with a bunch of issues that have been
seen as we get more real world usage of SDCA. We also have the usual
device specific fix and quirk traffic that we tend to see, there's a
small pile of fixes for the tas2562 driver since I saw some bugs while
reviewing fixes sent by Haidar Lee but it's nothing too remarkable.
----------------------------------------------------------------
Balamurugan C (1):
ASoC: Intel: soc-acpi: Add entry for sof_rt5682 in NVL match table.
Charles Keepax (11):
ASoC: SDCA: Correct pointer passed to devm_acpi_table_put
ASoC: SDCA: Always free firmware in FDL path
ASoC: SDCA: Make UMP message size check more robust
ASoC: SDCA: Ensure that Control Range is large enough for header
ASoC: SDCA: Rename sdca_irq_allocate() to include devm
ASoC: SDCA: Add sdca_irq_cleanup_late()
ASoC: SDCA: Remove devm from primary IRQ cleanup
ASoC: SDCA: Populate IRQ data earlier
ASoC: Add a component fixup_controls callback
ASoC: SDCA: Switch to fixup_controls callback for IRQ registration
ASoC: SDCA: Move kcontrol search out of IRQ
Fabio Estevam (1):
ASoC: dt-bindings: realtek,rt5640: Make interrupts optional
Haidar Lee (2):
ASoC: tas2562: fix DVC coefficient write order
ASoC: tas2562: fix broken entries in the volume lookup table
Jackie Dong (1):
ASoC: amd: acp: Add DMI quirk for Lenovo Legion 7 15ASH11
Jorn Baayen (1):
ASoC: amd: yc: Add DMI quirk for Acer Aspire AG14-22P
Mark Brown (8):
ASoC: tas2562: fix Digital Volume Control
ASoC: tas2562: Validate values for volume writes
ASoC: tas2562: Fix event generation for volume control
ASoC: tas2562: Fix default digital volume
ASoC: tas2562: Volume setting fixes
ASoC: fsl: fix m2m_init error path cleanup in fsl_asrc and fsl_easrc
ASoC: Series of SDCA bug fixes
ASoC: Fix races on creation of SDCA jack detection
Shengjiu Wang (2):
ASoC: fsl_asrc: fix m2m_init error path to use goto instead of bare return
ASoC: fsl_easrc: fix m2m_init error path to use goto instead of bare return
Shuming Fan (1):
ASoC: rt722: reset codec to fix abnormal sound
Surendra Singh Chouhan (1):
ASoC: sophgo: return 1 on volume change in cv1800b_adc_volume_set()
Uday Khare (2):
ASoC: max98095: fix missing IS_ERR() before PTR_ERR() on mclk lookup
ASoC: max98090: fix missing IS_ERR() before PTR_ERR() on mclk lookup
Zhang Heng (1):
ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK PM1403CDA
wangdicheng (1):
ASoC: tas2781: Use correct calibration data for SINEGAIN2 register
郑鸿源 (1):
ASoC: amd: yc: Add MSI Crosshair A16 HX D7WFKG to quirk table
.../devicetree/bindings/sound/realtek,rt5640.yaml | 1 -
include/sound/sdca_fdl.h | 2 +
include/sound/sdca_interrupts.h | 14 +-
include/sound/sdca_jack.h | 3 +
include/sound/soc-component.h | 2 +
sound/soc/amd/acp-config.c | 7 +
sound/soc/amd/yc/acp6x-mach.c | 22 +++
sound/soc/codecs/max98090.c | 5 +-
sound/soc/codecs/max98095.c | 5 +-
sound/soc/codecs/rt722-sdca-sdw.c | 4 +
sound/soc/codecs/rt722-sdca.c | 14 ++
sound/soc/codecs/tas2562.c | 46 ++++--
sound/soc/codecs/tas2781-i2c.c | 4 +-
sound/soc/fsl/fsl_asrc.c | 2 +-
sound/soc/fsl/fsl_easrc.c | 2 +-
sound/soc/intel/common/soc-acpi-intel-nvl-match.c | 13 ++
sound/soc/sdca/sdca_class.c | 4 +-
sound/soc/sdca/sdca_class_function.c | 6 +-
sound/soc/sdca/sdca_device.c | 2 +-
sound/soc/sdca/sdca_fdl.c | 18 ++-
sound/soc/sdca/sdca_functions.c | 2 +
sound/soc/sdca/sdca_interrupts.c | 174 ++++++++++++---------
sound/soc/sdca/sdca_jack.c | 88 ++++++-----
sound/soc/sdca/sdca_ump.c | 4 +-
sound/soc/soc-component.c | 10 ++
sound/soc/soc-core.c | 5 +
sound/soc/sophgo/cv1800b-sound-adc.c | 10 +-
27 files changed, 319 insertions(+), 150 deletions(-)
next reply other threads:[~2026-07-30 11:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-30 11:49 Mark Brown [this message]
2026-07-30 12:06 ` [GIT PULL] ASoC fixes for v7.2-rc5 Takashi Iwai
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=036cc4fbb2a3c0ffc45ac4373f6f5c9e@kernel.org \
--to=broonie@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=lgirdwood@gmail.com \
--cc=linux-sound@vger.kernel.org \
--cc=tiwai@suse.de \
/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