From: Jaroslav Kysela Date: Sun, 1 Feb 2004 19:23:41 +0000 (+0000) Subject: Fixed warning X-Git-Tag: v1.0.3~29 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=62ad89e954ea987496b9dbf4ad10500117048acc;p=alsa-lib.git Fixed warning --- diff --git a/src/pcm/pcm_hw.c b/src/pcm/pcm_hw.c index 60582ce0..b3194993 100644 --- a/src/pcm/pcm_hw.c +++ b/src/pcm/pcm_hw.c @@ -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, };