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, Mar 15, 9:21 AM
Unknown Object (File)
Sun, Mar 15, 3:13 AM
Unknown Object (File)
Fri, Mar 13, 4:25 AM
Unknown Object (File)
Thu, Mar 12, 8:47 PM
Unknown Object (File)
Wed, Mar 11, 10:22 AM
Unknown Object (File)
Tue, Feb 24, 3:51 AM
Unknown Object (File)
Wed, Feb 18, 12:21 PM
Unknown Object (File)
Wed, Feb 18, 12:21 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