ASoC: Fix sdw_utils calling wrong codec init callbacks
authorMark Brown <broonie@kernel.org>
Wed, 14 Jan 2026 19:38:52 +0000 (19:38 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 14 Jan 2026 19:38:52 +0000 (19:38 +0000)
commit1a75f24a7f8c2cac9c34126d7221ff59c5265316
tree72994f73662fb04ce63559cbf4b081a98021099a
parent390caeed0897fcac75f3c414dbdd85d593183d9c
parent5b027c74f3ee8979193c50d31187edfa31acc0db
ASoC: Fix sdw_utils calling wrong codec init callbacks

Merge series from Richard Fitzgerald <rf@opensource.cirrus.com>:

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 first patch is needed to add a missing export to SoundWire core.