* [GIT PULL] ASoC fixes for v7.3-rc2
@ 2026-09-09 12:24 Mark Brown
2026-09-09 13:20 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2026-09-09 12:24 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel, Mark Brown
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 7211 bytes --]
The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:
Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.3-rc2
for you to fetch changes up to 7e125889f1705fc6326679a3db3b4159f7a8c87e:
ASoC: amd: acp-da7219-max98357a: don't bind on Raven/Picasso boards (2026-09-08 15:59:06 +0100)
----------------------------------------------------------------
ASoC: Fixes for v7.3
An unusually large batch of fixes here, partly due to me not sending a
pull request last week and partly due to Linus' fixes for the Ericsson
systems. I'm fairly sure he's the only user there so it seemed low risk
to handle as fixes. We also have a batch of error handling fixes from
Cezary and issues with uninitialised stream_config->type from Shuming
both of which had user error reports attached. Otherwise everything is
a fairly normal combination of quirks and device specific fixes.
----------------------------------------------------------------
Aaron Welwood (1):
ASoC: amd: yc: add quirk for Acer Nitro AN17-41 internal mic
Antoine Monnet (1):
ASoC: tas2783-sdw: split a stereo stream across the two mono amps
Cezary Rojewski (10):
ALSA: hda: ext: Clean up links if their initialization fails
ALSA: hda: ext: Clean up streams if their initialization fails
ASoC: Intel: avs: Clean up the bus when its initialization fails
ASoC: Intel: avs: Clean up the bus when fetching ML caps fails
ASoC: Intel: avs: Clean up streams if their initialization fails
ASoC: Intel: avs: Do not ignore -ENOENT when loading a topology
ASoC: Intel: avs: Cancel d0ix_work asynchrounously during recovery
ASoC: Intel: avs: Fix unbalanced module reference count
ASoC: Intel: avs: Refactor and fix init_config access
ASoC: Intel: avs: hda: Constrain MSBs on startup
Jack Yu (1):
ASoC: rt721-sdca: Adjust latency control to fix no-sound issue
Jairaj Arava (1):
ASoC: Intel: sof_rt5682: Add support for nvl_max98360a_rt5682
Linus Walleij (15):
ASoC: ab8500: Reset the audio block before configuring it
ASoC: ab8500: Repair the DAPM capture graph
ASoC: ab8500: Correct digital interface format setup
ASoC: ab8500: Validate and program TDM slots correctly
ASoC: ab8500: Remove the nonfunctional sidetone apply control
ASoC: ab8500: Skip missing DMIC GPIOs on AB8505
ASoC: ux500: Fix MSP stream lifecycle handling
ASoC: ux500: Propagate MSP setup errors
ASoC: ux500: Correct MSP frame and bit clock setup
ASoC: ux500: Validate MSP DAI configuration
ASoC: ux500: Deassert the MSP reset during probe
ASoC: ux500: Request the MSP MMIO resource
ASoC: ux500: Remove obsolete PRCMU QoS calls
ASoC: ux500: Allow repeated MSP prepare calls
ASoC: ux500: Program the MSP FIFO watermarks
Mark Brown (3):
ASoC: ab8500: Fix codec reset, routing and DAI setup
ASoC: ux500: Fix MSP lifecycle, clocking and resources
ALSA/ASoC: Intel: avs: HDAudio bus and general fixes
Niranjan H Y (1):
ASoC: Intel: sof_sdw: add tac5xx2-sdw family
Richard Fitzgerald (3):
ASoC: cs35l56: Fix pm_runtime imbalance if suspending before first attach
ASoC: cs35l56: Fix probe deadlock waiting for SoundWire enumeration
ASoC: cs35l56: Fix race between kexec and snd_soc_register_component()
Runyu Xiao (1):
ASoC: sti: initialize IRQ lock before requesting IRQ
Shuming Fan (6):
ASoC: rt766: fix uninitialized stream_config->type
ASoC: rt712: fix uninitialized stream_config->type
ASoC: rt1320: fix uninitialized stream_config->type
ASoC: rt1318: fix uninitialized stream_config->type
ASoC: rt721: fix uninitialized stream_config->type
ASoC: rt722: fix uninitialized stream_config->type
Syed Saba Kareem (1):
ASoC: amd: yc: Add DMI entry for HP 255R G10 laptop
Tianchu Chen (1):
ASoC: sprd: validate compress buffer sizes against fixed allocations
Yorick Rommers (1):
ASoC: amd: acp-da7219-max98357a: don't bind on Raven/Picasso boards
Zhang Yi (2):
ASoC: codecs: ES8326: issue about capture pop
ASoC: codecs: ES8389: Prevent enable_count underflow in clk_core_disable
hpp.iscas (3):
ASoC: bcm: bcm63xx: Publish the OF module aliases
ASoC: Intel: SST: Publish the PCI module aliases
ASoC: mt6351: Publish the OF module alias
wangdicheng (2):
ASoC: amd: renoir: fix disable_pdm_interrupts() to clear mask bits
ASoC: amd: yc: fix memory leak in acp6x_pdm_dma_close()
Ștefan Ghețu (1):
ASoC: fsl_micfil: balance mclk enable/disable
sound/hda/core/ext/controller.c | 4 +-
sound/hda/core/ext/stream.c | 5 +-
sound/soc/amd/acp-da7219-max98357a.c | 23 +
sound/soc/amd/renoir/acp3x-pdm-dma.c | 2 +-
sound/soc/amd/yc/acp6x-mach.c | 14 +
sound/soc/amd/yc/acp6x-pdm-dma.c | 2 +
sound/soc/bcm/bcm63xx-i2s-whistler.c | 1 +
sound/soc/codecs/ab8500-codec.c | 682 +++++++++-------------
sound/soc/codecs/cs35l56-sdw.c | 7 +-
sound/soc/codecs/cs35l56.c | 116 +++-
sound/soc/codecs/cs35l56.h | 2 +
sound/soc/codecs/es8326.c | 19 +-
sound/soc/codecs/es8389.c | 34 +-
sound/soc/codecs/mt6351.c | 1 +
sound/soc/codecs/rt1318-sdw.c | 24 +-
sound/soc/codecs/rt1320-sdw.c | 2 +-
sound/soc/codecs/rt712-sdca.c | 17 +-
sound/soc/codecs/rt721-sdca.c | 17 +-
sound/soc/codecs/rt722-sdca.c | 16 +-
sound/soc/codecs/rt766-sdca.c | 5 +-
sound/soc/codecs/tas2783-sdw.c | 25 +
sound/soc/fsl/fsl_micfil.c | 21 +-
sound/soc/intel/atom/sst/sst_pci.c | 1 +
sound/soc/intel/avs/boards/hdaudio.c | 17 +
sound/soc/intel/avs/core.c | 59 +-
sound/soc/intel/avs/debugfs.c | 12 +-
sound/soc/intel/avs/ipc.c | 6 +-
sound/soc/intel/avs/path.c | 11 +-
sound/soc/intel/avs/pcm.c | 34 +-
sound/soc/intel/avs/topology.c | 49 +-
sound/soc/intel/avs/topology.h | 5 +-
sound/soc/intel/boards/Kconfig | 4 +-
sound/soc/intel/boards/sof_rt5682.c | 8 +
sound/soc/intel/common/soc-acpi-intel-nvl-match.c | 8 +-
sound/soc/sprd/sprd-pcm-compress.c | 15 +-
sound/soc/sti/uniperif_reader.c | 4 +-
sound/soc/ux500/ux500_msp_dai.c | 189 +++---
sound/soc/ux500/ux500_msp_dai.h | 14 +-
sound/soc/ux500/ux500_msp_i2s.c | 264 ++++++---
sound/soc/ux500/ux500_msp_i2s.h | 12 +-
40 files changed, 955 insertions(+), 796 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] ASoC fixes for v7.3-rc2
2026-09-09 12:24 [GIT PULL] ASoC fixes for v7.3-rc2 Mark Brown
@ 2026-09-09 13:20 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-09-09 13:20 UTC (permalink / raw)
To: Mark Brown; +Cc: Liam Girdwood, linux-sound, alsa-devel
On Wed, 09 Sep 2026 14:24:52 +0200,
Mark Brown wrote:
>
> The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:
>
> Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.3-rc2
>
> for you to fetch changes up to 7e125889f1705fc6326679a3db3b4159f7a8c87e:
>
> ASoC: amd: acp-da7219-max98357a: don't bind on Raven/Picasso boards (2026-09-08 15:59:06 +0100)
>
> ----------------------------------------------------------------
> ASoC: Fixes for v7.3
>
> An unusually large batch of fixes here, partly due to me not sending a
> pull request last week and partly due to Linus' fixes for the Ericsson
> systems. I'm fairly sure he's the only user there so it seemed low risk
> to handle as fixes. We also have a batch of error handling fixes from
> Cezary and issues with uninitialised stream_config->type from Shuming
> both of which had user error reports attached. Otherwise everything is
> a fairly normal combination of quirks and device specific fixes.
Pulled now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-09 13:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-09 12:24 [GIT PULL] ASoC fixes for v7.3-rc2 Mark Brown
2026-09-09 13:20 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).