]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed warning
authorJaroslav Kysela <perex@perex.cz>
Sun, 1 Feb 2004 19:23:41 +0000 (19:23 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sun, 1 Feb 2004 19:23:41 +0000 (19:23 +0000)
src/pcm/pcm_hw.c

index 60582ce088c6b280d8d6db4ca921191aa7f851ad..b3194993b732a70819d44c97f35b661e6f254866 100644 (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,
 };