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: ceph-for-6.19-rc9~103^2~1^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1a75f24a7f8c2cac9c34126d7221ff59c5265316;p=ceph-client.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