patch-2.1.13 linux/drivers/sound/sb_common.c
Next file: linux/drivers/sound/sb_mixer.c
Previous file: linux/drivers/sound/patmgr.c
Back to the patch index
Back to the overall index
- Lines: 50
- Date:
Fri Nov 15 10:15:34 1996
- Orig file:
v2.1.12/linux/drivers/sound/sb_common.c
- Orig date:
Tue Oct 29 19:58:18 1996
diff -u --recursive --new-file v2.1.12/linux/drivers/sound/sb_common.c linux/drivers/sound/sb_common.c
@@ -191,6 +191,8 @@
{
int loopc;
+ DDB (printk ("Entered sb_dsp_reset()\n"));
+
if (devc->model == MDL_ESS)
outb ((3), DSP_RESET); /* Reset FIFO too */
else
@@ -205,11 +207,15 @@
for (loopc = 0; loopc < 1000 && !(inb (DSP_DATA_AVAIL) & 0x80); loopc++);
if (inb (DSP_READ) != 0xAA)
- return 0; /* Sorry */
+ {
+ DDB (printk ("sb: No response to RESET\n"));
+ return 0; /* Sorry */
+ }
if (devc->model == MDL_ESS)
sb_dsp_command (devc, 0xc6); /* Enable extended mode */
+ DDB (printk ("sb_dsp_reset() OK\n"));
return 1;
}
@@ -220,6 +226,7 @@
unsigned long flags;
+ DDB (printk ("Entered dsp_get_vers()\n"));
save_flags (flags);
cli ();
devc->major = devc->minor = 0;
@@ -238,6 +245,7 @@
}
}
}
+ DDB (printk ("DSP version %d.%d\n", devc->major, devc->minor));
restore_flags (flags);
}
@@ -896,6 +904,7 @@
tenmicrosec (devc->osp);
tenmicrosec (devc->osp);
val = inb (MIXER_DATA);
+ tenmicrosec (devc->osp);
tenmicrosec (devc->osp);
restore_flags (flags);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov