Fixed warning

This commit is contained in:
Jaroslav Kysela 2004-02-01 19:23:41 +00:00
parent 08874160c8
commit 62ad89e954

View file

@ -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,
};