commit | 0db710230589b5571c23f59250eabc9504b17c98 | [log] [tgz] |
---|---|---|
author | Jaroslav Kysela <perex@perex.cz> | Thu Oct 14 21:46:12 2010 +0200 |
committer | Jaroslav Kysela <perex@perex.cz> | Thu Oct 14 21:54:17 2010 +0200 |
tree | df808481c37cd38f1df0f1614313a0ba834ace32 | |
parent | 838c364ff05c143fd1810e8ad1469935d6c23a7a [diff] |
ALSA: snd-aloop - fix issue in the timer start function In some circumstances (the rate shift value was changed), the irq_pos value may be higher than the fraction value in the timer start function. Check for it. Also, to avoid value overflow, decrease maximum period size. Signed-off-by: Jaroslav Kysela <perex@perex.cz>