Skip to content

Commit

Permalink
[media] DRX-K: Initial check-in
Browse files Browse the repository at this point in the history
Driver for the DRX-K DVB-C/T demodulator.

Signed-off-by: Ralph Metzler <rjkm@metzlerbros.de>
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Ralph Metzler authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 0fe4462 commit 43dd07f
Show file tree
Hide file tree
Showing 4 changed files with 21,803 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/media/dvb/frontends/drxk.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#ifndef _DRXK_H_
#define _DRXK_H_

#include <linux/types.h>
#include <linux/i2c.h>

extern struct dvb_frontend *drxk_attach(struct i2c_adapter *i2c,
u8 adr,
struct dvb_frontend **fe_t);
#endif
Loading

0 comments on commit 43dd07f

Please sign in to comment.