> > --- linux-2.4.0/drivers/sound/sb.h.orig     Fri Jan 26 13:57:40 2001
> > +++ linux-2.4.0/drivers/sound/sb.h  Fri Jan 26 13:58:42 2001
> > @@ -137,6 +137,8 @@
> >        void (*midi_input_intr) (int dev, unsigned char data);
> >        void *midi_irq_cookie;               /* IRQ cookie for the midi */
> >  
> > +      spinlock_t lock;
> > +

I do; that declaration is just a typedef for the device struct. The
spinlock is explicitly initialised in the sb_dsp_detect() function.

Chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to