summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/dib7000p.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-22 12:37:01 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-22 12:37:01 -0300
commite1e328317ed3588c8950b6aa41e81dd5dfaf8f92 (patch)
tree1cac30c4c32eaad7a8ab4ad8c3f2b24f0e40519a /linux/drivers/media/dvb/frontends/dib7000p.h
parent7d440e6d3f726f2a94ef5f16fb39aa078d3b1a12 (diff)
downloadmediapointer-dvb-s2-e1e328317ed3588c8950b6aa41e81dd5dfaf8f92.tar.gz
mediapointer-dvb-s2-e1e328317ed3588c8950b6aa41e81dd5dfaf8f92.tar.bz2
dib7000p: Add output mode param to the attach struct
From: Steven Toth <stoth@hauppauge.com> This allows future drivers to select the most appropriate output mode. Signed-off-by: Steven Toth <stoth@hauppauge.com> Reviewed-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/dib7000p.h')
-rw-r--r--linux/drivers/media/dvb/frontends/dib7000p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/dib7000p.h b/linux/drivers/media/dvb/frontends/dib7000p.h
index eefcac8b5..081bd81f3 100644
--- a/linux/drivers/media/dvb/frontends/dib7000p.h
+++ b/linux/drivers/media/dvb/frontends/dib7000p.h
@@ -31,6 +31,8 @@ struct dib7000p_config {
u8 spur_protect;
int (*agc_control) (struct dvb_frontend *, u8 before);
+
+ u8 output_mode;
};
#define DEFAULT_DIB7000P_I2C_ADDRESS 18