]> git.alsa-project.org Git - alsa-utils.git/commit
amixer: print error when snd_hctl_handle_events() fails
authorJaroslav Kysela <perex@perex.cz>
Mon, 29 Mar 2021 09:36:17 +0000 (11:36 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 29 Mar 2021 09:36:19 +0000 (11:36 +0200)
commit69276d4a6c92599fb3cc9a9a4db64ce22cff8504
tree1c5a3f1b7b291a3569dd67b35f9df1b407fb6d82
parent2c753a85a7834f6cbaa130d798f54fbf5bd87520
amixer: print error when snd_hctl_handle_events() fails

It may be possible that the controls are quickly added and
removed, thus the "hard" fail is not optimal here.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
amixer/amixer.c