patch-2.0.3 linux/drivers/sound/pas2_mixer.c
Next file: linux/drivers/sound/pas2_pcm.c
Previous file: linux/drivers/sound/pas2_card.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sat Jul 6 11:31:42 1996
- Orig file:
v2.0.2/linux/drivers/sound/pas2_mixer.c
- Orig date:
Wed Jul 3 22:05:14 1996
diff -u --recursive --new-file v2.0.2/linux/drivers/sound/pas2_mixer.c linux/drivers/sound/pas2_mixer.c
@@ -16,7 +16,7 @@
#define DEB(what) /* (what) */
#endif
-extern int translat_code;
+extern int translate_code;
extern char pas_model;
extern int *pas_osp;
extern int pas_audiodev;
@@ -61,7 +61,7 @@
if (pas_model == 4)
{
- outw (data | (data << 8), (ioaddr ^ translat_code) - 1);
+ outw (data | (data << 8), (ioaddr ^ translate_code) - 1);
outb (0x80, 0);
}
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov