Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250119
b: refs/heads/master
c: ba96796
h: refs/heads/master
i:
  250117: c1a0229
  250115: 1f487c8
  250111: 18d5533
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent 086fea8 commit ae088da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 949a12e3a87281e38d3520823e7e171bbe45b448
refs/heads/master: ba96796544f3bfc53a3269f0cf65651e349f8033
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/frontends/drxd.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ struct drxd_config
#define DRXD_PLL_MT3X0823 2

u32 clock;
u8 insert_rs_byte;

u8 demod_address;
u8 demoda_address;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/drxd_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ae088da

Please sign in to comment.