Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5233
b: refs/heads/master
c: 9e00e48
h: refs/heads/master
i:
  5231: d094026
v: v3
  • Loading branch information
Gregory B Frost authored and Linus Torvalds committed Jul 27, 2005
1 parent db37264 commit f0bab24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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: 617b586bca4eda775f93915b8efd586dddf7903c
refs/heads/master: 9e00e48626474854bf712372fe6656ef4621af0f
11 changes: 6 additions & 5 deletions trunk/drivers/media/dvb/frontends/dvb-pll.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,14 @@ struct dvb_pll_desc dvb_pll_lg_z201 = {
.name = "LG z201",
.min = 174000000,
.max = 862000000,
.count = 5,
.count = 6,
.entries = {
{ 0, 36166667, 166666, 0xbc, 0x03 },
{ 443250000, 36166667, 166666, 0xbc, 0x01 },
{ 542000000, 36166667, 166666, 0xbc, 0x02 },
{ 830000000, 36166667, 166666, 0xf4, 0x02 },
{ 999999999, 36166667, 166666, 0xfc, 0x02 },
{ 157500000, 36166667, 166666, 0xbc, 0x01 },
{ 443250000, 36166667, 166666, 0xbc, 0x02 },
{ 542000000, 36166667, 166666, 0xbc, 0x04 },
{ 830000000, 36166667, 166666, 0xf4, 0x04 },
{ 999999999, 36166667, 166666, 0xfc, 0x04 },
},
};
EXPORT_SYMBOL(dvb_pll_lg_z201);
Expand Down

0 comments on commit f0bab24

Please sign in to comment.