diff options
author | Olli Salonen <olli.salonen@iki.fi> | 2015-02-28 16:25:23 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-03-03 14:35:08 +0100 |
commit | c28aebe178a403f0e8632a283bc4d683b0c93e83 (patch) | |
tree | 5d3c58db7643e552dcf54546c44aa99cc23d12f0 /drivers/media/tuners/si2157_priv.h | |
parent | [media] lgdt3306a: Minor source code cleanups (diff) | |
download | linux-c28aebe178a403f0e8632a283bc4d683b0c93e83.tar.xz linux-c28aebe178a403f0e8632a283bc4d683b0c93e83.zip |
[media] si2157: IF frequency for ATSC and QAM
For supporting ATSC and QAM modes the driver should use a smaller IF frequency than 5 MHz.
Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/tuners/si2157_priv.h')
-rw-r--r-- | drivers/media/tuners/si2157_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/tuners/si2157_priv.h b/drivers/media/tuners/si2157_priv.h index 7aa53bce5593..cd8fa5b25304 100644 --- a/drivers/media/tuners/si2157_priv.h +++ b/drivers/media/tuners/si2157_priv.h @@ -28,6 +28,7 @@ struct si2157_dev { bool fw_loaded; bool inversion; u8 chiptype; + u32 if_frequency; }; #define SI2157_CHIPTYPE_SI2157 0 |