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)
Fri, Sep 27, 5:43 PM
Unknown Object (File)
Tue, Sep 24, 4:09 AM
Unknown Object (File)
Fri, Sep 20, 5:31 PM
Unknown Object (File)
Fri, Sep 20, 2:47 AM
Unknown Object (File)
Thu, Sep 19, 2:45 PM
Unknown Object (File)
Tue, Sep 17, 6:30 AM
Unknown Object (File)
Mon, Sep 16, 6:29 PM
Unknown Object (File)
Thu, Sep 5, 2:27 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