diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-03-09 20:33:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-03-09 20:33:35 +0000 |
commit | 116674acc97ba75a720329996877077d988443a2 (patch) | |
tree | 6a3f2ff0b612ae2ee8a3f3509370c9e6333a53b3 /drivers/sound/sb.h | |
parent | 71118c319fcae4a138f16e35b4f7e0a6d53ce2ca (diff) |
Merge with Linux 2.4.2.
Diffstat (limited to 'drivers/sound/sb.h')
-rw-r--r-- | drivers/sound/sb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/sound/sb.h b/drivers/sound/sb.h index 140aadc05..6608593a2 100644 --- a/drivers/sound/sb.h +++ b/drivers/sound/sb.h @@ -137,6 +137,8 @@ typedef struct sb_devc { void (*midi_input_intr) (int dev, unsigned char data); void *midi_irq_cookie; /* IRQ cookie for the midi */ + spinlock_t lock; + struct sb_module_options sbmo; /* Module options */ } sb_devc; |