Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181432
b: refs/heads/master
c: 643e15a
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 999eec0 commit 1a66f8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e85c97a050f07bc5d2fe1382b994f063614af75b
refs/heads/master: 643e15a0f44156fa05d163f202a9dffb264d2078
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/siano/smsdvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ static int smsdvb_dvbt_set_frontend(struct dvb_frontend *fe,
sms_info("%s: freq %d band %d", __func__, c->frequency,
c->bandwidth_hz);

switch (c->bandwidth_hz / 1000) {
switch (c->bandwidth_hz / 1000000) {
case 8:
Msg.Data[1] = BW_8_MHZ;
break;
Expand Down Expand Up @@ -575,7 +575,7 @@ static int smsdvb_isdbt_set_frontend(struct dvb_frontend *fe,
Msg.Data[1] = BW_ISDBT_1SEG;
break;
case 0: /* AUTO */
switch (c->bandwidth_hz / 1000) {
switch (c->bandwidth_hz / 1000000) {
case 8:
case 7:
c->isdbt_sb_segment_count = 3;
Expand Down

0 comments on commit 1a66f8c

Please sign in to comment.