README.tlg2300 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. tlg2300 release notes
  2. ====================
  3. This is a v4l2/dvb device driver for the tlg2300 chip.
  4. current status
  5. ==============
  6. video
  7. - support mmap and read().(no overlay)
  8. audio
  9. - The driver will register a ALSA card for the audio input.
  10. vbi
  11. - Works for almost TV norms.
  12. dvb-t
  13. - works for DVB-T
  14. FM
  15. - Works for radio.
  16. ---------------------------------------------------------------------------
  17. TESTED APPLICATIONS:
  18. -VLC1.0.4 test the video and dvb. The GUI is friendly to use.
  19. -Mplayer test the video.
  20. -Mplayer test the FM. The mplayer should be compiled with --enable-radio and
  21. --enable-radio-capture.
  22. The command runs as this(The alsa audio registers to card 1):
  23. #mplayer radio://103.7/capture/ -radio adevice=hw=1,0:arate=48000 \
  24. -rawaudio rate=48000:channels=2
  25. ---------------------------------------------------------------------------
  26. KNOWN PROBLEMS:
  27. about preemphasis:
  28. You can set the preemphasis for radio by the following command:
  29. #v4l2-ctl -d /dev/radio0 --set-ctrl=pre_emphasis_settings=1
  30. "pre_emphasis_settings=1" means that you select the 50us. If you want
  31. to select the 75us, please use "pre_emphasis_settings=2"