From: Jaroslav Kysela Date: Mon, 8 Oct 2001 11:52:11 +0000 (+0000) Subject: Added man page X-Git-Tag: v1.0.3~127 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=adfa382906a8a8b63c6ade7330f08db61effd6d9;p=alsa-tools.git Added man page --- diff --git a/envy24control/Makefile.am b/envy24control/Makefile.am index 088b980..d517413 100644 --- a/envy24control/Makefile.am +++ b/envy24control/Makefile.am @@ -1,4 +1,5 @@ bin_PROGRAMS = envy24control +man_MANS = envy24control.1 envy24control_SOURCES = envy24control.c envy24control.h levelmeters.c \ mixer.c patchbay.c hardware.c driverevents.c volume.c envy24control_LDFLAGS = $(GTK_LIBS) diff --git a/envy24control/README b/envy24control/README new file mode 100644 index 0000000..b6dbea5 --- /dev/null +++ b/envy24control/README @@ -0,0 +1,14 @@ +envy24control - Control tool for Envy24 (ice1712) based soundcards + +Needs: + ALSA, GTK+, an Envy24-based soundcard + +To build (from unpacked tarball): + ./configure + make + su -c 'make install' + +To build (from CVS): + ./cvscompile + su -c 'make install' + diff --git a/envy24control/envy24control.1 b/envy24control/envy24control.1 new file mode 100644 index 0000000..3ff3607 --- /dev/null +++ b/envy24control/envy24control.1 @@ -0,0 +1,39 @@ +.TH "envy24control" 1 "6 Oct 2001" +.SH NAME +envy24control \- GUI control tool for Envy24 (ice1712) based +soundcards, under ALSA. + +.SH SYNOPSIS +\fBenvy24control\fP [\fI-D\fP control-name] + +.SH DESCRIPTION +\fBenvy24control\fP allows control of the digital mixer, channel gains +and other hardware settings for sound cards based on the ice1712 +chipset (Midiman Delta series, Terratec EWS and EWX series). It also +displays a level meter for each input and output channel. + +.SH INVOKING + +\fBenvy24control\fP [\fI-D\fP control-name] +.TP +If no control-name is given, then the first sound card is used. + +.SS Options +.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 +card number (zero-based). This is only needed if you have more than one +Envy24-based card or if your Envy24 card is not configured as the first +card in your ALSA driver setup. + +.SH SEE ALSO +\fB +alsamixer(1), +amixer(1), +gamix(1) +\fP + +.SH AUTHOR +\fBenvy24control\fP is by Jaroslav Kysela +This document is by James Tappin .