summaryrefslogtreecommitdiffstats
path: root/rules/rawrec.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2005-08-04 16:58:47 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2005-08-04 16:58:47 +0000
commite7ac8cb3eac197cdf0351c73eb74afb331c5691b (patch)
tree2da64c84d6a27453a3ca51367867810e827ae83e /rules/rawrec.in
parent114ece8910b2bc5098ea8cb14fbc3db04d221e23 (diff)
downloadptxdist-e7ac8cb3eac197cdf0351c73eb74afb331c5691b.tar.gz
ptxdist-e7ac8cb3eac197cdf0351c73eb74afb331c5691b.tar.xz
* rawrec: added; patch by Christian Gagneraud
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3020 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rawrec.in')
-rw-r--r--rules/rawrec.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/rules/rawrec.in b/rules/rawrec.in
new file mode 100644
index 000000000..e74d11b4c
--- /dev/null
+++ b/rules/rawrec.in
@@ -0,0 +1,32 @@
+config RAWREC
+ bool
+ prompt "Compile rawrec/rawplay"
+ default n
+ help
+ rawrec and rawplay are GPL'd utilities designed to provide
+ the user with a simple way of recording or playing raw audio data from
+ or to their sound card under intel Linux (I havn't tested other
+ architectures, but its written to be portable, I think)
+
+ Details: http://rawrec.sourceforge.net
+
+config RAWREC_RAWREC
+ bool
+ prompt "rawrec"
+ default n
+ depends on RAWREC
+ help
+ rawrec - a simple audio recording tool
+ http://rawrec.sourceforge.net
+
+config RAWREC_RAWPLAY
+ bool
+ prompt "rawplay"
+ default n
+ depends on RAWREC
+ help
+ rawplay - a simple audio player tool
+ http://rawrec.sourceforge.net
+
+
+