patch-2.2.0-pre8 linux/drivers/sound/ad1848.c
Next file: linux/drivers/sound/lowlevel/README
Previous file: linux/drivers/sound/Readme.modules
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sun Jan 17 18:23:01 1999
- Orig file:
v2.2.0-pre7/linux/drivers/sound/ad1848.c
- Orig date:
Fri Jan 8 22:36:10 1999
diff -u --recursive --new-file v2.2.0-pre7/linux/drivers/sound/ad1848.c linux/drivers/sound/ad1848.c
@@ -2298,7 +2298,8 @@
hw_config->card_subtype = 1;
return 1;
}
- if ((hw_config->irq != 7) &&
+ if ((hw_config->irq != 5) &&
+ (hw_config->irq != 7) &&
(hw_config->irq != 9) &&
(hw_config->irq != 10) &&
(hw_config->irq != 11))
@@ -2332,7 +2333,7 @@
{
static char interrupt_bits[12] =
{
- -1, -1, -1, -1, -1, -1, -1, 0x08, -1, 0x10, 0x18, 0x20
+ -1, -1, -1, -1, -1, 0x00, -1, 0x08, -1, 0x10, 0x18, 0x20
};
char bits, dma2_bit = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov