Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250129
b: refs/heads/master
c: 6cacdd4
h: refs/heads/master
i:
  250127: 8a4b134
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent d0852b3 commit 3fc8ae5
Show file tree
Hide file tree
Showing 6 changed files with 1,830 additions and 3,686 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: 9b316d6b42572f857161232d82b54e7ab2d33fbe
refs/heads/master: 6cacdd46e23826c0591238f5f11b1bfa6490797d
9 changes: 4 additions & 5 deletions trunk/drivers/media/dvb/frontends/drxd.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
#include <linux/types.h>
#include <linux/i2c.h>

struct drxd_config
{
struct drxd_config {
u8 index;

u8 pll_address;
Expand All @@ -49,9 +48,9 @@ struct drxd_config
u8 disable_i2c_gate_ctrl;

u32 IF;
int (*pll_set) (void *priv, void *priv_params,
u8 pll_addr, u8 demoda_addr, s32 *off);
s16 (*osc_deviation) (void *priv, s16 dev, int flag);
int (*pll_set) (void *priv, void *priv_params,
u8 pll_addr, u8 demoda_addr, s32 * off);
s16(*osc_deviation) (void *priv, s16 dev, int flag);
};

extern
Expand Down
Loading

0 comments on commit 3fc8ae5

Please sign in to comment.