patch-2.0.13 linux/drivers/sound/sb_audio.c
Next file: linux/drivers/sound/uart401.c
Previous file: linux/drivers/sound/mad16.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Wed Aug 14 10:21:03 1996
- Orig file:
v2.0.12/linux/drivers/sound/sb_audio.c
- Orig date:
Sat Aug 10 10:03:15 1996
diff -u --recursive --new-file v2.0.12/linux/drivers/sound/sb_audio.c linux/drivers/sound/sb_audio.c
@@ -500,9 +500,9 @@
{
tmp = sb_getmixer (devc, 0x0e);
if (devc->channels == 1)
- tmp &= ~0x20;
+ tmp &= ~0x02;
else
- tmp |= 0x20;
+ tmp |= 0x02;
sb_setmixer (devc, 0x0e, tmp);
}
restore_flags (flags);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov