android_kernel_google_msm/Documentation/dvb
Hamad Kadmany 4b868401f2 media: dvb: mpq: Use kthread instead of workqueue
demux used single-threaded workqueue to process TS packets
notified from the HW. Workqueue implementation was changed
so that all work scheduled to workqueues are submitted
to same kworker threads, this result on having TS packet
processing not to be done on demux own thread and compete
with other work scheduled by other drivers. Moved to separate
thread dedicated only for demux.

Change-Id: Ia8b96543f26428a0a12809d34c27849f900cc45e
Signed-off-by: Hamad Kadmany <hkadmany@codeaurora.org>
Signed-off-by: Neha Pandey <nehap@codeaurora.org>
2013-03-07 15:24:04 -08:00
..
avermedia.txt
bt8xx.txt
cards.txt [media] Add support for KWorld PC150-U ATSC hybrid tuner card 2012-03-08 11:01:25 -03:00
ci.txt Fix common misspellings 2011-03-31 11:26:23 -03:00
contributors.txt
faq.txt Fix common misspellings 2011-03-31 11:26:23 -03:00
get_dvb_firmware [media] dvb_get_firmware: updates for it913x 2011-12-11 09:00:48 -02:00
it9137.txt [media] it9137: Fimrware retrival information for Kworld UB499-2T T09 (id 1b80:e409) 2011-08-27 10:30:43 -03:00
lmedm04.txt [media] lmedm04 RS2000 Firmware details 2012-03-19 14:55:55 -03:00
opera-firmware.txt
qcom-mpq.txt media: dvb: mpq: Use kthread instead of workqueue 2013-03-07 15:24:04 -08:00
README.dvb-usb Fix common misspellings 2011-03-31 11:26:23 -03:00
readme.txt
technisat.txt
ttusb-dec.txt
udev.txt Documentation: fix minor typos/spelling 2011-04-04 17:51:47 -07:00

Linux Digital Video Broadcast (DVB) subsystem
=============================================

The main development site and CVS repository for these
drivers is http://linuxtv.org/.

The developer mailing list linux-dvb is also hosted there,
see http://linuxtv.org/lists.php. Please check
the archive http://linuxtv.org/pipermail/linux-dvb/
and the Wiki http://linuxtv.org/wiki/
before asking newbie questions on the list.

API documentation, utilities and test/example programs
are available as part of the old driver package for Linux 2.4
(linuxtv-dvb-1.0.x.tar.gz), or from CVS (module DVB).
We plan to split this into separate packages, but it's not
been done yet.

http://linuxtv.org/downloads/

What's inside this directory:

"avermedia.txt"
contains detailed information about the
Avermedia DVB-T cards. See also "bt8xx.txt".

"bt8xx.txt"
contains detailed information about the
various bt8xx based "budget" DVB cards.

"cards.txt"
contains a list of supported hardware.

"ci.txt"
contains detailed information about the
CI module as part from TwinHan cards and Clones.

"contributors.txt"
is the who-is-who of DVB development.

"faq.txt"
contains frequently asked questions and their answers.

"get_dvb_firmware"
script to download and extract firmware for those devices
that require it.

"ttusb-dec.txt"
contains detailed information about the
TT DEC2000/DEC3000 USB DVB hardware.

"udev.txt"
how to get DVB and udev up and running.

"README.dvb-usb"
contains detailed information about the DVB USB cards.

"README.flexcop"
contains detailed information about the
Technisat- and Flexcop B2C2 drivers.

Good luck and have fun!