diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-03 15:48:49 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 05:16:28 -0500 |
commit | 7572f9c5575c721f43b575a71fda1ecd896e0327 (patch) | |
tree | daf8a4b2dde8a319bb4bf44ef59685a2ffcfd6ab /drivers/media/video/cx231xx/cx231xx-dvb.c | |
parent | 55fa288deca4b17e539ba49a9b0d0ed474afa6f8 (diff) |
[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/video/cx231xx/cx231xx-dvb.c')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-dvb.c b/drivers/media/video/cx231xx/cx231xx-dvb.c index b55e7e0bc245..fe59a1c3f064 100644 --- a/drivers/media/video/cx231xx/cx231xx-dvb.c +++ b/drivers/media/video/cx231xx/cx231xx-dvb.c | |||
@@ -143,6 +143,7 @@ static struct tda18271_config hcw_tda18271_config = { | |||
143 | 143 | ||
144 | static const struct mb86a20s_config pv_mb86a20s_config = { | 144 | static const struct mb86a20s_config pv_mb86a20s_config = { |
145 | .demod_address = 0x10, | 145 | .demod_address = 0x10, |
146 | .is_serial = true, | ||
146 | }; | 147 | }; |
147 | 148 | ||
148 | static struct tda18271_config pv_tda18271_config = { | 149 | static struct tda18271_config pv_tda18271_config = { |