Skip to content

Commit c64bb7e

Browse files
committed
Revert "ALSA: timer: Set lower bound of start tick time"
This reverts commit abb1ad6. See: #6294 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent 64b9445 commit c64bb7e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

sound/core/timer.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -544,14 +544,6 @@ static int snd_timer_start1(struct snd_timer_instance *timeri,
544544
SNDRV_TIMER_IFLG_START))
545545
return -EBUSY;
546546

547-
/* check the actual time for the start tick;
548-
* bail out as error if it's way too low (< 100us)
549-
*/
550-
if (start) {
551-
if ((u64)snd_timer_hw_resolution(timer) * ticks < 100000)
552-
return -EINVAL;
553-
}
554-
555547
if (start)
556548
timeri->ticks = timeri->cticks = ticks;
557549
else if (!timeri->cticks)

0 commit comments

Comments
 (0)