X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmedia%2Fdvb%2Ffrontends%2Fds3000.h;h=1b736888ea374cd6e3ccb78a3581b1d4bab0fae8;hb=16c29dafcc86024048f1dbb8349d31cb22c7c55a;hp=67f67038740a5e142f4b7ed298baa612e7800074;hpb=c03f6bfc9f4fbeee14abef81ece67e39150a1ab1;p=pandora-kernel.git diff --git a/drivers/media/dvb/frontends/ds3000.h b/drivers/media/dvb/frontends/ds3000.h index 67f67038740a..1b736888ea37 100644 --- a/drivers/media/dvb/frontends/ds3000.h +++ b/drivers/media/dvb/frontends/ds3000.h @@ -27,6 +27,9 @@ struct ds3000_config { /* the demodulator's i2c address */ u8 demod_address; + u8 ci_mode; + /* Set device param to start dma */ + int (*set_ts_params)(struct dvb_frontend *fe, int is_punctured); }; #if defined(CONFIG_DVB_DS3000) || \