linux/sound/soc/sti
Jerome Audu 6b99068d5e
ASoC: sti: add missing probe entry for player and reader
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@renesas.com/)
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.

Fixes: 9f625f5e6c ("ASoC: sti: merge DAI call back functions into ops")
Signed-off-by: Jerome Audu <jau@free.fr>
Link: https://patch.msgid.link/20240727-sti-audio-fix-v2-1-208bde546c3f@free.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
2024-07-29 13:36:56 +01:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile ASoC: sti: Use *-y instead of *-objs in Makefile 2024-05-08 11:39:33 +09:00
sti_uniperif.c ASoC: sti: add missing probe entry for player and reader 2024-07-29 13:36:56 +01:00
uniperif_player.c ASoC: sti: add missing probe entry for player and reader 2024-07-29 13:36:56 +01:00
uniperif_reader.c ASoC: sti: add missing probe entry for player and reader 2024-07-29 13:36:56 +01:00
uniperif.h ASoC: sti: add missing probe entry for player and reader 2024-07-29 13:36:56 +01:00