openvortex-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Openvortex-dev] au8810 support patch


From: Jeff Muizelaar
Subject: [Openvortex-dev] au8810 support patch
Date: Mon, 5 May 2003 18:38:03 -0400 (EDT)

What is the reason for this patch? Everything else looks good.

diff -u -r1.11 -r1.12
--- openvortex/alsa/pci/au88x0/au88x0.c 2003/05/05 01:21:38     1.11
+++ openvortex/alsa/pci/au88x0/au88x0.c 2003/05/05 05:52:37     1.12
@@ -18,6 +18,7 @@
 #include <linux/init.h>
 #include <linux/pci.h>
 #include <linux/slab.h>
+#include <linux/interrupt.h>
 #define SNDRV_GET_ID
 #include <sound/initval.h>

@@ -142,7 +143,6 @@
        goto irq_out;
     }
     chip->irq = pci->irq;
-    vortex_enable_int(chip);

     pci_set_master(pci);
     // End of PCI setup.
@@ -272,6 +272,7 @@
     // (7)
     pci_set_drvdata(pci, chip);
     dev++;
+    vortex_enable_int(chip);
     return 0;
 }


-Jeff





reply via email to

[Prev in Thread] Current Thread [Next in Thread]