patch-2.4.0-test2 linux/drivers/sound/pas2_mixer.c

Next file: linux/drivers/sound/sb_card.c
Previous file: linux/drivers/sound/nm256_audio.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/drivers/sound/pas2_mixer.c linux/drivers/sound/pas2_mixer.c
@@ -69,7 +69,7 @@
 
 	if (pas_model == 4)
 	  {
-		  outw(data | (data << 8), (ioaddr ^ translate_code) - 1);
+		  outw(data | (data << 8), (ioaddr + translate_code) - 1);
 		  outb((0x80), 0);
 	} else
 		pas_write(data, ioaddr);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)