From: Jaroslav Kysela Date: Sat, 6 Mar 2004 12:55:17 +0000 (+0000) Subject: X-Git-Tag: v1.0.4~5 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=05fbfbba18517193c7a87d0b5130ee8a3bc75926;p=alsa-tools.git 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. --- diff --git a/envy24control/envy24control.1 b/envy24control/envy24control.1 index 8b38900..97484fe 100644 --- a/envy24control/envy24control.1 +++ b/envy24control/envy24control.1 @@ -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 This document is by James Tappin . +Last updated by Dirk Kalis . diff --git a/envy24control/envy24control.c b/envy24control/envy24control.c index 6536f14..28b145e 100644 --- a/envy24control/envy24control.c +++ b/envy24control/envy24control.c @@ -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",