patch-2.1.109 linux/drivers/sound/sb_audio.c
Next file: linux/drivers/sound/sb_common.c
Previous file: linux/drivers/sound/pss.c
Back to the patch index
Back to the overall index
- Lines: 71
- Date:
Fri Jul 10 14:03:36 1998
- Orig file:
v2.1.108/linux/drivers/sound/sb_audio.c
- Orig date:
Thu May 14 19:47:42 1998
diff -u --recursive --new-file v2.1.108/linux/drivers/sound/sb_audio.c linux/drivers/sound/sb_audio.c
@@ -14,7 +14,7 @@
* Alan Cox : Formatting and clean ups
*
* Status
- * Mostly working. mmap bug still present (swaps channels)
+ * Mostly working. Weird uart bug causing irq storms
*/
#include <linux/config.h>
@@ -32,7 +32,7 @@
if (devc == NULL)
{
- printk(KERN_ERR "SB: Incomplete initialization\n");
+ printk(KERN_ERR "Sound Blaster: incomplete initialization.\n");
return -ENXIO;
}
if (devc->caps & SB_NO_RECORDING && mode & OPEN_READ)
@@ -146,7 +146,7 @@
sb_dsp_command(devc, (unsigned char) ((count >> 8) & 0xff));
}
else
- printk(KERN_WARNING "soundblaster: Unable to start DAC\n");
+ printk(KERN_WARNING "Sound Blaster: unable to start DAC.\n");
restore_flags(flags);
devc->intr_active = 1;
}
@@ -177,7 +177,7 @@
sb_dsp_command(devc, (unsigned char) ((count >> 8) & 0xff));
}
else
- printk(KERN_ERR "soundblaster: Unable to start ADC\n");
+ printk(KERN_ERR "Sound Blaster: unable to start ADC.\n");
restore_flags(flags);
devc->intr_active = 1;
@@ -322,10 +322,10 @@
cmd = 0x90; /* 8 bit high speed PCM output (SB2.01/Pro) */
if (!sb_dsp_command(devc, cmd))
- printk(KERN_ERR "soundblaster: Unable to start DAC\n");
+ printk(KERN_ERR "Sound Blaster: unable to start DAC.\n");
}
else
- printk(KERN_ERR "soundblaster: Unable to start DAC\n");
+ printk(KERN_ERR "Sound Blaster: unable to start DAC.\n");
restore_flags(flags);
devc->intr_active = 1;
}
@@ -362,10 +362,10 @@
cmd = 0x98; /* 8 bit high speed PCM input (SB2.01/Pro) */
if (!sb_dsp_command(devc, cmd))
- printk(KERN_ERR "soundblaster: Unable to start ADC\n");
+ printk(KERN_ERR "Sound Blaster: unable to start ADC.\n");
}
else
- printk(KERN_ERR "soundblaster: Unable to start ADC\n");
+ printk(KERN_ERR "Sound Blaster: unable to start ADC.\n");
restore_flags(flags);
devc->intr_active = 1;
}
@@ -1138,7 +1138,7 @@
audio_flags, format_mask, devc,
devc->dma8, devc->dma8)) < 0)
{
- printk(KERN_ERR "sb: unable to install audio.\n");
+ printk(KERN_ERR "Sound Blaster: unable to install audio.\n");
return;
}
audio_devs[devc->my_dev]->mixer_dev = devc->my_mixerdev;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov