Re: [PATCH v2 0/2] ASoC: codecs: lpass-{wsa,va}-macro: check clk_set_rate() return value
From: Mark Brown
Date: Tue Jul 21 2026 - 09:58:15 EST
On Wed, 15 Jul 2026 17:25:12 +0530, Ajay Kumar Nandam wrote:
> ASoC: codecs: lpass-{wsa,va}-macro: check clk_set_rate() return value
>
> clk_set_rate() returns 0 on success or a negative errno on failure but
> the WSA and VA macro probe functions are ignoring it. This series adds
> return value checking and bails out of probe on failure.
>
> This mirrors the same fix already posted for the TX and RX macros [1].
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.3
Thanks!
[1/2] ASoC: codecs: lpass-wsa-macro: check clk_set_rate() return value
https://git.kernel.org/broonie/sound/c/6173e18dd47c
[2/2] ASoC: codecs: lpass-va-macro: check clk_set_rate() return value
https://git.kernel.org/broonie/sound/c/4fddda16f939
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark