summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/ds3000.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-03-28 13:03:58 +0200
committerTakashi Iwai <tiwai@suse.de>2011-03-28 13:03:58 +0200
commitcdccfc8dc0bf62a1da327324a8d639139acc9279 (patch)
treedca7934b27d510c9c006558979ebc48e07a531cf /drivers/media/dvb/frontends/ds3000.h
parent[media] remove radio-maestro (diff)
parentALSA: hda - Fix pin-config of Gigabyte mobo (diff)
downloadlinux-cdccfc8dc0bf62a1da327324a8d639139acc9279.tar.xz
linux-cdccfc8dc0bf62a1da327324a8d639139acc9279.zip
Merge branch 'fix/misc' into topic/misc
Diffstat (limited to 'drivers/media/dvb/frontends/ds3000.h')
-rw-r--r--drivers/media/dvb/frontends/ds3000.h3
1 files changed, 3 insertions, 0 deletions
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) || \