On Mon, Mar 25, 2024 at 06:35:45PM -0700, Saravana Kannan wrote: > Ok, I have a solution. Have the audio-graph-card2 find the fwnode of > "multi" and mark it as "not a device" by doing something like this in > the driver. That should help fw_devlink handle this correctly. > > fwnode.flags |= FWNODE_FLAG_NOT_DEVICE; I'll test this out, thanks. > Definitely do this though as a forward looking improvement. It'll help > make the suspend/resume more deterministic and will eventually let > things happen in an async manner. Is there a way to also do this in the driver? > -Saravana John.