Re: [PATCH 0/2] ASoC: Fix sdw_utils calling wrong codec init callbacks
From: Charles Keepax
Date: Tue Jan 13 2026 - 06:13:05 EST
On Mon, Jan 12, 2026 at 02:07:55PM +0000, Richard Fitzgerald wrote:
> This series fixes a problem with soc_sdw_utils.c calling the wrong
> codec init callbacks, because it assumed that the DAI name could be
> used to uniquely identify the codec. This isn't the case, especially
> on SDCA which is a generic driver for many parts.
>
> The second patch is the actual fix.
> The first patch is needed to add a missing export to SoundWire core.
>
> Richard Fitzgerald (2):
> soundwire: Add missing EXPORT for sdw_slave_type
> ASoC: sdw_utils: Call init callbacks on the correct codec DAI
>
> drivers/soundwire/slave.c | 1 +
> sound/soc/sdw_utils/soc_sdw_utils.c | 43 ++++++++++++++++++++++++++++-
> 2 files changed, 43 insertions(+), 1 deletion(-)
Reviewed-by: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx>
Thanks,
Charles