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

From: jau
Date: Mon Jul 22 2024 - 08:31:58 EST


Thanks for the review!

See updated changlog, if ok for you, I will send a V2

Le 22/07/2024 12:52, Mark Brown a écrit :
> This should be in the changelog, your actual changelog doesn't describe
> the actual change at all.
>

New Changelog:

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.

> This detail isn't really needed, it just describes the content of the
> patch.

ok, I remove this part.

Regards,
Jérôme