diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-10 01:19:50 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-17 04:25:52 +0400 |
commit | fa4bfd2bd0548c0e5e0d931147df45157686de71 (patch) | |
tree | 64958d6744bb2f7cf3c4eb08361d432dd72aed77 /drivers/media/dvb-frontends/rtl2832.h | |
parent | f60f5bcbe47d1a7c83b278740d22482a49a70269 (diff) | |
download | linux-fa4bfd2bd0548c0e5e0d931147df45157686de71.tar.xz |
[media] rtl2832: add code to bind r820t on it
There are some init stuff to be done for each new tuner at the
demod code. Add the code there for r820t.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Tested-by: Antti Palosaari <crope@iki.fi>
Diffstat (limited to 'drivers/media/dvb-frontends/rtl2832.h')
-rw-r--r-- | drivers/media/dvb-frontends/rtl2832.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/rtl2832.h b/drivers/media/dvb-frontends/rtl2832.h index fefba0e9ba30..91b2dcf5a6ea 100644 --- a/drivers/media/dvb-frontends/rtl2832.h +++ b/drivers/media/dvb-frontends/rtl2832.h @@ -52,6 +52,7 @@ struct rtl2832_config { #define RTL2832_TUNER_FC0012 0x26 #define RTL2832_TUNER_E4000 0x27 #define RTL2832_TUNER_FC0013 0x29 +#define RTL2832_TUNER_R820T 0x2a u8 tuner; }; |