forked from luck/tmp_suning_uos_patched
[ALSA] ALSA timer - fixed compilation
Timer Midlevel Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
5ca307b28d
commit
65d11d9551
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user