summaryrefslogtreecommitdiffstats
path: root/rules/rawrec.in
blob: 166fdd60e6f0eb972ddb43e14c2034b46574da06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## SECTION=applications
menuconfig RAWREC
	tristate
	prompt "rawrec/rawplay                "
	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

if RAWREC

config RAWREC_RAWREC
	bool
	prompt "rawrec"
	help
	  rawrec - a simple audio recording tool
	  http://rawrec.sourceforge.net

config RAWREC_RAWPLAY
	bool
	prompt "rawplay"
	help
	  rawplay - a simple audio player tool
	  http://rawrec.sourceforge.net

endif