On Sun, Jul 21, 2024 at 05:40:02PM +0200, Jerome Audu wrote: > Restores the audio functionality that was broken > since Linux version 6.6.y by adding the missing probe > functions for the player and reader components. > > Fixes: 9f625f5e6cf9 ("ASoC: sti: merge DAI call back functions into ops") > Signed-off-by: Jerome Audu <jau@xxxxxxx> > --- > Specifically, the 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. My patch correctly reinserts the missing probe entries, restoring the intended functionality. This should be in the changelog, your actual changelog doesn't describe the actual change at all. > The patch modifies the following files: > - `sound/soc/sti/sti_uniperif.c`: Changes the visibility of `sti_uniperiph_dai_probe` to non-static. > - `sound/soc/sti/uniperif.h`: Adds the declaration of `sti_uniperiph_dai_probe`. > - `sound/soc/sti/uniperif_player.c`: Adds `probe` function to `uni_player_dai_ops`. > - `sound/soc/sti/uniperif_reader.c`: Adds `probe` function to `uni_reader_dai_ops`. > > This ensures the correct `probe` functions are utilized, thus fixing the audio regression. This detail isn't really needed, it just describes the content of the patch.
Attachment:
signature.asc
Description: PGP signature
- Follow-Ups:
- References:
- [PATCH] ASoC: sti: add missing probe entry for player and reader
- From: Jerome Audu
- [PATCH] ASoC: sti: add missing probe entry for player and reader
- Prev by Date: [PATCH for-6.10 1/2] ASoC: cs35l56: Use header defines for Speaker Volume control definition
- Next by Date: Re: [PATCH 1/4] ASoC: qcom: apq8016_sbc.c: Add Quinary support
- Previous by thread: [PATCH] ASoC: sti: add missing probe entry for player and reader
- Next by thread: Re: [PATCH] ASoC: sti: add missing probe entry for player and reader
- Index(es):