dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/Documentation/video4linux
Masanari Iida 4e79162a52 doc: fix quite a few typos within Documentation
Correct spelling typo in Documentations

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2012-11-19 14:28:24 +01:00
..
bttv doc: fix quite a few typos within Documentation 2012-11-19 14:28:24 +01:00
cx88
cx2341x
.gitignore
4CCs.txt
API.html
CARDLIST.au0828 [media] Documentation: Update cardlists 2012-07-30 23:10:38 -03:00
CARDLIST.bttv [media] bttv: add support for Aposonic W-DVR 2012-07-30 23:10:14 -03:00
CARDLIST.cx88
CARDLIST.cx23885 [media] Add support for Prof Revolution DVB-S2 8000 PCI-E card 2012-09-23 20:02:07 -03:00
CARDLIST.em28xx
CARDLIST.ivtv
CARDLIST.saa7134 [media] Documentation: Update cardlists 2012-07-30 23:10:38 -03:00
CARDLIST.saa7164
CARDLIST.tm6000
CARDLIST.tuner
CARDLIST.usbvision
CQcam.txt [media] v4l: Documentation: change path of video drivers 2012-09-25 08:41:30 -03:00
README.cpia2
README.cx88
README.davinci-vpbe [media] v4l: Documentation: change path of video drivers 2012-09-25 08:41:30 -03:00
README.ir
README.ivtv
README.pvrusb2
README.saa7134
README.tlg2300
Zoran
cafe_ccic
cpia2_overview.txt [media] Documentation: Add newline at end-of-file to files lacking one 2012-07-30 20:37:01 -03:00
cx18.txt
et61x251.txt
extract_xc3028.pl
fimc.txt [media] v4l: Documentation: change path of video drivers 2012-09-25 08:41:30 -03:00
gspca.txt [media] media: add support to gspca/pac7302.c for 093a:2627 (Genius FaceCam 300) 2012-05-20 12:15:12 -03:00
hauppauge-wintv-cx88-ir.txt
ibmcam.txt
lifeview.txt
m5602.txt
meye.txt
not-in-cx2388x-datasheet.txt
omap3isp.txt [media] v4l: Documentation: change path of video drivers 2012-09-25 08:41:30 -03:00
ov511.txt
pxa_camera.txt
radiotrack.txt
se401.txt
sh_mobile_ceu_camera.txt
si470x.txt
si4713.txt
sn9c102.txt
soc-camera.txt
stv680.txt [media] Documentation: Add newline at end-of-file to files lacking one 2012-07-30 20:37:01 -03:00
uvcvideo.txt
v4l2-controls.txt [media] media: v4l2-ctrl: add a helper function to add standard control with driver specific menu 2012-10-05 21:48:03 -03:00
v4l2-framework.txt [media] Add vfl_dir field documentation 2012-09-26 15:34:33 -03:00
videobuf [media] v4l: Documentation: change path of video drivers 2012-09-25 08:41:30 -03:00
w9966.txt
w9968cf.txt
zc0301.txt
zr364xx.txt

README.tlg2300

tlg2300 release notes
====================

This is a v4l2/dvb device driver for the tlg2300 chip.


current status
==============

video
	- support mmap and read().(no overlay)

audio
	- The driver will register a ALSA card for the audio input.

vbi
	- Works for almost TV norms.

dvb-t
	- works for DVB-T

FM
	- Works for radio.

---------------------------------------------------------------------------
TESTED APPLICATIONS:

-VLC1.0.4 test the video and dvb. The GUI is friendly to use.

-Mplayer test the video.

-Mplayer test the FM. The mplayer should be compiled with --enable-radio and
	 --enable-radio-capture.
	The command runs as this(The alsa audio registers to card 1):
	#mplayer radio://103.7/capture/ -radio adevice=hw=1,0:arate=48000 \
		-rawaudio rate=48000:channels=2

---------------------------------------------------------------------------
KNOWN PROBLEMS:
about preemphasis:
	You can set the preemphasis for radio by the following command:
	#v4l2-ctl -d /dev/radio0 --set-ctrl=pre_emphasis_settings=1

	"pre_emphasis_settings=1" means that you select the 50us. If you want
	to select the 75us, please use "pre_emphasis_settings=2"