patch-2.2.0-pre6 linux/drivers/sound/ad1848.c
Next file: linux/drivers/sound/dev_table.h
Previous file: linux/drivers/scsi/wd7000.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Jan 7 09:24:00 1999
- Orig file:
v2.2.0-pre5/linux/drivers/sound/ad1848.c
- Orig date:
Thu Jan 7 15:11:37 1999
diff -u --recursive --new-file v2.2.0-pre5/linux/drivers/sound/ad1848.c linux/drivers/sound/ad1848.c
@@ -52,7 +52,7 @@
int dma1, dma2;
int dual_dma; /* 1, when two DMA channels allocated */
unsigned char MCE_bit;
- unsigned char saved_regs[16];
+ unsigned char saved_regs[32];
int debug_flag;
int audio_flags;
@@ -1601,6 +1601,9 @@
/*
* It's at least CS4231
*/
+
+ devc->chip_name = "CS4231";
+ devc->model = MD_4231;
/*
* It could be an AD1845 or CS4231A as well.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov