diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2007-09-22 20:28:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:15 -0500 |
commit | 41e1151b33cce7e19cfba1648d05abd34a0ba492 (patch) | |
tree | 14bf8c6d7bc2b0cf704690621d7e15a835d4a18c /drivers/media/dvb/frontends/tda8261.h | |
parent | 0b8f15dcebb58ef8956203803c6de8f41a173dbc (diff) |
V4L/DVB (9395): Add initial support for two KNC1 DVB-S2 boards
Add initial support for:
* KNC1 DVB-S2 Plus
* KNC1 DVB-S2 OEM (known as Satelco DVB-S2)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/tda8261.h')
-rw-r--r-- | drivers/media/dvb/frontends/tda8261.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/drivers/media/dvb/frontends/tda8261.h b/drivers/media/dvb/frontends/tda8261.h index b8d8e37b045b..1381d8e22a83 100644 --- a/drivers/media/dvb/frontends/tda8261.h +++ b/drivers/media/dvb/frontends/tda8261.h | |||
@@ -15,11 +15,8 @@ struct tda8261_config { | |||
15 | enum tda8261_step step_size; | 15 | enum tda8261_step step_size; |
16 | }; | 16 | }; |
17 | 17 | ||
18 | /* move out from here! */ | 18 | extern struct dvb_frontend *tda8261_attach(struct dvb_frontend *fe, |
19 | static const struct tda8261_config sd1878c_config = { | 19 | const struct tda8261_config *config, |
20 | // .name = "SD1878C", | 20 | struct i2c_adapter *i2c); |
21 | .addr = 0x60, | ||
22 | .step_size = TDA8261_STEP_1000 /* kHz */ | ||
23 | }; | ||
24 | 21 | ||
25 | #endif// __TDA8261_H | 22 | #endif// __TDA8261_H |