aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/saa7134')
-rw-r--r--drivers/media/video/saa7134/saa7134-dvb.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/media/video/saa7134/saa7134-dvb.c b/drivers/media/video/saa7134/saa7134-dvb.c
index d6dd6d55b59..1f50a481de2 100644
--- a/drivers/media/video/saa7134/saa7134-dvb.c
+++ b/drivers/media/video/saa7134/saa7134-dvb.c
@@ -956,18 +956,8 @@ static struct nxt200x_config avertvhda180 = {
956 .demod_address = 0x0a, 956 .demod_address = 0x0a,
957}; 957};
958 958
959static int nxt200x_set_pll_input(u8 *buf, int input)
960{
961 if (input)
962 buf[3] |= 0x08;
963 else
964 buf[3] &= ~0x08;
965 return 0;
966}
967
968static struct nxt200x_config kworldatsc110 = { 959static struct nxt200x_config kworldatsc110 = {
969 .demod_address = 0x0a, 960 .demod_address = 0x0a,
970 .set_pll_input = nxt200x_set_pll_input,
971}; 961};
972 962
973/* ================================================================== 963/* ==================================================================