aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/tda18212.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-03 16:27:38 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-04 14:43:43 -0300
commit6cff36b23b66f437be904407601117fc74071db3 (patch)
treeefe63f613f9d3104990a1642502eef11c3d37aac /drivers/media/tuners/tda18212.h
parent[media] Update CARDLIST.cx23885 (diff)
downloadlinux-dev-6cff36b23b66f437be904407601117fc74071db3.tar.xz
linux-dev-6cff36b23b66f437be904407601117fc74071db3.zip
[media] tda18212: add support for ATSC and clearQAM on tda18272
tda18272 is programmed just like tda18212, but it also supports ClearQAM and ATSC. Add support for them. Tested with a Kworld UB435-Q on both 8VSB and 256QAM modes. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/tuners/tda18212.h')
-rw-r--r--drivers/media/tuners/tda18212.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/tuners/tda18212.h b/drivers/media/tuners/tda18212.h
index 7e0d503baf05..c36b49e4b274 100644
--- a/drivers/media/tuners/tda18212.h
+++ b/drivers/media/tuners/tda18212.h
@@ -35,6 +35,8 @@ struct tda18212_config {
u16 if_dvbt2_7;
u16 if_dvbt2_8;
u16 if_dvbc;
+ u16 if_atsc_vsb;
+ u16 if_atsc_qam;
};
#if IS_ENABLED(CONFIG_MEDIA_TUNER_TDA18212)