diff options
-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; |