Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30015
b: refs/heads/master
c: 87057d2
h: refs/heads/master
i:
  30013: 53843ba
  30011: f53b02a
  30007: 618e3c7
  29999: 24bc976
  29983: dcb55db
  29951: 2ed8f96
v: v3
  • Loading branch information
Mac Michaels authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent aa31b6e commit 21b5adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cebdd4136d704f9afeb67e9685dfd398a6a2e655
refs/heads/master: 87057d29f84b031f2e84ac78be5caa51a96f678e
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/frontends/lgdt330x.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ static int lgdt3303_read_snr(struct dvb_frontend* fe, u16* snr)

if (state->current_modulation == VSB_8) {

i2c_read_demod_bytes(state, 0x6e, buf, 5);
/* Phase Tracker Mean-Square Error Register for VSB */
noise = ((buf[0] & 7) << 16) | (buf[3] << 8) | buf[4];
} else {
Expand Down

0 comments on commit 21b5adf

Please sign in to comment.