summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/nxt200x.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-05-05 11:15:57 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2007-05-05 11:15:57 -0400
commita9131e180377070115d9d7d1aa4e76c5906a81fd (patch)
treec64a2929257f533215923206f999d15785962700 /linux/drivers/media/dvb/frontends/nxt200x.h
parent9e77d37f02dfdf40e28145025105c9b0d8466a21 (diff)
downloadmediapointer-dvb-s2-a9131e180377070115d9d7d1aa4e76c5906a81fd.tar.gz
mediapointer-dvb-s2-a9131e180377070115d9d7d1aa4e76c5906a81fd.tar.bz2
tuv1236d: move rf input switching code into dvb-pll
From: Michael Krufky <mkrufky@linuxtv.org> This patch removes duplicate code from cx88-dvb and saa7134-dvb that handles rf input switching for the TUV1236d tuner. The functionality is added to dvb-pll, where all the other code that handles the TUV1236d is kept. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/nxt200x.h')
-rw-r--r--linux/drivers/media/dvb/frontends/nxt200x.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/frontends/nxt200x.h b/linux/drivers/media/dvb/frontends/nxt200x.h
index 28bc5591b..bb0ef58d7 100644
--- a/linux/drivers/media/dvb/frontends/nxt200x.h
+++ b/linux/drivers/media/dvb/frontends/nxt200x.h
@@ -38,9 +38,6 @@ struct nxt200x_config
/* the demodulator's i2c address */
u8 demod_address;
- /* used to set pll input */
- int (*set_pll_input)(u8* buf, int input);
-
/* need to set device param for start_dma */
int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured);
};