Page MenuHomeFreeBSD

sound: Retire pcm_feederdesc->type
ClosedPublic

Authored by christos on Nov 3 2025, 3:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 9, 7:51 AM
Unknown Object (File)
Mon, Apr 20, 10:52 PM
Unknown Object (File)
Apr 15 2026, 8:00 AM
Unknown Object (File)
Apr 12 2026, 8:46 PM
Unknown Object (File)
Apr 9 2026, 1:11 AM
Unknown Object (File)
Apr 7 2026, 4:29 AM
Unknown Object (File)
Apr 3 2026, 9:14 PM
Unknown Object (File)
Apr 1 2026, 11:05 AM
Subscribers

Details

Summary

This is always accessed from pcm_feeder->desc->type. Instead of
duplicating this field, we can remove it from pcm_feederdesc, and access
it through pcm_feeder->class->type.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

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