diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-22 14:37:01 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:45 -0400 |
commit | a38d6e37c0bc073bae5eff37c939978974ea9712 (patch) | |
tree | 951a1603067e2c5bcdf26dacf6acacaa7b33f059 /drivers/media/dvb/frontends/dib7000p.h | |
parent | 5aa2110f3f33feb4a0c67a4996dc400dc594bc1d (diff) |
V4L/DVB (7672): dib7000p: Add output mode param to the attach struct
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 'drivers/media/dvb/frontends/dib7000p.h')
-rw-r--r-- | drivers/media/dvb/frontends/dib7000p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/dib7000p.h b/drivers/media/dvb/frontends/dib7000p.h index eefcac8b5244..081bd81f3da2 100644 --- a/drivers/media/dvb/frontends/dib7000p.h +++ b/drivers/media/dvb/frontends/dib7000p.h | |||
@@ -31,6 +31,8 @@ struct dib7000p_config { | |||
31 | u8 spur_protect; | 31 | u8 spur_protect; |
32 | 32 | ||
33 | int (*agc_control) (struct dvb_frontend *, u8 before); | 33 | int (*agc_control) (struct dvb_frontend *, u8 before); |
34 | |||
35 | u8 output_mode; | ||
34 | }; | 36 | }; |
35 | 37 | ||
36 | #define DEFAULT_DIB7000P_I2C_ADDRESS 18 | 38 | #define DEFAULT_DIB7000P_I2C_ADDRESS 18 |