1config EASYCAP 2 tristate "EasyCAP USB ID 05e1:0408 support" 3 depends on USB && VIDEO_DEV && SND 4 select SND_PCM 5 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 19config 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 31