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)
Sun, Sep 6, 5:18 AM
Unknown Object (File)
Wed, Sep 2, 3:07 PM
Unknown Object (File)
Wed, Sep 2, 2:54 PM
Unknown Object (File)
Wed, Sep 2, 9:26 AM
Unknown Object (File)
Mon, Aug 31, 11:28 AM
Unknown Object (File)
Sun, Aug 30, 3:04 PM
Unknown Object (File)
Tue, Aug 18, 10:35 AM
Unknown Object (File)
Sat, Aug 15, 2:02 AM
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