<Dirk.Kalis@t-online.de>

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.
This commit is contained in:
Jaroslav Kysela 2004-03-06 12:55:17 +00:00
parent 9a5420b76a
commit 05fbfbba18
2 changed files with 5 additions and 5 deletions

View file

@ -1,10 +1,10 @@
.TH "envy24control" 1 "6 Oct 2001" .TH "envy24control" 1 "6 Mar 2004"
.SH NAME .SH NAME
envy24control \- GUI control tool for Envy24 (ice1712) based envy24control \- GUI control tool for Envy24 (ice1712) based
soundcards, under ALSA. soundcards, under ALSA.
.SH SYNOPSIS .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 .SH DESCRIPTION
\fBenvy24control\fP allows control of the digital mixer, channel gains \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 .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 .TP
If no control-name is given, then the first sound card is used. If no control-name is given, then the first sound card is used.
@ -39,7 +39,7 @@ number of output lines.
.TP .TP
\fI-i\fP inputs \fI-i\fP inputs
Limit number of analog line inputs to display. Default is the number of 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 The number of analog input lines can only be reduced from the available
number of input lines. number of input lines.
.TP .TP
@ -64,3 +64,4 @@ gamix(1)
.SH AUTHOR .SH AUTHOR
\fBenvy24control\fP is by Jaroslav Kysela <perex@suse.cz> \fBenvy24control\fP is by Jaroslav Kysela <perex@suse.cz>
This document is by James Tappin <james@xena.uklinux.net>. This document is by James Tappin <james@xena.uklinux.net>.
Last updated by Dirk Kalis <dirk.kalis@t-online.de>.

View file

@ -387,7 +387,6 @@ static void create_router_frame(GtkWidget *box, int stream, int pos)
GSList *group = NULL; GSList *group = NULL;
char str[64], str1[64]; char str[64], str1[64];
int idx; int idx;
int pcm_channel,s_pdif_channel;
static char *table[10] = { static char *table[10] = {
"S/PDIF In L", "S/PDIF In L",
"S/PDIF In R", "S/PDIF In R",