]> git.alsa-project.org Git - alsa-utils.git/commit
alsactl: obsolete array for maintenance of handlers
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 14 Oct 2018 14:36:31 +0000 (23:36 +0900)
committerJaroslav Kysela <perex@perex.cz>
Sun, 14 Oct 2018 14:57:15 +0000 (16:57 +0200)
commitaf14a2fab0f0fc86ff1b0200ee9208c670bf705d
tree56ada352bbc409f50f54bb99e54cd4a0392cf1d4
parent89ab7146ba4bde7a11a93d027060ed9242b8865e
alsactl: obsolete array for maintenance of handlers

In former commits, handlers of control node are maintained by link list,
instead of one-dimensional array.

This commit obsoletes the array and split source preparation to a
function.

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