Page MenuHomeFreeBSD

sound: Remove chn_timeout check from chn_init()
ClosedPublic

Authored by christos on Apr 28 2024, 4:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 26, 3:07 AM
Unknown Object (File)
Sat, Oct 18, 7:38 PM
Unknown Object (File)
Thu, Oct 16, 2:16 AM
Unknown Object (File)
Thu, Oct 16, 2:16 AM
Unknown Object (File)
Thu, Oct 16, 2:16 AM
Unknown Object (File)
Wed, Oct 15, 3:29 PM
Unknown Object (File)
Mon, Oct 13, 12:46 PM
Unknown Object (File)
Sat, Oct 4, 10:03 AM
Subscribers

Details

Summary

This check is not related to channel initializion, but is also
unnecessary, since sysctl_hw_snd_timeout() takes care of checking if
chn_timeout is within bounds.

Sponsored by: The FreeBSD Foundation
MFC after: 1 day

Diff Detail

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