aboutsummaryrefslogtreecommitdiff
path: root/sound/oss/vidc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/oss/vidc.c')
-rw-r--r--sound/oss/vidc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/oss/vidc.c b/sound/oss/vidc.c
index f0e0caa5320..92ca5bee186 100644
--- a/sound/oss/vidc.c
+++ b/sound/oss/vidc.c
@@ -28,7 +28,6 @@
#include <asm/io.h>
#include <asm/hardware/iomd.h>
#include <asm/irq.h>
-#include <asm/system.h>
#include "sound_config.h"
#include "vidc.h"
@@ -227,7 +226,7 @@ static int vidc_audio_set_speed(int dev, int rate)
} else {
/*printk("VIDC: internal %d %d %d\n", rate, rate_int, hwrate);*/
hwctrl=0x00000003;
- /* Allow rougly 0.4% tolerance */
+ /* Allow roughly 0.4% tolerance */
if (diff_int > (rate/256))
rate=rate_int;
}