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

Clemens Ladisch clemens at ladisch.de
Tue Nov 26 13:51:08 CET 2013


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


Regards,
Clemens


More information about the Alsa-devel mailing list