Page MenuHomeFreeBSD

sound: Retire feeder_class->desc
ClosedPublic

Authored by christos on Nov 3 2025, 3:31 PM.
Tags
None
Referenced Files
F152514199: D53556.id165740.diff
Wed, Apr 15, 10:49 AM
Unknown Object (File)
Sun, Apr 12, 9:00 AM
Unknown Object (File)
Sun, Apr 12, 3:12 AM
Unknown Object (File)
Thu, Apr 9, 8:04 PM
Unknown Object (File)
Wed, Apr 8, 4:10 AM
Unknown Object (File)
Thu, Mar 19, 3:31 PM
Unknown Object (File)
Wed, Mar 18, 5:44 PM
Unknown Object (File)
Wed, Mar 18, 3:26 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.