projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca307b
)
[ALSA] ALSA timer - fixed compilation
author
Jaroslav Kysela
<perex@suse.cz>
Tue, 16 Aug 2005 11:05:43 +0000
(13:05 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Tue, 30 Aug 2005 06:46:23 +0000
(08:46 +0200)
Timer Midlevel
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/core/timer.c
patch
|
blob
|
history
diff --git
a/sound/core/timer.c
b/sound/core/timer.c
index 56bd383a06c21abec49b884d6130d42d6198298e..4104f6e292e959ead04756ccd52d18ee52e49326 100644
(file)
--- a/
sound/core/timer.c
+++ b/
sound/core/timer.c
@@
-1562,8
+1562,8
@@
static int snd_timer_user_params(struct file *file, snd_timer_params_t __user *_
(1<<SNDRV_TIMER_EVENT_MSTART)|
(1<<SNDRV_TIMER_EVENT_MSTOP)|
(1<<SNDRV_TIMER_EVENT_MCONTINUE)|
- (1<<SNDRV_TIMER_EVENT_MPAUSE|
- (1<<SNDRV_TIMER_EVENT_MSUSPEND|
+ (1<<SNDRV_TIMER_EVENT_MPAUSE
)
|
+ (1<<SNDRV_TIMER_EVENT_MSUSPEND
)
|
(1<<SNDRV_TIMER_EVENT_MRESUME))) {
err = -EINVAL;
goto _end;