diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2005-03-21 08:17:26 +0000 |
---|---|---|
committer | Clemens Ladisch <clemens@ladisch.de> | 2005-03-21 08:17:26 +0000 |
commit | 2570bfc7ad479f4b39f513b64b818ed35c168706 (patch) | |
tree | 35eaa38c2b0259635e5ead7617e30309f6321c78 /include/sound/asound.h | |
parent | 231d55e537c043d7c4e54d7d2a8e00dc53028bbd (diff) | |
download | alsa-lib-2570bfc7ad479f4b39f513b64b818ed35c168706.tar.gz |
add HPET support
add a wrapper for the HPET driver
Diffstat (limited to 'include/sound/asound.h')
-rw-r--r-- | include/sound/asound.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/asound.h b/include/sound/asound.h index 45b9b64b..42c586ef 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h @@ -578,6 +578,7 @@ enum sndrv_timer_slave_class { /* global timers (device member) */ #define SNDRV_TIMER_GLOBAL_SYSTEM 0 #define SNDRV_TIMER_GLOBAL_RTC 1 +#define SNDRV_TIMER_GLOBAL_HPET 2 /* info flags */ #define SNDRV_TIMER_FLG_SLAVE (1<<0) /* cannot be controlled */ |