Page MenuHomeFreeBSD

sound: Retire SD_F_AUTOVCHAN
ClosedPublic

Authored by christos on Feb 15 2025, 1:44 PM.
Tags
None
Referenced Files
F164724258: D49021.diff
Mon, Aug 3, 8:55 AM
Unknown Object (File)
Fri, Jul 31, 4:48 AM
Unknown Object (File)
Tue, Jul 21, 1:22 PM
Unknown Object (File)
Sun, Jul 12, 12:23 AM
Unknown Object (File)
Mon, Jul 6, 11:19 PM
Unknown Object (File)
Jun 24 2026, 6:56 AM
Unknown Object (File)
May 31 2026, 9:56 AM
Unknown Object (File)
May 30 2026, 2:56 PM
Subscribers

Details

Summary

This flag is redundant and essentially a no-op, as it is set when the
device supports at least playback or recording, which is almost always
the case. But even if the device is mixer-only (i.e., 0 channels), there
is no reason to keep this flag; it is only used to bail out of the vchan
sysctl handlers, but we already bail out anyway if we try to use the
sysctl in a vchan direction that is not supported.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

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