Page MenuHomeFreeBSD

sound: Retire SD_F_AUTOVCHAN
Needs ReviewPublic

Authored by christos on Sat, Feb 15, 1:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 16, 11:15 AM
Unknown Object (File)
Sun, Feb 16, 7:05 AM
Unknown Object (File)
Sat, Feb 15, 8:04 PM
Unknown Object (File)
Sat, Feb 15, 7:19 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 62465
Build 59349: arc lint + arc unit