forked from pool/alsa-utils
35 lines
926 B
Diff
35 lines
926 B
Diff
|
From af61ea60cfabb6b59b29a1e26769a7068a5742e1 Mon Sep 17 00:00:00 2001
|
||
|
From: Jaroslav Kysela <perex@perex.cz>
|
||
|
Date: Mon, 11 Oct 2010 11:56:16 +0200
|
||
|
Subject: [PATCH 27/38] alsaloop: add --pctl and --cctl options to man page
|
||
|
|
||
|
Signed-off-by: Jaroslav Kysela <perex@perex.cz># Please enter the commit message for your changes. Lines starting
|
||
|
---
|
||
|
alsaloop/alsaloop.1 | 10 ++++++++++
|
||
|
1 files changed, 10 insertions(+), 0 deletions(-)
|
||
|
|
||
|
diff --git a/alsaloop/alsaloop.1 b/alsaloop/alsaloop.1
|
||
|
index 1554b6e..0b57b59 100644
|
||
|
--- a/alsaloop/alsaloop.1
|
||
|
+++ b/alsaloop/alsaloop.1
|
||
|
@@ -48,6 +48,16 @@ Use given playback device.
|
||
|
Use given capture device.
|
||
|
|
||
|
.TP
|
||
|
+\fI\-X <device>\fP | \fI\-\-pctl=<device>\fP
|
||
|
+
|
||
|
+Use given CTL device for playback.
|
||
|
+
|
||
|
+.TP
|
||
|
+\fI\-Y <device>\fP | \fI\-\-cctl=<device>\fP
|
||
|
+
|
||
|
+Use given CTL device for capture.
|
||
|
+
|
||
|
+.TP
|
||
|
\fI\-l <latency>\fP | \fI\-\-latency=<frames>\fP
|
||
|
|
||
|
Requested latency in frames.
|
||
|
--
|
||
|
1.7.3.1
|
||
|
|