Changeset 552 for GPL/branches
- Timestamp:
- Apr 20, 2011, 8:41:42 PM (14 years ago)
- Location:
- GPL/branches/uniaud32-2.1.x
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/alsa-kernel/pci/hda/hda_intel.c
r519 r552 696 696 again: 697 697 timeout = jiffies + msecs_to_jiffies(1000); 698 for ( ;;) {698 for ( ; ; ) { 699 699 if (chip->polling_mode || do_poll) { 700 700 spin_lock_irq(&chip->reg_lock); … … 745 745 } 746 746 #ifdef TARGET_OS2 747 if (count >= 5000) 747 if (count >= 5000) { 748 748 snd_printk(KERN_WARNING "hda_intel: count >= 5000, aborting loop in azx_rirb_get_response\n"); 749 } 749 750 #endif 750 751 if (chip->msi) { -
GPL/branches/uniaud32-2.1.x/lib32/irq.c
r550 r552 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/branches/uniaud32-2.1.x/uniaud.inc
r550 r552 13 13 # ex RC3 GA FIXPACK2 beta_47 14 14 # Comment out to avoid a fixpack line in bldlevel 15 FIXPACK = BETA SVN r55015 FIXPACK = BETA SVN552 16 16 17 17 # ALSA BUILD VERSION
Note:
See TracChangeset
for help on using the changeset viewer.