Page MenuHomeFreeBSD

sound: Re-arrange sndbuf_create() arguments
ClosedPublic

Authored by christos on Nov 1 2025, 5:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 21, 5:03 PM
Unknown Object (File)
May 5 2026, 4:58 AM
Unknown Object (File)
Apr 27 2026, 5:24 PM
Unknown Object (File)
Apr 26 2026, 9:43 AM
Unknown Object (File)
Apr 24 2026, 10:03 PM
Unknown Object (File)
Apr 15 2026, 12:40 PM
Unknown Object (File)
Apr 14 2026, 8:05 PM
Unknown Object (File)
Apr 10 2026, 2:21 PM
Subscribers

Details

Summary

Since we always use the channel name as the "drv" argument, we can just
get rid of it and fetch it in sndbuf_create(). Also, put the "channel"
argument first, as it is more intuitive.

No functional change intended.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

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