Changeset 551
- Timestamp:
- Apr 20, 2011, 7:40:41 PM (14 years ago)
- Location:
- GPL/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/pci/hda/hda_intel.c
r522 r551 681 681 again: 682 682 timeout = jiffies + msecs_to_jiffies(1000); 683 for ( ;;) {683 for ( ; ; ) { 684 684 if (chip->polling_mode) { 685 685 spin_lock_irq(&chip->reg_lock); … … 709 709 } 710 710 #ifdef TARGET_OS2 711 if (count >= 5000) 711 if (count >= 5000) { 712 712 snd_printk(KERN_WARNING "hda_intel: count >= 5000, aborting loop in azx_rirb_get_response\n"); 713 713 } 714 714 #endif 715 715 if (chip->msi) { -
GPL/trunk/lib32/irq.c
r549 r551 86 86 if (RMRequestIRQ(irq, (ulSharedFlag & SA_SHIRQ) != 0, &hRes) == FALSE) { 87 87 rprintf(("RMRequestIRQ failed for irq %d", irq)); 88 // return 0;88 return 1; 89 89 } 90 90 pSlot->irqNo = irq & 0xff; -
GPL/trunk/uniaud.inc
r549 r551 13 13 # ex RC3 GA FIXPACK2 beta_47 14 14 # Comment out to avoid a fixpack line in bldlevel 15 FIXPACK = SVN r54915 FIXPACK = SVN551 16 16 17 17 # ALSA BUILD VERSION
Note:
See TracChangeset
for help on using the changeset viewer.