diff options
author | Jaroslav Kysela <perex@suse.cz> | 2005-08-16 07:05:43 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-08-30 02:46:23 -0400 |
commit | 65d11d95515db3efb629202104cfc672476618b5 (patch) | |
tree | 3cc88cae6e03fdc16292a2fe70fedb13141b2e16 /sound | |
parent | 5ca307b28d6fa12f46b4ad32cb4bb854f8ee69c3 (diff) |
[ALSA] ALSA timer - fixed compilation
Timer Midlevel
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/core/timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/core/timer.c b/sound/core/timer.c index 56bd383a06c2..4104f6e292e9 100644 --- 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 *_ | |||
1562 | (1<<SNDRV_TIMER_EVENT_MSTART)| | 1562 | (1<<SNDRV_TIMER_EVENT_MSTART)| |
1563 | (1<<SNDRV_TIMER_EVENT_MSTOP)| | 1563 | (1<<SNDRV_TIMER_EVENT_MSTOP)| |
1564 | (1<<SNDRV_TIMER_EVENT_MCONTINUE)| | 1564 | (1<<SNDRV_TIMER_EVENT_MCONTINUE)| |
1565 | (1<<SNDRV_TIMER_EVENT_MPAUSE| | 1565 | (1<<SNDRV_TIMER_EVENT_MPAUSE)| |
1566 | (1<<SNDRV_TIMER_EVENT_MSUSPEND| | 1566 | (1<<SNDRV_TIMER_EVENT_MSUSPEND)| |
1567 | (1<<SNDRV_TIMER_EVENT_MRESUME))) { | 1567 | (1<<SNDRV_TIMER_EVENT_MRESUME))) { |
1568 | err = -EINVAL; | 1568 | err = -EINVAL; |
1569 | goto _end; | 1569 | goto _end; |