summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/cx24110.h
diff options
context:
space:
mode:
authorManu Abraham <manu@linuxtv.org>2006-02-27 06:09:29 +0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-02-27 06:09:29 +0300
commite7ac46469c247a931f760354deaed9cf10b75fde (patch)
tree3dd4158a80601bd5aad0160f96f6c33e213f0e9e /drivers/media/dvb/frontends/cx24110.h
parent1e7eb89ba936fc1db54e247a336f3f55bdbc644d (diff)
downloadlinux-e7ac46469c247a931f760354deaed9cf10b75fde.tar.xz
V4L/DVB (3389): Fix broken IF-OUT Relay handling
Fixed broken IF-OUT on pinnacle sat board. Thanks to Edgar Toernig Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/cx24110.h')
-rw-r--r--drivers/media/dvb/frontends/cx24110.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/cx24110.h b/drivers/media/dvb/frontends/cx24110.h
index b63ecf26421a..609ac642b406 100644
--- a/drivers/media/dvb/frontends/cx24110.h
+++ b/drivers/media/dvb/frontends/cx24110.h
@@ -35,6 +35,7 @@ struct cx24110_config
/* PLL maintenance */
int (*pll_init)(struct dvb_frontend* fe);
int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params);
+ int (*pll_sleep)(struct dvb_frontend* fe);
};
extern struct dvb_frontend* cx24110_attach(const struct cx24110_config* config,