diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-03 20:27:38 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-04 18:43:43 +0100 |
commit | 6cff36b23b66f437be904407601117fc74071db3 (patch) | |
tree | efe63f613f9d3104990a1642502eef11c3d37aac /drivers/media/tuners/tda18212.h | |
parent | [media] Update CARDLIST.cx23885 (diff) | |
download | linux-6cff36b23b66f437be904407601117fc74071db3.tar.xz linux-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 '')
-rw-r--r-- | drivers/media/tuners/tda18212.h | 2 |
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) |