diff options
author | Igor M. Liplianin <liplianin@me.by> | 2011-02-25 18:41:24 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 20:32:27 -0300 |
commit | 0cb73639cfbdc9a074cbb7737d173f7a7381036d (patch) | |
tree | 80b3ec4ca6bb46a11e4506350a9e46f6a150fa88 /drivers/media/dvb/frontends/ds3000.h | |
parent | dcc8a122230b1c65ee8ba83536fd53fcaf27884d (diff) |
[media] cx88: add support for TeVii S464 PCI card
The card uses ds3000 demod from Montage.
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/ds3000.h')
-rw-r--r-- | drivers/media/dvb/frontends/ds3000.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/ds3000.h b/drivers/media/dvb/frontends/ds3000.h index 00e4e95590e..1b736888ea3 100644 --- a/drivers/media/dvb/frontends/ds3000.h +++ b/drivers/media/dvb/frontends/ds3000.h @@ -28,6 +28,8 @@ 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) || \ |