summaryrefslogtreecommitdiff
path: root/sound/firewire/fireface/ff-hwdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/firewire/fireface/ff-hwdep.c')
-rw-r--r--sound/firewire/fireface/ff-hwdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/fireface/ff-hwdep.c b/sound/firewire/fireface/ff-hwdep.c
index 68e273fa5d23..336c0076ec42 100644
--- a/sound/firewire/fireface/ff-hwdep.c
+++ b/sound/firewire/fireface/ff-hwdep.c
@@ -62,7 +62,7 @@ static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file,
spin_lock_irq(&ff->lock);
if (ff->dev_lock_changed)
- events = POLLIN | POLLRDNORM;
+ events = EPOLLIN | EPOLLRDNORM;
else
events = 0;
spin_unlock_irq(&ff->lock);