]> git.alsa-project.org Git - alsa-tools.git/commitdiff
Added man page
authorJaroslav Kysela <perex@perex.cz>
Mon, 8 Oct 2001 11:52:11 +0000 (11:52 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 8 Oct 2001 11:52:11 +0000 (11:52 +0000)
envy24control/Makefile.am
envy24control/README [new file with mode: 0644]
envy24control/envy24control.1 [new file with mode: 0644]

index 088b980105905bceda4f49dca8a6f80cf8059134..d517413696f118fce0fb96ea3f8a9d5c647d3dc2 100644 (file)
@@ -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 (file)
index 0000000..b6dbea5
--- /dev/null
@@ -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 (file)
index 0000000..3ff3607
--- /dev/null
@@ -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 <perex@suse.cz>
+This document is by James Tappin <james@xena.uklinux.net>.