Changeset 321
- Timestamp:
- Mar 25, 2008, 2:23:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud-2.0/alsa-kernel/pci/hda/hda_intel.c
r305 r321 1353 1353 cmd == SNDRV_PCM_TRIGGER_SUSPEND || 1354 1354 cmd == SNDRV_PCM_TRIGGER_STOP) { 1355 #ifndef TARGET_OS2 x1355 #ifndef TARGET_OS2 1356 1356 int timeout = 5000; 1357 1357 #else /* TARGET_OS2 */ … … 1553 1553 printk(KERN_ERR "hda-intel: unable to grab IRQ %d, " 1554 1554 "disabling device\n", chip->pci->irq); 1555 #ifndef TARGET_OS2 x1555 #ifndef TARGET_OS2 1556 1556 if (do_disconnect) 1557 1557 snd_card_disconnect(chip->card);
Note:
See TracChangeset
for help on using the changeset viewer.