Page MenuHomeFreeBSD

sound: Retire feeder_class->desc
ClosedPublic

Authored by christos on Nov 3 2025, 3:31 PM.
Tags
None
Referenced Files
F162632542: D53556.diff
Wed, Jul 15, 6:53 AM
F162632541: D53556.diff
Wed, Jul 15, 6:53 AM
Unknown Object (File)
Wed, Jul 1, 7:53 PM
Unknown Object (File)
Mon, Jun 29, 2:36 AM
Unknown Object (File)
Sat, Jun 27, 6:02 AM
Unknown Object (File)
Thu, Jun 18, 10:43 PM
Unknown Object (File)
Thu, Jun 18, 4:46 PM
Unknown Object (File)
Thu, Jun 18, 8:01 AM
Subscribers

Details

Summary

The only field we care about is pcm_feederdesc->type, so keep that one
only and do not embed the whole pcm_feederdesc.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Nov 4 2025, 12:51 PM
sys/dev/sound/pcm/feeder.h
86–87

Is there any reason not to give this type a name, so you can use it for the type field above in struct feeder_class?

This revision was automatically updated to reflect the committed changes.