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

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

Index: amixer.c
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/amixer/amixer.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- amixer.c    24 Feb 2003 13:51:16 -0000      1.76
+++ amixer.c    1 Apr 2003 14:09:10 -0000       1.77
@@ -92,12 +92,12 @@
        snd_ctl_elem_list_alloca(&clist);
        
        if ((err = snd_ctl_open(&handle, card, 0)) < 0) {
-               error("Control device %i open error: %s", card, snd_strerror(err));
+               error("Control device %s open error: %s", card, snd_strerror(err));
                return err;
        }
        
        if ((err = snd_ctl_card_info(handle, info)) < 0) {
-               error("Control device %i hw info error: %s", card, snd_strerror(err));
+               error("Control device %s hw info error: %s", card, snd_strerror(err));
                return err;
        }
        printf("Card %s '%s'/'%s'\n", card, snd_ctl_card_info_get_id(info),



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