Update of /cvsroot/alsa/alsa-kernel/pci/emu10k1
In directory sc8-pr-cvs1:/tmp/cvs-serv31170/pci/emu10k1

Modified Files:
        emufx.c 
Log Message:
- take back the old definition of FXBUS_PCM_LEFT/RIGHT for sb live.
- fixed the audigy routing with the new definition.


Index: emufx.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k1/emufx.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- emufx.c     13 Oct 2003 16:30:45 -0000      1.41
+++ emufx.c     17 Oct 2003 15:39:52 -0000      1.42
@@ -1269,8 +1269,8 @@
        snd_emu10k1_ptr_write(emu, A_DBG, 0, (emu->fx8010.dbg = 0) | 
A_DBG_SINGLE_STEP);
 
        /* PCM front Playback Volume (independent from stereo mix) */
-       A_OP(icode, &ptr, iMAC0, A_GPR(playback), A_C_00000000, A_GPR(gpr), 
A_FXBUS(FXBUS_PCM_LEFT));
-       A_OP(icode, &ptr, iMAC0, A_GPR(playback+1), A_C_00000000, A_GPR(gpr+1), 
A_FXBUS(FXBUS_PCM_RIGHT));
+       A_OP(icode, &ptr, iMAC0, A_GPR(playback), A_C_00000000, A_GPR(gpr), 
A_FXBUS(FXBUS_PCM_LEFT_FRONT));
+       A_OP(icode, &ptr, iMAC0, A_GPR(playback+1), A_C_00000000, A_GPR(gpr+1), 
A_FXBUS(FXBUS_PCM_RIGHT_FRONT));
        snd_emu10k1_init_stereo_control(&controls[nctl++], "PCM Front Playback 
Volume", gpr, 100);
        gpr += 2;
        
@@ -1294,8 +1294,8 @@
         * Stereo Mix
         */
        /* Wave (PCM) Playback Volume (will be renamed later) */
-       A_OP(icode, &ptr, iMAC0, A_GPR(stereo_mix), A_C_00000000, A_GPR(gpr), 
A_FXBUS(FXBUS_WAVE_LEFT));
-       A_OP(icode, &ptr, iMAC0, A_GPR(stereo_mix+1), A_C_00000000, A_GPR(gpr+1), 
A_FXBUS(FXBUS_WAVE_RIGHT));
+       A_OP(icode, &ptr, iMAC0, A_GPR(stereo_mix), A_C_00000000, A_GPR(gpr), 
A_FXBUS(FXBUS_PCM_LEFT));
+       A_OP(icode, &ptr, iMAC0, A_GPR(stereo_mix+1), A_C_00000000, A_GPR(gpr+1), 
A_FXBUS(FXBUS_PCM_RIGHT));
        snd_emu10k1_init_stereo_control(&controls[nctl++], "Wave Playback Volume", 
gpr, 100);
        gpr += 2;
 



-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to