diff options
author | Gianluca Gennari <gennarone@gmail.com> | 2012-04-02 16:25:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-04-09 13:52:34 -0400 |
commit | ce1fe3799c0e92b9219ab123002d0383c5c3cc07 (patch) | |
tree | cb42b3ae6650197cf3a7f24d3155c5e5d1bed2cd /drivers/media/dvb/frontends/af9033.h | |
parent | 728827b8d32319a2989f89b656e2d9fc6d7a3ab3 (diff) |
[media] af9035: add support for the tda18218 tuner
Add basic support for the tda18218 tuner and the AVerMedia A835 devices.
Signed-off-by: Gianluca Gennari <gennarone@gmail.com>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/af9033.h')
-rw-r--r-- | drivers/media/dvb/frontends/af9033.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/af9033.h b/drivers/media/dvb/frontends/af9033.h index dcf7e290b6fe..9e302c3f0f7d 100644 --- a/drivers/media/dvb/frontends/af9033.h +++ b/drivers/media/dvb/frontends/af9033.h | |||
@@ -41,6 +41,7 @@ struct af9033_config { | |||
41 | #define AF9033_TUNER_TUA9001 0x27 /* Infineon TUA 9001 */ | 41 | #define AF9033_TUNER_TUA9001 0x27 /* Infineon TUA 9001 */ |
42 | #define AF9033_TUNER_FC0011 0x28 /* Fitipower FC0011 */ | 42 | #define AF9033_TUNER_FC0011 0x28 /* Fitipower FC0011 */ |
43 | #define AF9033_TUNER_MXL5007T 0xa0 /* MaxLinear MxL5007T */ | 43 | #define AF9033_TUNER_MXL5007T 0xa0 /* MaxLinear MxL5007T */ |
44 | #define AF9033_TUNER_TDA18218 0xa1 /* NXP TDA 18218HN */ | ||
44 | u8 tuner; | 45 | u8 tuner; |
45 | 46 | ||
46 | /* | 47 | /* |