summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-10-24 08:55:54 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2007-10-24 08:55:54 -0400
commitd34b4355e00c810272a89a506d26385553ae23e2 (patch)
tree05899b7a5def70d7980ab42da5f16c5990740366 /linux/drivers/media/dvb/frontends/Makefile
parent45e16ceff61bbe8a9d94d5967d909b901bed82bb (diff)
downloadmediapointer-dvb-s2-d34b4355e00c810272a89a506d26385553ae23e2.tar.gz
mediapointer-dvb-s2-d34b4355e00c810272a89a506d26385553ae23e2.tar.bz2
tda18271: clean up i2c_gate handling
From: Michael Krufky <mkrufky@linuxtv.org> Call analog_demod_ops->i2c_gate_ctrl when in analog tuning mode, and frontend_ops.i2c_gate_ctrl when in digital tuning mode. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> --- linux/drivers/media/dvb/frontends/Makefile | 1 linux/drivers/media/dvb/frontends/tda18271.c | 33 ++++++++++++++++++++------- 2 files changed, 26 insertions(+), 8 deletions(-)
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Makefile')
-rw-r--r--linux/drivers/media/dvb/frontends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile
index 457effcda..57e5fa805 100644
--- a/linux/drivers/media/dvb/frontends/Makefile
+++ b/linux/drivers/media/dvb/frontends/Makefile
@@ -3,6 +3,7 @@
#
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/
+EXTRA_CFLAGS += -Idrivers/media/video/
obj-$(CONFIG_DVB_PLL) += dvb-pll.o
obj-$(CONFIG_DVB_STV0299) += stv0299.o