diff options
author | Akihiro Tsukada <tskd08@gmail.com> | 2018-04-08 20:21:35 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-05 13:42:23 +0300 |
commit | 17459727ba52f2566c19b9621b9205a0910ec161 (patch) | |
tree | 05e33edd32657e9f01ab87a2ca7be69802e78365 /drivers/media/dvb-frontends/dvb-pll.h | |
parent | eaa51fee29e7e0fb39181d6b69ac92aff41f4552 (diff) | |
download | linux-17459727ba52f2566c19b9621b9205a0910ec161.tar.xz |
media: dvb-frontends/dvb-pll: add tua6034 ISDB-T tuner used in Friio
This driver already contains tua6034-based device settings,
but they are not for ISDB-T and have different parameters.
Signed-off-by: Akihiro Tsukada <tskd08@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/dvb-frontends/dvb-pll.h')
-rw-r--r-- | drivers/media/dvb-frontends/dvb-pll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/dvb-pll.h b/drivers/media/dvb-frontends/dvb-pll.h index 101537ae4ef5..7555407c2cc3 100644 --- a/drivers/media/dvb-frontends/dvb-pll.h +++ b/drivers/media/dvb-frontends/dvb-pll.h @@ -29,6 +29,7 @@ #define DVB_PLL_SAMSUNG_TBMU24112 17 #define DVB_PLL_TDEE4 18 #define DVB_PLL_THOMSON_DTT7520X 19 +#define DVB_PLL_TUA6034_FRIIO 20 struct dvb_pll_config { struct dvb_frontend *fe; |