]> git.alsa-project.org Git - alsa-lib.git/commit
ucm: suppress the no device (no UCM card) errors on request
authorJaroslav Kysela <perex@perex.cz>
Thu, 28 Oct 2021 09:48:54 +0000 (11:48 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 28 Oct 2021 09:52:08 +0000 (11:52 +0200)
commit23198a72cd4f8f8759e650362b4adb485fc9fb12
treef2a03d12de882fb2b4061adf15a6a23a96b03dc4
parenta6a22d82a068be01b0cabb9d87189b993c6a0fc5
ucm: suppress the no device (no UCM card) errors on request

It seems that users are confused when the UCM configuration
is not ready for the particular hardware. Actually, we don't
allow a fine grained message classification in alsa-lib and
UCM API. Allow suppression of this specific type of messages
on the application request (typically alsactl).

BugLink: https://github.com/alsa-project/alsa-utils/issues/111
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/ucm/main.c
src/ucm/parser.c
src/ucm/ucm_local.h