patch-2.2.13 linux/drivers/sound/ad1848.c
Next file: linux/drivers/sound/cmpci.c
Previous file: linux/drivers/sound/ac97.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue Oct 19 17:14:01 1999
- Orig file:
v2.2.12/linux/drivers/sound/ad1848.c
- Orig date:
Mon Apr 12 16:18:27 1999
diff -u --recursive --new-file v2.2.12/linux/drivers/sound/ad1848.c linux/drivers/sound/ad1848.c
@@ -106,7 +106,7 @@
int soundpro = 0;
#endif
-static volatile char irq2dev[17] = {
+static volatile signed char irq2dev[17] = {
-1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1
};
@@ -2434,11 +2434,12 @@
void attach_ms_sound(struct address_info *hw_config)
{
- static char interrupt_bits[12] =
+ static signed char interrupt_bits[12] =
{
-1, -1, -1, -1, -1, 0x00, -1, 0x08, -1, 0x10, 0x18, 0x20
};
- char bits, dma2_bit = 0;
+ signed char bits;
+ char dma2_bit = 0;
static char dma_bits[4] =
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)