diff options
author | Antti Palosaari <crope@iki.fi> | 2008-05-17 23:02:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 07:06:12 -0300 |
commit | 139dfeb2611ce92dec4c6b77297d209748340a21 (patch) | |
tree | 3dba1800bc9e4f1ca7cfb579b17cfa7bcf9a52f3 /drivers/media/dvb/frontends/dvb-pll.h | |
parent | 4388c3b4fe0362e8bb3fe3a09b312db929b8c730 (diff) | |
download | blackbird-op-linux-139dfeb2611ce92dec4c6b77297d209748340a21.tar.gz blackbird-op-linux-139dfeb2611ce92dec4c6b77297d209748340a21.zip |
V4L/DVB (7913): DVB-PLL: add Samsung DTOS403IH102A tuner
- add Samsung DTOS403IH102A tuner
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.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 872ca29e7cf3..05239f579ccf 100644 --- a/drivers/media/dvb/frontends/dvb-pll.h +++ b/drivers/media/dvb/frontends/dvb-pll.h @@ -22,6 +22,7 @@ #define DVB_PLL_SAMSUNG_TBMV 11 #define DVB_PLL_PHILIPS_SD1878_TDA8261 12 #define DVB_PLL_OPERA1 13 +#define DVB_PLL_SAMSUNG_DTOS403IH102A 14 /** * Attach a dvb-pll to the supplied frontend structure. |