summaryrefslogtreecommitdiff
path: root/drivers/media/common/tuners/tda18271.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-12-21 11:07:52 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-12-31 10:27:27 (GMT)
commitce0e93a52a01d0074b2bd12c056cbbf7a8a300c4 (patch)
treeeb278f05b0d0fa47ae375121ed93866ae6e03d90 /drivers/media/common/tuners/tda18271.h
parent67ccfe3b9ed5287363d01820a06e18f9376d3802 (diff)
downloadlinux-fsl-qoriq-ce0e93a52a01d0074b2bd12c056cbbf7a8a300c4.tar.xz
[media] tda18271: add support for QAM 7 MHz map
This standard is not properly documented, but its settings are at the tda18271dd driver, and are somewhat obvious, as they follow the same logic as DVB-T 7MHz. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/tda18271.h')
-rw-r--r--drivers/media/common/tuners/tda18271.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/tda18271.h b/drivers/media/common/tuners/tda18271.h
index 50cfa8c..640bae4 100644
--- a/drivers/media/common/tuners/tda18271.h
+++ b/drivers/media/common/tuners/tda18271.h
@@ -53,6 +53,7 @@ struct tda18271_std_map {
struct tda18271_std_map_item dvbt_7;
struct tda18271_std_map_item dvbt_8;
struct tda18271_std_map_item qam_6;
+ struct tda18271_std_map_item qam_7;
struct tda18271_std_map_item qam_8;
};