Changeset 294
- Timestamp:
- Feb 18, 2008, 6:52:09 AM (17 years ago)
- Location:
- GPL/trunk
- Files:
-
- 3 edited
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." -
GPL/trunk/uniaud.inc
r272 r294 13 13 # ex RC3 GA FIXPACK2 beta_47 14 14 # Comment out to avoid a fixpack line in bldlevel 15 FIXPACK = RC 415 FIXPACK = RC5 16 16 17 17 # ALSA BUILD VERSION
Note:
See TracChangeset
for help on using the changeset viewer.