[alsa-devel] [alsa-cvslog] [ALSA GIT]ALSA utilities repository branch master updated. v1.0.27.2-14-gd2d9b6f

Takashi Iwai tiwai at suse.de
Tue Nov 26 14:29:29 CET 2013


At Tue, 26 Nov 2013 13:51:08 +0100,
Clemens Ladisch wrote:
> 
> GIT server wrote:
> > - Log -----------------------------------------------------------------
> > commit d2d9b6fc8d20fca1e06fc261ac20fd6cfd8a8d1b
> > Author: Takashi Iwai <tiwai at suse.de>
> > Date:   Tue Nov 26 11:44:40 2013 +0100
> >
> >     alsactl: Add monitor command
> 
> >	mask = snd_ctl_event_elem_get_mask(event);
> >	if (mask & SND_CTL_EVENT_MASK_VALUE)
> >		printf(" VALUE");
> >	if (mask & SND_CTL_EVENT_MASK_INFO)
> >		printf(" INFO");
> >	if (mask & SND_CTL_EVENT_MASK_ADD)
> >		printf(" ADD");
> >	if (mask & SND_CTL_EVENT_MASK_TLV)
> >		printf(" TLV");
> >	if (mask == SND_CTL_EVENT_MASK_REMOVE)
> >		printf(" REMOVE");
> 
> The documentation of SND_CTL_EVENT_MASK_REMOVE says:
> | Warning: test this first and if set don't test the other masks

Thanks, fixed now.


Takashi


More information about the Alsa-devel mailing list