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
F102952142: D44992.diff
Tue, Nov 19, 3:22 AM
Unknown Object (File)
Sun, Nov 17, 5:02 PM
Unknown Object (File)
Sep 25 2024, 6:47 PM
Unknown Object (File)
Sep 25 2024, 12:29 PM
Unknown Object (File)
Sep 24 2024, 11:39 PM
Unknown Object (File)
Sep 22 2024, 7:01 PM
Unknown Object (File)
Sep 21 2024, 3:06 PM
Unknown Object (File)
Sep 19 2024, 10:07 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