summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/drxd_hard.c
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2011-03-13 07:54:02 +0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-05-20 14:26:18 +0400
commitba96796544f3bfc53a3269f0cf65651e349f8033 (patch)
treed7012fa3524ce3803055fd83f6163fa1fbb0cc9b /drivers/media/dvb/frontends/drxd_hard.c
parent949a12e3a87281e38d3520823e7e171bbe45b448 (diff)
downloadlinux-ba96796544f3bfc53a3269f0cf65651e349f8033.tar.xz
[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_hard.c')
-rw-r--r--drivers/media/dvb/frontends/drxd_hard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/drxd_hard.c b/drivers/media/dvb/frontends/drxd_hard.c
index c4835b32e6d9..994195fe9fbb 100644
--- a/drivers/media/dvb/frontends/drxd_hard.c
+++ b/drivers/media/dvb/frontends/drxd_hard.c
@@ -2449,7 +2449,7 @@ static int CDRXD(struct drxd_state *state, u32 IntermediateFrequency)
state->tuner_mirrors=0;
/* modify MPEG output attributes */
- state->insert_rs_byte = 0;
+ state->insert_rs_byte = state->config.insert_rs_byte;
state->enable_parallel = (ulSerialMode != 1);
/* Timing div, 250ns/Psys */