diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-22 12:37:01 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-22 12:37:01 -0300 |
commit | e1e328317ed3588c8950b6aa41e81dd5dfaf8f92 (patch) | |
tree | 1cac30c4c32eaad7a8ab4ad8c3f2b24f0e40519a /linux/drivers/media/dvb/frontends/dib7000p.h | |
parent | 7d440e6d3f726f2a94ef5f16fb39aa078d3b1a12 (diff) | |
download | mediapointer-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.h | 2 |
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 |