Page MenuHomeFreeBSD

mixer(8): Ignore mixer_open() failures for the -a option
ClosedPublic

Authored by christos on May 10 2024, 4:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 28, 1:51 PM
Unknown Object (File)
Tue, Apr 28, 1:51 PM
Unknown Object (File)
Mon, Apr 27, 11:24 PM
Unknown Object (File)
Mon, Apr 27, 10:23 AM
Unknown Object (File)
Mon, Apr 27, 8:51 AM
Unknown Object (File)
Mon, Apr 27, 5:00 AM
Unknown Object (File)
Wed, Apr 22, 11:58 PM
Unknown Object (File)
Tue, Apr 21, 6:36 AM
Subscribers

Details

Summary

The most likely reason mixer_open() will fail is because either the
device doesn't exist, or because it is disabled, so there is not reason
to kill the application. Instead, continue and print the rest of the
enabled mixers.

PR: 277615
Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

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