Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320087
b: refs/heads/master
c: 5cf73ce
h: refs/heads/master
i:
  320085: 189382a
  320083: 78d9090
  320079: 5386a34
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jul 5, 2012
1 parent 384dc00 commit 93def9d
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 8cd0d4caa1b4e8f150f9c63bd2be60518381d3f1
refs/heads/master: 5cf73ce15f704876378733794864336fbec6c97e
6 changes: 6 additions & 0 deletions trunk/drivers/media/common/tuners/xc5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,12 @@ static int xc5000_set_params(struct dvb_frontend *fe)
priv->freq_hz = freq - 1750000;
priv->video_standard = DTV6;
break;
case SYS_ISDBT:
/* All ISDB-T are currently for 6 MHz bw */
if (!bw)
bw = 6000000;
/* fall to OFDM handling */
case SYS_DMBTH:
case SYS_DVBT:
case SYS_DVBT2:
dprintk(1, "%s() OFDM\n", __func__);
Expand Down

0 comments on commit 93def9d

Please sign in to comment.