Update of /cvsroot/alsa/alsa-utils/alsactl
In directory sc8-pr-cvs1:/tmp/cvs-serv26878/alsactl

Modified Files:
        alsactl.c 
Log Message:
alsactl: indirect removal; amixer - fixed typos

Index: alsactl.c
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/alsactl/alsactl.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- alsactl.c   7 Jan 2003 13:44:08 -0000       1.50
+++ alsactl.c   1 Apr 2003 14:09:09 -0000       1.51
@@ -218,8 +218,8 @@
                strcat(buf, " volatile");
        if (snd_ctl_elem_info_is_locked(info))
                strcat(buf, " locked");
-       if (snd_ctl_elem_info_is_indirect(info))
-               strcat(buf, " indirect");
+       if (snd_ctl_elem_info_is_first(info))
+               strcat(buf, " first");
        err = snd_config_string_add(comment, "access", buf + 1);
        if (err < 0) {
                error("snd_config_string_add: %s", snd_strerror(err));



-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to