kernel/drivers/media/usb/pvrusb2/pvrusb2-dvb.h
.. .. @@ -18,7 +18,10 @@ 18 18 struct dmxdev dmxdev; 19 19 struct dvb_demux demux; 20 20 struct dvb_net dvb_net; 21 - struct dvb_frontend *fe;21 + struct dvb_frontend *fe[2];22 +23 + struct i2c_client *i2c_client_demod[2];24 + struct i2c_client *i2c_client_tuner;22 25 23 26 int feedcount; 24 27 int max_feed_count;