mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Merged pcmplug branch.
This commit is contained in:
parent
40d1ee071d
commit
6962a9d6ce
61 changed files with 7172 additions and 6743 deletions
|
|
@ -28,7 +28,7 @@ void read_loop(void *handle, int master_ticks, int timeout)
|
|||
|
||||
while (master_ticks-- > 0) {
|
||||
FD_ZERO(&in);
|
||||
max = snd_timer_file_descriptor(handle);
|
||||
max = snd_timer_poll_descriptor(handle);
|
||||
FD_SET(max, &in);
|
||||
tv.tv_sec = timeout;
|
||||
tv.tv_usec = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue