Page MenuHomeFreeBSD

sound: Retire SD_F_AUTOVCHAN
ClosedPublic

Authored by christos on Feb 15 2025, 1:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 27, 9:59 PM
Unknown Object (File)
Fri, Feb 27, 7:49 AM
Unknown Object (File)
Jan 31 2026, 1:15 AM
Unknown Object (File)
Jan 30 2026, 3:54 PM
Unknown Object (File)
Jan 27 2026, 11:47 AM
Unknown Object (File)
Jan 26 2026, 1:05 AM
Unknown Object (File)
Jan 24 2026, 7:50 PM
Unknown Object (File)
Jan 4 2026, 3:57 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