mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-15 08:56:36 -05:00
The Advanced Linux Sound Architecture (ALSA) - library
snd_timer_tread struct is a bad design for 32/64bit compatibility, and reading this struct on 32bit program returns zero. This results in tight poll looping (bug#1938, #1945). For avoiding this bug, now more bigger buffer is read to cover the 64bit tread struct, too. Also this optimizes the read without checking -EAGAIN in the case both user-space and kernel have the same tread size. |
||
|---|---|---|
| alsalisp | ||
| aserver | ||
| doc | ||
| include | ||
| modules | ||
| src | ||
| test | ||
| utils | ||
| acinclude.m4 | ||
| ChangeLog | ||
| configure.in | ||
| COPYING | ||
| cvscompile | ||
| INSTALL | ||
| Makefile.am | ||
| MEMORY-LEAK | ||
| NOTES | ||
| TODO | ||