]> git.alsa-project.org Git - alsa-utils.git/commit
alsactl: use link list to maintain source of events
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 14 Oct 2018 14:36:29 +0000 (23:36 +0900)
committerJaroslav Kysela <perex@perex.cz>
Sun, 14 Oct 2018 14:57:15 +0000 (16:57 +0200)
commit5e010366d307291e035ac3b3edf090b4a481bf5a
tree1b4598f3718105758a38e18aaefde41c9d490b6a
parent5c859fa6494fb804408b7ec1f2b0ea611631dbe0
alsactl: use link list to maintain source of events

At present, handlers for control nodes are maintained by one-dimensional
array. This is not necessarily useful to maintain handlers with
associated information.

This commit adds link-list for the maintenance.

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