]> git.alsa-project.org Git - alsa-tools.git/commitdiff
<Dirk.Kalis@t-online.de>
authorJaroslav Kysela <perex@perex.cz>
Sat, 6 Mar 2004 12:55:17 +0000 (12:55 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 6 Mar 2004 12:55:17 +0000 (12:55 +0000)
I have a little cosmetic patch for envy24control. First, from my test
code was two unused variables declared.
The second is an update for the manpage.

envy24control/envy24control.1
envy24control/envy24control.c

index 8b3890025a4c4c796f4699eb8978a77912a83a2c..97484feed9637f88e0ba1c5f4fbef138372e5bff 100644 (file)
@@ -1,10 +1,10 @@
-.TH "envy24control" 1 "6 Oct 2001"
+.TH "envy24control" 1 "6 Mar 2004"
 .SH NAME
 envy24control \- GUI control tool for Envy24 (ice1712) based
 soundcards, under ALSA.
 
 .SH SYNOPSIS
-\fBenvy24control\fP [\fI-c\fP card-number] [\fI-D\fP control-name]
+\fBenvy24control\fP [\fI-c\fP card-number] [\fI-D\fP control-name] [\fI-o\fP 0-num DACs max 8] [\fI-i\fP 0-num ADCs max 8] [\fI-p\fP 0-8] [\fI-s\fP 0-2] [\fI-v\fP 0 or 1]
 
 .SH DESCRIPTION
 \fBenvy24control\fP allows control of the digital mixer, channel gains
@@ -14,7 +14,7 @@ displays a level meter for each input and output channel.
 
 .SH INVOKING
 
-\fBenvy24control\fP [\fI-c\fP card-number] [\fI-D\fP control-name]
+\fBenvy24control\fP [\fI-c\fP card-number] [\fI-D\fP control-name] [\fI-o\fP 0-num DACs max 8] [\fI-i\fP 0-num ADCs max 8] [\fI-p\fP 0-8] [\fI-s\fP 0-2] [\fI-v\fP 0 or 1]
 .TP
 If no control-name is given, then the first sound card is used.
 
@@ -39,7 +39,7 @@ number of output lines.
 .TP
 \fI-i\fP inputs
 Limit number of analog line inputs to display.  Default is the number of
-ADCS in the driver specification. Maximum is 8.
+ADCs in the driver specification. Maximum is 8.
 The number of analog input lines can only be reduced from the available
 number of input lines.
 .TP
@@ -64,3 +64,4 @@ gamix(1)
 .SH AUTHOR
 \fBenvy24control\fP is  by Jaroslav Kysela <perex@suse.cz>
 This document is by James Tappin <james@xena.uklinux.net>.
+Last updated by Dirk Kalis <dirk.kalis@t-online.de>.
index 6536f14f5bb28402cb9617e0469aaea38763debc..28b145eabcf3616c744170fe81f5eb84a6f91e8b 100644 (file)
@@ -387,7 +387,6 @@ static void create_router_frame(GtkWidget *box, int stream, int pos)
        GSList *group = NULL;
        char str[64], str1[64];
        int idx;
-       int pcm_channel,s_pdif_channel;
        static char *table[10] = {
                "S/PDIF In L",
                "S/PDIF In R",