blob: a425a6f9cdcaf39dda0804393dda95ae4af34514 [file] [log] [blame]
R.M. Thomas702422b2010-06-18 12:29:49 -07001config EASYCAP
2 tristate "EasyCAP USB ID 05e1:0408 support"
Tomas Winkler73019282011-07-07 20:45:46 +03003 depends on USB && VIDEO_DEV && SND
4 select SND_PCM
R.M. Thomas702422b2010-06-18 12:29:49 -07005
6 ---help---
7 This is an integrated audio/video driver for EasyCAP cards with
8 USB ID 05e1:0408. It supports two hardware variants:
9
10 * EasyCAP USB 2.0 Video Adapter with Audio, Model DC60,
11 having input cables labelled CVBS, S-VIDEO, AUDIO(L), AUDIO(R)
12
13 * EasyCAP002 4-Channel USB 2.0 DVR, having input cables labelled
14 1, 2, 3, 4 and an unlabelled input cable for a microphone.
15
16 To compile this driver as a module, choose M here: the
17 module will be called easycap
18
Tomas Winkler02149cf2011-01-23 01:13:56 +020019config EASYCAP_DEBUG
20 bool "Enable EasyCAP driver debugging"
21 depends on EASYCAP
22
23 ---help---
24 This option enables debug printouts
25
26 To enable debug, pass the debug level to the debug module
27 parameter:
28
29 modprobe easycap debug=[0..9]
30