From ef2d3cf747e2523e49929432226f838ef6d12843 Mon Sep 17 00:00:00 2001 From: Pedro Lopez-Cabanillas Date: Sun, 8 Nov 2009 00:01:06 +0100 Subject: Defined symbols exposing the hrtimer to applications. Signed-off-by: Pedro Lopez-Cabanillas Signed-off-by: Takashi Iwai --- include/timer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/timer.h') diff --git a/include/timer.h b/include/timer.h index 4d06e31f..2803f532 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) -- cgit v1.2.1