summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/tuners/tda18271-priv.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2011-11-03 13:59:42 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-08 11:25:15 +0100
commit8c8ee11345fa26e46cbc9ec88581736e38915b16 (patch)
treefb7a46ee9dfa120c746c1881d48947c18e2bbbf5 /drivers/media/common/tuners/tda18271-priv.h
parent[media] mxl5007t: add mxl5007t_get_if_frequency (diff)
downloadlinux-8c8ee11345fa26e46cbc9ec88581736e38915b16.tar.xz
linux-8c8ee11345fa26e46cbc9ec88581736e38915b16.zip
[media] tda18271: add tda18271_get_if_frequency
Reported-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/tda18271-priv.h')
-rw-r--r--drivers/media/common/tuners/tda18271-priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/tda18271-priv.h b/drivers/media/common/tuners/tda18271-priv.h
index 94340f47562b..454c152ccaa0 100644
--- a/drivers/media/common/tuners/tda18271-priv.h
+++ b/drivers/media/common/tuners/tda18271-priv.h
@@ -122,6 +122,8 @@ struct tda18271_priv {
struct mutex lock;
+ u16 if_freq;
+
u32 frequency;
u32 bandwidth;
};