Power down the device on shutdown similar to what is done in the case
of suspend. The device may fail to attach on next boot without this.
PR: 286385
Differential D50306
snd_hda: Add shutdown method tijl on May 12 2025, 10:41 AM. Authored by Tags None Referenced Files
Details Power down the device on shutdown similar to what is done in the case PR: 286385
Diff Detail
Event TimelineComment Actions In the PR we discussed putting the callout and taskqueue stuff before the bus_generic_detach() call in hdac_detach(). Should the same apply here to make it more robust? |