summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/drxd.h
diff options
context:
space:
mode:
authorDevin Heitmueller2011-03-13 05:54:02 +0100
committerMauro Carvalho Chehab2011-05-20 12:26:18 +0200
commitba96796544f3bfc53a3269f0cf65651e349f8033 (patch)
treed7012fa3524ce3803055fd83f6163fa1fbb0cc9b /drivers/media/dvb/frontends/drxd.h
parent[media] drxd: add driver to Makefile and Kconfig (diff)
downloadkernel-qcow2-linux-ba96796544f3bfc53a3269f0cf65651e349f8033.tar.gz
kernel-qcow2-linux-ba96796544f3bfc53a3269f0cf65651e349f8033.tar.xz
kernel-qcow2-linux-ba96796544f3bfc53a3269f0cf65651e349f8033.zip
[media] drxd: provide ability to control rs byte
Provide the ability for the board configuration to specify whether to insert the RS byte into the TS interconnect to the bridge, while not required for the ngene in fact is required for the em28xx. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/drxd.h')
-rw-r--r--drivers/media/dvb/frontends/drxd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/drxd.h b/drivers/media/dvb/frontends/drxd.h
index 9b11dc835c44..81093b9b1568 100644
--- a/drivers/media/dvb/frontends/drxd.h
+++ b/drivers/media/dvb/frontends/drxd.h
@@ -38,6 +38,7 @@ struct drxd_config
#define DRXD_PLL_MT3X0823 2
u32 clock;
+ u8 insert_rs_byte;
u8 demod_address;
u8 demoda_address;