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)
Sat, Nov 8, 7:51 PM
Unknown Object (File)
Fri, Nov 7, 3:57 AM
Unknown Object (File)
Fri, Nov 7, 3:55 AM
Unknown Object (File)
Fri, Nov 7, 3:54 AM
Unknown Object (File)
Wed, Oct 29, 10:14 PM
Unknown Object (File)
Wed, Oct 29, 10:05 PM
Unknown Object (File)
Wed, Oct 29, 4:37 AM
Unknown Object (File)
Wed, Oct 29, 4:35 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