summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
diff options
context:
space:
mode:
authorJamie Honan <devnull@localhost>2003-10-28 02:33:54 +0000
committerJamie Honan <devnull@localhost>2003-10-28 02:33:54 +0000
commit9b0f2f531601da08a7e4d942038c0a38cecdb0fe (patch)
tree3dbffcba745abd5621ac867259d1f1e3cefadd14 /linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
parent153c77c86087e28cb4b4830a2475dea6f1468238 (diff)
downloadmediapointer-dvb-s2-9b0f2f531601da08a7e4d942038c0a38cecdb0fe.tar.gz
mediapointer-dvb-s2-9b0f2f531601da08a7e4d942038c0a38cecdb0fe.tar.bz2
- reworked i2c / gpio so not so hackerish and more in line with
what Gerd is moving to - allowed multiple instances of dst frontend. - should handle terrestial cards correctly. Can mix and match ts204, new tuner packets, symbol rate types in tuner packets - has more DST strings on i2c asic discovery (in dst_check_ci) - can override card PCI id using card=0x68 for bttv driver. bt878 audio dma still hogs all cards it finds, but this is an interim release to work towards fixing this - put in rudimentary signal strength / snr. The scale factors are not right. Should work for terrestial / satellite. - Put in Dimitri's fix of not doing dst_enable after reciept of the 0xFF ack, but allowing the asic to do this itself.
Diffstat (limited to 'linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h')
-rw-r--r--linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
index f7e56b181..973e69e50 100644
--- a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
+++ b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
@@ -30,7 +30,6 @@ struct dvb_bt8xx_card {
struct list_head list;
u8 active;
- u8 TS_Size;
char card_name[32];
struct dvb_adapter *dvb_adapter;
struct bt878 *bt;
@@ -43,7 +42,6 @@ struct dvb_bt8xx_card {
u32 op_sync_orin;
u32 irq_err_ignore;
struct i2c_adapter *i2c_adapter;
- struct semaphore i2c_lock;
struct dvb_net dvbnet;
};