Page MenuHomeFreeBSD

sound: Access softc through si_drv1 in dsp cdev methods
ClosedPublic

Authored by christos on Apr 12 2025, 8:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 7, 3:58 PM
Unknown Object (File)
Wed, Oct 1, 5:29 PM
Unknown Object (File)
Wed, Oct 1, 9:46 AM
Unknown Object (File)
Tue, Sep 30, 9:07 AM
Unknown Object (File)
Mon, Sep 29, 6:19 PM
Unknown Object (File)
Sep 4 2025, 2:47 PM
Unknown Object (File)
Sep 3 2025, 7:39 PM
Unknown Object (File)
Sep 2 2025, 1:59 PM
Subscribers

Details

Summary

No functional change, but is needed by a follow-up patch.

Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

So should the priv->sc field be removed entirely?

So should the priv->sc field be removed entirely?

So, as I mention in the commit message, this is just part of a series of patches, and the last patch (at its current form) which is not yet submitted here, _does_ get rid of priv->sc eventually, however D49216 still needs it.

This revision is now accepted and ready to land.Apr 14 2025, 3:52 PM