Re: [PATCH v2] ASoC: sti: add missing probe entry for player and reader

From: Mark Brown
Date: Mon Jul 29 2024 - 13:19:27 EST


On Sat, 27 Jul 2024 15:40:15 +0200, Jerome Audu wrote:
> This patch addresses a regression in the ASoC STI drivers that was
> introduced in Linux version 6.6.y. The issue originated from a series of
> patches (see https://lore.kernel.org/all/87wmy5b0wt.wl-kuninori.morimoto.gx@xxxxxxxxxxx/)
> that unintentionally omitted necessary probe functions for the player
> and reader components.
>
> Probe function in `sound/soc/sti/sti_uniperif.c:415` is being replaced
> by another probe function located at `sound/soc/sti/sti_uniperif.c:453`,
> which should instead be derived from the player and reader components.
> This patch correctly reinserts the missing probe entries,
> restoring the intended functionality.
>
> [...]

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: sti: add missing probe entry for player and reader
commit: 6b99068d5ea0aa295f15f30afc98db74d056ec7b

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