From 0ce73ee5e54e9ca2d37f643704500788033c9157 Mon Sep 17 00:00:00 2001 From: Manu Abraham Date: Sun, 23 Sep 2007 04:28:11 +0400 Subject: Add initial support for * KNC1 DVB-S2 Plus * KNC1 DVB-S2 OEM (known as Satelco DVB-S2) From: Manu Abraham Signed-off-by: Manu Abraham --- linux/drivers/media/dvb/frontends/tda8261.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'linux/drivers/media/dvb/frontends/tda8261.h') diff --git a/linux/drivers/media/dvb/frontends/tda8261.h b/linux/drivers/media/dvb/frontends/tda8261.h index b8d8e37b0..1381d8e22 100644 --- a/linux/drivers/media/dvb/frontends/tda8261.h +++ b/linux/drivers/media/dvb/frontends/tda8261.h @@ -15,11 +15,8 @@ struct tda8261_config { enum tda8261_step step_size; }; -/* move out from here! */ -static const struct tda8261_config sd1878c_config = { -// .name = "SD1878C", - .addr = 0x60, - .step_size = TDA8261_STEP_1000 /* kHz */ -}; +extern struct dvb_frontend *tda8261_attach(struct dvb_frontend *fe, + const struct tda8261_config *config, + struct i2c_adapter *i2c); #endif// __TDA8261_H -- cgit v1.2.3