Changeset 294 for GPL/trunk/alsa-kernel
- Timestamp:
- Feb 18, 2008, 6:52:09 AM (18 years ago)
- Location:
- GPL/trunk/alsa-kernel
- Files:
-
- 2 edited
-
core/misc.c (modified) (1 diff)
-
include/sound/driver.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/core/misc.c
r124 r294 592 592 593 593 if (!test_and_set_bit(0, &work->pending)) { 594 work->wq_data = w ork;594 work->wq_data = wq; 595 595 timer->expires = jiffies + delay; 596 596 timer->data = (unsigned long)work; -
GPL/trunk/alsa-kernel/include/sound/driver.h
r127 r294 72 72 typedef int irqreturn_t; 73 73 74 int queue_delayed_work(struct workqueue_struct *wq, struct work_struct *work, unsigned long delay); 75 74 76 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 2, 3) 75 77 #error "This driver requires Linux 2.2.3 and higher."
Note:
See TracChangeset
for help on using the changeset viewer.
