Update of /cvsroot/alsa/alsa-kernel/drivers/vx
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28950

Modified Files:
        vx_mixer.c 
Log Message:
Alain Cretet <[EMAIL PROTECTED]>:
- fixed the missing input VU meter.



Index: vx_mixer.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/drivers/vx/vx_mixer.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vx_mixer.c  23 May 2003 16:00:43 -0000      1.1
+++ vx_mixer.c  11 Feb 2004 14:33:16 -0000      1.2
@@ -919,7 +919,7 @@
        if ((err = snd_ctl_add(card, snd_ctl_new1(&vx_control_iec958, chip))) < 0)
                return err;
        /* VU, peak, saturation meters */
-       for (c = 0; c < 1; c++) {
+       for (c = 0; c < 2; c++) {
                static char *dir[2] = { "Output", "Input" };
                for (i = 0; i < chip->hw->num_ins; i++) {
                        int val = (i * 2) | (c << 8);



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to