From: Takashi Iwai <tiwai@suse.de>
To: Pedro Lopez-Cabanillas <pedro.lopez.cabanillas@gmail.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH - alsa-lib 1/1] Defined symbols exposing the hrtimer to applications.
Date: Sun, 08 Nov 2009 09:22:30 +0100 [thread overview]
Message-ID: <s5h8wehtohl.wl%tiwai@suse.de> (raw)
In-Reply-To: <1257634866-24071-1-git-send-email-pedro.lopez.cabanillas@gmail.com>
At Sun, 8 Nov 2009 00:01:06 +0100,
Pedro Lopez-Cabanillas wrote:
>
> Signed-off-by: Pedro Lopez-Cabanillas <pedro.lopez.cabanillas@gmail.com>
Applied now. Thanks.
Takashi
> ---
> include/sound/asound.h | 1 +
> include/timer.h | 2 ++
> 2 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/include/sound/asound.h b/include/sound/asound.h
> index 62d1e57..fa88938 100644
> --- a/include/sound/asound.h
> +++ b/include/sound/asound.h
> @@ -593,6 +593,7 @@ enum sndrv_timer_slave_class {
> #define SNDRV_TIMER_GLOBAL_SYSTEM 0
> #define SNDRV_TIMER_GLOBAL_RTC 1
> #define SNDRV_TIMER_GLOBAL_HPET 2
> +#define SNDRV_TIMER_GLOBAL_HRTIMER 3
>
> /* info flags */
> #define SNDRV_TIMER_FLG_SLAVE (1<<0) /* cannot be controlled */
> diff --git a/include/timer.h b/include/timer.h
> index 4d06e31..2803f53 100644
> --- a/include/timer.h
> +++ b/include/timer.h
> @@ -115,6 +115,8 @@ typedef struct _snd_timer_tread {
> #define SND_TIMER_GLOBAL_RTC 1
> /** global timer - HPET */
> #define SND_TIMER_GLOBAL_HPET 2
> +/** global timer - HRTIMER */
> +#define SND_TIMER_GLOBAL_HRTIMER 3
>
> /** timer open mode flag - non-blocking behaviour */
> #define SND_TIMER_OPEN_NONBLOCK (1<<0)
> --
> 1.6.4.2
>
prev parent reply other threads:[~2009-11-08 8:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-07 23:01 [PATCH - alsa-lib 1/1] Defined symbols exposing the hrtimer to applications Pedro Lopez-Cabanillas
2009-11-08 8:22 ` Takashi Iwai [this message]
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=s5h8wehtohl.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=pedro.lopez.cabanillas@gmail.com \
/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.