patch-2.4.7 linux/drivers/sound/ad1848.c
Next file: linux/drivers/sound/dev_table.h
Previous file: linux/drivers/sound/ac97.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Wed Jul 4 11:50:39 2001
- Orig file:
v2.4.6/linux/drivers/sound/ad1848.c
- Orig date:
Sun Feb 4 10:05:29 2001
diff -u --recursive --new-file v2.4.6/linux/drivers/sound/ad1848.c linux/drivers/sound/ad1848.c
@@ -106,11 +106,11 @@
ad1848_port_info;
static struct address_info cfg;
-static int nr_ad1848_devs = 0;
+static int nr_ad1848_devs;
-int deskpro_xl = 0;
-int deskpro_m = 0;
-int soundpro = 0;
+int deskpro_xl;
+int deskpro_m;
+int soundpro;
static volatile signed char irq2dev[17] = {
-1, -1, -1, -1, -1, -1, -1, -1,
@@ -121,7 +121,7 @@
static int timer_installed = -1;
#endif
-static int loaded = 0;
+static int loaded;
static int ad_format_mask[10 /*devc->model */ ] =
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)