problem with pre-audigy 5.1 cards (was: Re: cvs commit: src UPDATING src/sys/conf NOTES files src/sys/boot/forth loader.conf src/sys/sys soundcard.h src/sys/dev/sound driver.c src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c sbc.c src/sys/dev/sound/pci als4000.c atiixp.c ...)

Ariff Abdullah skywizard at MyBSD.org.my
Mon Jan 2 04:31:40 PST 2006


On Mon, 2 Jan 2006 04:22:08 -0800
Kent Stewart <kstewart at owt.com> wrote:
> 
> Yes, I get the primary audio through the back speakers of the Live
> 5.1  system. Before the last change, I was seeing that on my Audigy
> 2 zs  system.
> 
Does this patch (attached) solve the problem?


--
Ariff Abdullah
MyBSD

http://www.MyBSD.org.my (IPv6/IPv4)
http://staff.MyBSD.org.my (IPv6/IPv4)
http://tomoyo.MyBSD.org.my (IPv6/IPv4)
-------------- next part --------------
--- sys/dev/sound/pci/emu10k1.c.orig	Mon Jan  2 20:28:34 2006
+++ sys/dev/sound/pci/emu10k1.c	Mon Jan  2 20:28:37 2006
@@ -498,8 +498,8 @@
 		    FXBUS_PCM_LEFT << 16 | FXBUS_MIDI_REVERB << 24;
 		m->fxrt2 = 0x3f3f3f3f;	/* No effects on second route */
 	} else {
-		m->fxrt1 = FXBUS_MIDI_CHORUS | FXBUS_PCM_RIGHT << 4 |
-		    FXBUS_PCM_LEFT << 8 | FXBUS_MIDI_REVERB << 12;
+		m->fxrt1 = FXBUS_MIDI_CHORUS | FXBUS_PCM_LEFT << 4 |
+		    FXBUS_PCM_RIGHT << 8 | FXBUS_MIDI_REVERB << 12;
 		m->fxrt2 = 0;
 	}
 


More information about the freebsd-multimedia mailing list