mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-01-01 11:08:40 -05: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,
|
.dump = snd_pcm_hw_dump,
|
||||||
.nonblock = snd_pcm_hw_nonblock,
|
.nonblock = snd_pcm_hw_nonblock,
|
||||||
.async = snd_pcm_hw_async,
|
.async = snd_pcm_hw_async,
|
||||||
|
.poll_revents = NULL,
|
||||||
.mmap = snd_pcm_hw_mmap,
|
.mmap = snd_pcm_hw_mmap,
|
||||||
.munmap = snd_pcm_hw_munmap,
|
.munmap = snd_pcm_hw_munmap,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue