projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a501dfa
)
[ALSA] Timer API - SNDRV_TIMER_EVENT_RESUME - val is resolution in ns
author
Jaroslav Kysela
<perex@suse.cz>
Tue, 16 Aug 2005 09:32:04 +0000
(11:32 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Tue, 30 Aug 2005 06:46:21 +0000
(08:46 +0200)
ALSA Core
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
include/sound/asound.h
patch
|
blob
|
history
diff --git
a/include/sound/asound.h
b/include/sound/asound.h
index
694b6e6
..
8e552d6
100644
(file)
--- a/
include/sound/asound.h
+++ b/
include/sound/asound.h
@@
-694,7
+694,7
@@
enum sndrv_timer_event {
SNDRV_TIMER_EVENT_PAUSE, /* val = 0 */
SNDRV_TIMER_EVENT_EARLY, /* val = 0, early event */
SNDRV_TIMER_EVENT_SUSPEND, /* val = 0 */
- SNDRV_TIMER_EVENT_RESUME, /* val =
0
*/
+ SNDRV_TIMER_EVENT_RESUME, /* val =
resolution in ns
*/
/* master timer events for slave timer instances */
SNDRV_TIMER_EVENT_MSTART = SNDRV_TIMER_EVENT_START + 10,
SNDRV_TIMER_EVENT_MSTOP = SNDRV_TIMER_EVENT_STOP + 10,