Re: [PATCH 03/10] mfd: cs42l43: Use new SoundWire enumeration helper
From: Mark Brown
Date: Thu Jun 04 2026 - 07:14:50 EST
On Thu, Jun 04, 2026 at 12:04:22PM +0100, Mark Brown wrote:
> On Wed, Jun 03, 2026 at 03:44:36PM +0100, Charles Keepax wrote:
> > Now the new wait for SoundWire enumeration helper no longer depends on
> > unattach_request it is safe to use from probe time. Update the driver
> > to use the new core helper.
>
> > + if (cs42l43->sdw) {
> > + ret = sdw_slave_wait_for_init(cs42l43->sdw,
> > + CS42L43_SDW_ATTACH_TIMEOUT_MS);
> > + if (ret)
> > + return ret;
> This is in the bus independent code and the SOUNDWIRE dependency is only
> on MFD_CS42L43_SDW so this will be a build break for !SOUNDWIRE builds.
Sorry, there is actually a stub for this.
Attachment:
signature.asc
Description: PGP signature