Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25736

Modified Files:
        via82xx.c 
Log Message:
renamed the elements of 'input source select' control to avoid confusion.

formerly used words 'Line' and 'Mic', which have nothing to do with
the actual connections.



Index: via82xx.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/via82xx.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- via82xx.c   4 May 2004 15:09:08 -0000       1.99
+++ via82xx.c   6 May 2004 13:27:23 -0000       1.100
@@ -1419,8 +1419,11 @@
 
 static int snd_via8233_capture_source_info(snd_kcontrol_t *kcontrol, 
snd_ctl_elem_info_t *uinfo)
 {
+       /* formerly they were "Line" and "Mic", but it looks like that they
+        * have nothing to do with the actual physical connections...
+        */
        static char *texts[2] = {
-               "Line", "Mic"
+               "Input1", "Input2"
        };
        uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
        uinfo->count = 1;



-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to