patch-1.3.78 linux/drivers/sound/sb_dsp.c
Next file: linux/drivers/sound/sequencer.c
Previous file: linux/drivers/sound/sb16_dsp.c
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Mon Mar 25 09:25:27 1996
- Orig file:
v1.3.77/linux/drivers/sound/sb_dsp.c
- Orig date:
Sun Mar 17 09:04:07 1996
diff -u --recursive --new-file v1.3.77/linux/drivers/sound/sb_dsp.c linux/drivers/sound/sb_dsp.c
@@ -834,7 +834,7 @@
if (sb_intr_active || (sb_midi_busy && sb_midi_mode == UART_MIDI))
{
- printk ("SB: Audio device or MIDI already in use\n");
+ printk ("SB: Audio device or MIDI already in use.\n");
return -EBUSY;
}
@@ -938,7 +938,7 @@
{
case SOUND_PCM_WRITE_RATE:
if (local)
- return dsp_speed ((int) arg);
+ return dsp_speed ((long) arg);
return snd_ioctl_return ((int *) arg, dsp_speed (get_fs_long ((long *) arg)));
break;
@@ -950,7 +950,7 @@
case SOUND_PCM_WRITE_CHANNELS:
if (local)
- return dsp_set_stereo ((int) arg - 1) + 1;
+ return dsp_set_stereo ((long) arg - 1) + 1;
return snd_ioctl_return ((int *) arg, dsp_set_stereo (get_fs_long ((long *) arg) - 1) + 1);
break;
@@ -962,7 +962,7 @@
case SNDCTL_DSP_STEREO:
if (local)
- return dsp_set_stereo ((int) arg);
+ return dsp_set_stereo ((long) arg);
return snd_ioctl_return ((int *) arg, dsp_set_stereo (get_fs_long ((long *) arg)));
break;
@@ -971,7 +971,7 @@
*/
case SNDCTL_DSP_SETFMT:
if (local)
- return dsp_set_bits ((int) arg);
+ return dsp_set_bits ((long) arg);
return snd_ioctl_return ((int *) arg, dsp_set_bits (get_fs_long ((long *) arg)));
break;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this