4 This is a v4l2/dvb device driver for the tlg2300 chip.
11 - support mmap and read().(no overlay)
14 - The driver will register a ALSA card for the audio input.
17 - Works for almost TV norms.
25 ---------------------------------------------------------------------------
28 -VLC1.0.4 test the video and dvb. The GUI is friendly to use.
30 -Mplayer test the video.
32 -Mplayer test the FM. The mplayer should be compiled with --enable-radio and
33 --enable-radio-capture.
34 The command runs as this(The alsa audio registers to card 1):
35 #mplayer radio://103.7/capture/ -radio adevice=hw=1,0:arate=48000 \
36 -rawaudio rate=48000:channels=2
38 ---------------------------------------------------------------------------
41 You can set the preemphasis for radio by the following command:
42 #v4l2-ctl -d /dev/radio0 --set-ctrl=pre_emphasis_settings=1
44 "pre_emphasis_settings=1" means that you select the 50us. If you want
45 to select the 75us, please use "pre_emphasis_settings=2"