diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-03 21:48:49 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 11:16:28 +0100 |
commit | 7572f9c5575c721f43b575a71fda1ecd896e0327 (patch) | |
tree | daf8a4b2dde8a319bb4bf44ef59685a2ffcfd6ab /drivers/media/dvb/frontends/mb86a20s.h | |
parent | [media] cx231xx: use callback to set agc on PixelView (diff) | |
download | linux-7572f9c5575c721f43b575a71fda1ecd896e0327.tar.xz linux-7572f9c5575c721f43b575a71fda1ecd896e0327.zip |
[media] mb86a20s: add support for serial streams
By comparing the traffic between Pixelview (cx23102-based and Kworld
(saa7134-based), the only difference is at register 0xd5. After some
tests, It seems that it is used to change mode between serial and parallel.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/mb86a20s.h')
-rw-r--r-- | drivers/media/dvb/frontends/mb86a20s.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/mb86a20s.h b/drivers/media/dvb/frontends/mb86a20s.h index e3461983a831..bf22e77888b9 100644 --- a/drivers/media/dvb/frontends/mb86a20s.h +++ b/drivers/media/dvb/frontends/mb86a20s.h @@ -26,6 +26,7 @@ struct mb86a20s_config { u8 demod_address; + bool is_serial; }; #if defined(CONFIG_DVB_MB86A20S) || (defined(CONFIG_DVB_MB86A20S_MODULE) \ |