From: Clemens Ladisch <clemens@ladisch.de>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org
Subject: Re: [alsa-cvslog] [ALSA GIT]ALSA utilities repository branch master updated. v1.0.27.2-14-gd2d9b6f
Date: Tue, 26 Nov 2013 13:51:08 +0100 [thread overview]
Message-ID: <5294993C.1060505@ladisch.de> (raw)
In-Reply-To: <20131126104603.9E13326509E@alsa0.perex.cz>
GIT server wrote:
> - Log -----------------------------------------------------------------
> commit d2d9b6fc8d20fca1e06fc261ac20fd6cfd8a8d1b
> Author: Takashi Iwai <tiwai@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
next parent reply other threads:[~2013-11-26 12:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20131126104603.9E13326509E@alsa0.perex.cz>
2013-11-26 12:51 ` Clemens Ladisch [this message]
2013-11-26 13:29 ` [alsa-cvslog] [ALSA GIT]ALSA utilities repository branch master updated. v1.0.27.2-14-gd2d9b6f Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5294993C.1060505@ladisch.de \
--to=clemens@ladisch.de \
--cc=alsa-devel@alsa-project.org \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.