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

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