diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-10-24 09:55:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 19:01:14 -0200 |
commit | 7d11c53c5d909d866dee0ce5db2d6ca1c422edca (patch) | |
tree | 9e83b6f4f347298b01ceb589808a8a78f0509125 /drivers/media/dvb/frontends/Makefile | |
parent | a72dd305f99f6c6e4eff01478ae53fc80ce98fb1 (diff) | |
download | talos-obmc-linux-7d11c53c5d909d866dee0ce5db2d6ca1c422edca.tar.gz talos-obmc-linux-7d11c53c5d909d866dee0ce5db2d6ca1c422edca.zip |
V4L/DVB (6449): tda18271: clean up i2c_gate handling
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>
Diffstat (limited to 'drivers/media/dvb/frontends/Makefile')
-rw-r--r-- | drivers/media/dvb/frontends/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile index 457effcda5da..57e5fa80589b 100644 --- a/drivers/media/dvb/frontends/Makefile +++ b/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 |