]> git.alsa-project.org Git - alsa-utils.git/commit
alsactl: Fix REMOVE event handling in monitor command
authorTakashi Iwai <tiwai@suse.de>
Tue, 26 Nov 2013 12:59:19 +0000 (13:59 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 26 Nov 2013 12:59:19 +0000 (13:59 +0100)
commitbb3293c76e6a1a130196ccb86e78aea3322ed735
treec8c5ff7e09cb4425e3895bf51c527b8a10943a32
parentd2d9b6fc8d20fca1e06fc261ac20fd6cfd8a8d1b
alsactl: Fix REMOVE event handling in monitor command

SND_CTL_EVENT_MASK_REMOVE has to be checked at first and ignore the
rest if it matches.  Suggested by Clemens.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
alsactl/monitor.c