patch-1.3.9 linux/drivers/sound/sound_timer.c
Next file: linux/drivers/sound/soundcard.c
Previous file: linux/drivers/sound/sound_switch.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Jul 10 01:45:21 1995
- Orig file:
v1.3.8/linux/drivers/sound/sound_timer.c
- Orig date:
Mon Jul 18 09:50:55 1994
diff -u --recursive --new-file v1.3.8/linux/drivers/sound/sound_timer.c linux/drivers/sound/sound_timer.c
@@ -87,8 +87,8 @@
tmr2ticks (int tmr_value)
{
/*
- * Convert timer ticks to MIDI ticks
- */
+ * Convert timer ticks to MIDI ticks
+ */
unsigned long tmp;
unsigned long scale;
@@ -110,8 +110,8 @@
usecs_per_tick = (60 * 1000000) / (curr_tempo * curr_timebase);
/*
- * Don't kill the system by setting too high timer rate
- */
+ * Don't kill the system by setting too high timer rate
+ */
if (usecs_per_tick < 2000)
usecs_per_tick = 2000;
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