mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-19 05:33:49 -04:00
added -c option for easier user. this is equivalent with -Dhw:#
This commit is contained in:
parent
295539577d
commit
9800bec72a
2 changed files with 19 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ envy24control \- GUI control tool for Envy24 (ice1712) based
|
|||
soundcards, under ALSA.
|
||||
|
||||
.SH SYNOPSIS
|
||||
\fBenvy24control\fP [\fI-D\fP control-name]
|
||||
\fBenvy24control\fP [\fI-c\fP card-number] [\fI-D\fP control-name]
|
||||
|
||||
.SH DESCRIPTION
|
||||
\fBenvy24control\fP allows control of the digital mixer, channel gains
|
||||
|
|
@ -14,12 +14,16 @@ displays a level meter for each input and output channel.
|
|||
|
||||
.SH INVOKING
|
||||
|
||||
\fBenvy24control\fP [\fI-D\fP control-name]
|
||||
\fBenvy24control\fP [\fI-c\fP card-number] [\fI-D\fP control-name]
|
||||
.TP
|
||||
If no control-name is given, then the first sound card is used.
|
||||
|
||||
.SS Options
|
||||
.TP
|
||||
\fI-c\fP card-number
|
||||
Use the card specified by card-number rather than the first card.
|
||||
This is equivalent with \fI-Dhw:n\fP option where \fIn\fP is the card number.
|
||||
.TP
|
||||
\fI-D\fP control-name
|
||||
Use the card specified by control-name rather than the first card,
|
||||
normally this will be of the form hw:\fIn\fP where \fIn\fP is the sound
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue