From: Mark Brown Date: Wed, 14 Jan 2026 19:38:52 +0000 (+0000) Subject: ASoC: Fix sdw_utils calling wrong codec init callbacks X-Git-Tag: v6.19-rc6~25^2~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a75f24a7f8c2cac9c34126d7221ff59c5265316;p=thirdparty%2Flinux.git ASoC: Fix sdw_utils calling wrong codec init callbacks Merge series from Richard Fitzgerald : 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. --- 1a75f24a7f8c2cac9c34126d7221ff59c5265316