Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306170
b: refs/heads/master
c: 409328a
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Apr 19, 2012
1 parent 60b0e97 commit 3d1fd76
Show file tree
Hide file tree
Showing 3 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: 35320676569a80fb9c612130211d774e072583b4
refs/heads/master: 409328a4dcd40a14cbe42b2e6f0c492ece3b88cc
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/tuners/xc5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ struct xc5000_priv {
struct list_head hybrid_tuner_instance_list;

u32 if_khz;
u32 xtal_khz;
u16 xtal_khz;
u32 freq_hz;
u32 bandwidth;
u8 video_standard;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/tuners/xc5000.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct xc5000_config {
u8 i2c_address;
u32 if_khz;
u8 radio_input;
u32 xtal_khz;
u16 xtal_khz;

int chip_id;
};
Expand Down

0 comments on commit 3d1fd76

Please sign in to comment.