[alsa-devel] [PATCH 02/14] soundwire: Add SoundWire bus type
Vinod Koul
vinod.koul at intel.com
Thu Oct 26 10:33:42 CEST 2017
On Fri, Oct 20, 2017 at 09:31:34PM +0530, Vinod Koul wrote:
> On Fri, Oct 20, 2017 at 12:45:28PM +0200, Greg Kroah-Hartman wrote:
> > On Thu, Oct 19, 2017 at 08:33:18AM +0530, Vinod Koul wrote:
> > > +struct bus_type sdw_bus_type = {
> > > + .name = "soundwire",
> > > + .match = sdw_bus_match,
> > > + .uevent = sdw_uevent,
> > > +};
> > > +EXPORT_SYMBOL(sdw_bus_type);
> >
> > No release callback? Who frees the device?
Hmmm, bus_type doesn't seem to have a release callback. The sdw_device has
release and that is added in the next patch. So I am not changing anything
here. Let me know If I missed anything...
Thanks
--
~Vinod
More information about the Alsa-devel
mailing list