Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2006 20:31:36 +0800
From:      Ariff Abdullah <skywizard@MyBSD.org.my>
To:        Kent Stewart <kstewart@owt.com>
Cc:        multimedia@freebsd.org
Subject:   Re: 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 ...)
Message-ID:  <20060102203136.51c99b77.skywizard@MyBSD.org.my>
In-Reply-To: <200601020422.08664.kstewart@owt.com>
References:  <200512301955.jBUJtto5078174@repoman.freebsd.org> <20060102121026.v6agx3rmog4sk800@netchild.homeip.net> <20060102200135.1654afb3.skywizard@MyBSD.org.my> <200601020422.08664.kstewart@owt.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--Multipart=_Mon__2_Jan_2006_20_31_36_+0800_Gli1F/FBBtkLw3_3
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On Mon, 2 Jan 2006 04:22:08 -0800
Kent Stewart <kstewart@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)

--Multipart=_Mon__2_Jan_2006_20_31_36_+0800_Gli1F/FBBtkLw3_3
Content-Type: text/plain;
 name="emu10k1.c.diff"
Content-Disposition: attachment;
 filename="emu10k1.c.diff"
Content-Transfer-Encoding: 7bit

--- 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;
 	}
 

--Multipart=_Mon__2_Jan_2006_20_31_36_+0800_Gli1F/FBBtkLw3_3--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060102203136.51c99b77.skywizard>