mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Fixed warning
This commit is contained in:
parent
08874160c8
commit
62ad89e954
1 changed files with 1 additions and 0 deletions
|
|
@ -853,6 +853,7 @@ static snd_pcm_ops_t snd_pcm_hw_ops = {
|
|||
.dump = snd_pcm_hw_dump,
|
||||
.nonblock = snd_pcm_hw_nonblock,
|
||||
.async = snd_pcm_hw_async,
|
||||
.poll_revents = NULL,
|
||||
.mmap = snd_pcm_hw_mmap,
|
||||
.munmap = snd_pcm_hw_munmap,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue