]> git.alsa-project.org Git - alsa-utils.git/commit
alsactl: use a list of source for event dispatcher instead of an array of source
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 14 Oct 2018 14:36:30 +0000 (23:36 +0900)
committerJaroslav Kysela <perex@perex.cz>
Sun, 14 Oct 2018 14:57:15 +0000 (16:57 +0200)
commit89ab7146ba4bde7a11a93d027060ed9242b8865e
tree3258703ec5e7ec41f9bac19e9d77ec38d3a30668
parent5e010366d307291e035ac3b3edf090b4a481bf5a
alsactl: use a list of source for event dispatcher instead of an array of source

In a previous commit, handlers of control nodes are maintained by link
list.

This commit uses the list to register/unregister event sources to
dispatcher.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsactl/monitor.c