diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2008-09-03 19:15:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 09:36:56 -0200 |
commit | 9e615eac827094147401c44c9ff955b468d4fa79 (patch) | |
tree | 017049f6db122cffc170499fe40221dd418ed1a6 /drivers/media/dvb/ttpci/av7110.h | |
parent | 81ae953b687e7cdfa094b07a6544523f3bb81aa3 (diff) | |
download | linux-9e615eac827094147401c44c9ff955b468d4fa79.tar.gz linux-9e615eac827094147401c44c9ff955b468d4fa79.tar.bz2 linux-9e615eac827094147401c44c9ff955b468d4fa79.zip |
V4L/DVB (8889): dvb-ttpci: Support full-ts hardware modification
Add support for the 'full-ts' hardware modification.
On full-featured cards the data throughput is limited by the hardware
design. The full-ts mod removes this bottleneck, i.e. the card is able
to deliver the complete transport stream of a transponder.
For details see http://www.escape-edv.de/endriss/dvb-full-ts-mod
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/ttpci/av7110.h')
-rw-r--r-- | drivers/media/dvb/ttpci/av7110.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/av7110.h b/drivers/media/dvb/ttpci/av7110.h index 55f23ddcb994..d85b8512ac30 100644 --- a/drivers/media/dvb/ttpci/av7110.h +++ b/drivers/media/dvb/ttpci/av7110.h @@ -192,6 +192,7 @@ struct av7110 { unsigned char *grabbing; struct saa7146_pgtable pt; struct tasklet_struct vpe_tasklet; + bool full_ts; int fe_synced; struct mutex pid_mutex; |