summaryrefslogtreecommitdiff
path: root/alsactl/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* alsactl: flush stdout for monitor commandAlex Xu (Hello71)2022-01-271-0/+1
* alsactl: use card iterator functions for all card loopsJaroslav Kysela2021-03-111-25/+3
* alsactl: avoid needless wakeups in monitor loop.Zev Weiss2020-04-141-1/+1
* alsactl: don't exit on EINTR from epoll_wait().Zev Weiss2020-04-141-0/+2
* alsactl: monitor - remove dead code in run_dispatcher() (coverity)Jaroslav Kysela2019-03-131-2/+0
* alsactl: use signalfd to catch UNIX signalTakashi Sakamoto2018-10-141-7/+50
* alsactl: handle detection of new sound cardTakashi Sakamoto2018-10-141-10/+108
* alsactl: handle disconnection of sound cardTakashi Sakamoto2018-10-141-0/+4
* alsactl: obsolete array for maintenance of handlersTakashi Sakamoto2018-10-141-32/+33
* alsactl: use a list of source for event dispatcher instead of an array of sourceTakashi Sakamoto2018-10-141-46/+32
* alsactl: use link list to maintain source of eventsTakashi Sakamoto2018-10-141-0/+71
* alsactl: use epoll(7) instead of poll(2)Takashi Sakamoto2018-10-141-21/+113
* alsactl: add an iterator of registered instances of sound cardTakashi Sakamoto2018-10-141-11/+35
* alsactl: split event loop code to a functionTakashi Sakamoto2018-10-141-21/+30
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-141-1/+1
* monitor: fix clang warning - Declared variable-length array (VLA) has zero sizeJaroslav Kysela2014-09-241-2/+2
* alsactl: monitor all cards as defaultTakashi Iwai2013-11-261-34/+102
* alsactl: Fix REMOVE event handling in monitor commandTakashi Iwai2013-11-261-2/+4
* alsactl: Add monitor commandTakashi Iwai2013-11-261-0/+75