* [PATCH - alsa-lib 1/1] Defined symbols exposing the hrtimer to applications.
@ 2009-11-07 23:01 Pedro Lopez-Cabanillas
2009-11-08 8:22 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Pedro Lopez-Cabanillas @ 2009-11-07 23:01 UTC (permalink / raw)
To: patch; +Cc: Pedro Lopez-Cabanillas, alsa-devel
Signed-off-by: Pedro Lopez-Cabanillas <pedro.lopez.cabanillas@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH - alsa-lib 1/1] Defined symbols exposing the hrtimer to applications.
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
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2009-11-08 8:22 UTC (permalink / raw)
To: Pedro Lopez-Cabanillas; +Cc: alsa-devel
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-08 8:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.