On Thu, 27 Jan 2022 21:01:35 +0100, Stephen Boyd wrote: > > Use an aggregate driver instead of component ops so that we can get > proper driver probe ordering of the aggregate device with respect to all > the component devices that make up the aggregate device. > > Cc: Jaroslav Kysela <pe...@perex.cz> > Cc: Takashi Iwai <ti...@suse.com> > Cc: Kai Vehmanen <kai.vehma...@linux.intel.com> > Cc: Daniel Vetter <daniel.vet...@ffwll.ch> > Cc: "Rafael J. Wysocki" <raf...@kernel.org> > Cc: Rob Clark <robdcl...@gmail.com> > Cc: Russell King <rmk+ker...@arm.linux.org.uk> > Cc: Saravana Kannan <sarava...@google.com> > Signed-off-by: Stephen Boyd <swb...@chromium.org>
The patch looks good, but just a minor concern: > +static struct aggregate_driver hdac_aggregate_driver = { > + .probe = hdac_component_master_bind, > + .remove = hdac_component_master_unbind, > + .driver = { > + .name = "hdac_agg", Shouldn't we define some standard name scheme? This one has "hdac_agg", while the patch for HD-audio Realtek stuff has "realtek_aggregate". (And maybe the latter one should be something like "hda_realtek_agg" or such, as Realtek covers pretty different devices and there might be conflict in future.) With those considered: please take my ack Acked-by: Takashi Iwai <ti...@suse.de> thanks, Takashi