Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181637
b: refs/heads/master
c: 6ed36e6
h: refs/heads/master
i:
  181635: 908cc9a
v: v3
  • Loading branch information
Matthias Benesch authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 983c229 commit 3fe4496
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 40 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: 0027ebb73eff5bf0709f016edcad2be0605a3e4f
refs/heads/master: 6ed36e6670635b162cc59e40cdb0fbcc51d59d1e
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/ngene/ngene-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2435,7 +2435,8 @@ static int init_channel(struct ngene_channel *chan)
#else
ret = dvb_register_adapter(&chan->dvb_adapter, "nGene",
THIS_MODULE,
&chan->dev->pci_dev->dev);
&chan->dev->pci_dev->dev,
adapter_nr);
if (ret < 0)
return ret;
adapter = &chan->dvb_adapter;
Expand Down
39 changes: 1 addition & 38 deletions trunk/drivers/media/dvb/ngene/ngene.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef _NGENE_H_
#define _NGENE_H_

#define ONE_ADAPTER
/*#define ONE_ADAPTER*/

#include <linux/types.h>
#include <linux/sched.h>
Expand Down Expand Up @@ -794,38 +794,6 @@ struct ngene {
int prev_cmd;
};

struct channel_info {
int io_type;
#define NGENE_IO_NONE 0
#define NGENE_IO_TV 1
#define NGENE_IO_HDTV 2
#define NGENE_IO_TSIN 4
#define NGENE_IO_TSOUT 8
#define NGENE_IO_AIN 16

void *fe_config;
void *tuner_config;

int (*demod_attach)(struct ngene_channel *);
int demod_type;
#define NGENE_DEMOD_NONE 0
#define NGENE_DEMOD_DRXD 1
#define NGENE_DEMOD_STB0899 2
#define NGENE_DEMOD_DRXH 3

int (*tuner_attach)(struct ngene_channel *);
int tuner_type;
#define NGENE_TUNER_NONE 0
#define NGENE_TUNER_MT2060 1

u8 demod;
u8 tuner;
u8 lnb;
u8 demoda;
u8 avf;
u8 msp;
};

struct ngene_info {
int type;
#define NGENE_APP 0
Expand Down Expand Up @@ -906,12 +874,7 @@ int ngene_command_imem_read(struct ngene *dev, u8 adr, u8 *data, int type);
int ngene_command_imem_write(struct ngene *dev, u8 adr, u8 data, int type);
int ngene_stream_control(struct ngene *dev, u8 stream, u8 control, u8 mode,
u16 lines, u16 bpl, u16 vblines, u16 vbibpl);
int ngene_v4l2_init(struct ngene_channel *chan);
void ngene_v4l2_remove(struct ngene_channel *chan);
int ngene_snd_exit(struct ngene_channel *chan);
int ngene_snd_init(struct ngene_channel *chan);

struct i2c_client *avf4910a_attach(struct i2c_adapter *adap, int addr);

#endif

Expand Down

0 comments on commit 3fe4496

Please sign in to comment.