Re: [PATCH 01/17] soundwire: Add a helper function to wait for device initialisation
From: Charles Keepax
Date: Wed May 06 2026 - 06:54:45 EST
On Tue, May 05, 2026 at 05:57:05PM +0100, Charles Keepax wrote:
> On Tue, May 05, 2026 at 05:47:51PM +0100, Charles Keepax wrote:
> > --- a/include/linux/soundwire/sdw.h
> > +++ b/include/linux/soundwire/sdw.h
> > @@ -1093,6 +1093,8 @@ int sdw_slave_get_current_bank(struct sdw_slave *sdev);
> >
> > int sdw_slave_get_scale_index(struct sdw_slave *slave, u8 *base);
> >
> > +int sdw_slave_wait_for_init(struct sdw_slave *slave, int timeout);
> > +
This should also probably get a stub for the no soundwire case.
Thanks,
Charles