mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Fix compile warning
Fix compile warning (forgot return 0).
This commit is contained in:
parent
999609f7e0
commit
c915659538
1 changed files with 1 additions and 0 deletions
|
|
@ -429,6 +429,7 @@ int snd_pcm_direct_timer_stop(snd_pcm_direct_t *dmix)
|
|||
{
|
||||
snd_timer_stop(dmix->timer);
|
||||
snd_pcm_direct_clear_timer_queue(dmix);
|
||||
return 0;
|
||||
}
|
||||
|
||||
int snd_pcm_direct_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue