Update of /cvsroot/alsa/alsa-kernel/parisc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11776/parisc

Modified Files:
        harmony.c 
Log Message:
synced with 2.6 tree (fixed the return value of irq handler).


Index: harmony.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/parisc/harmony.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- harmony.c   6 Mar 2004 17:24:24 -0000       1.4
+++ harmony.c   17 Mar 2004 11:14:12 -0000      1.5
@@ -358,7 +358,7 @@
  * The interrupt routine must provide adresse of next physical pages 
  * used by harmony
  */
-void snd_card_harmony_interrupt(int irq, void *dev, struct pt_regs *regs)
+static int snd_card_harmony_interrupt(int irq, void *dev, struct pt_regs *regs)
 {
        snd_card_harmony_t *harmony = (snd_card_harmony_t *)dev;
        u32 dstatus = 0;
@@ -414,6 +414,8 @@
                }
        }
        snd_harmony_enable_interrupts(harmony);
+
+       return IRQ_HANDLED;
 }
 
 /* 



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to