aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/drx39xyj
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-03 06:13:17 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-04 14:42:09 -0300
commita5e7a67f9e774e6373314a5f2d64cdeca707d77c (patch)
tree17d9bcb9c1cf659bcfbc6a8b9db582ff7efcb844 /drivers/media/dvb-frontends/drx39xyj
parent[media] drx-j: Properly initialize mpeg struct before using it (diff)
downloadlinux-dev-a5e7a67f9e774e6373314a5f2d64cdeca707d77c.tar.xz
linux-dev-a5e7a67f9e774e6373314a5f2d64cdeca707d77c.zip
[media] drx-j: set it to serial mode by default
Currently, there's just one device using this frontend: PCTV 80e, and it works on serial mode. Change the default here to serial mode. If we add more devices, then this option should be set via config structure. Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/drx39xyj')
-rw-r--r--drivers/media/dvb-frontends/drx39xyj/drxj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/drx39xyj/drxj.c b/drivers/media/dvb-frontends/drx39xyj/drxj.c
index 8437fd5b8c91..a99040b741c6 100644
--- a/drivers/media/dvb-frontends/drx39xyj/drxj.c
+++ b/drivers/media/dvb-frontends/drx39xyj/drxj.c
@@ -833,7 +833,7 @@ struct drx_common_attr drxj_default_comm_attr_g = {
/* MPEG output configuration */
true, /* If true, enable MPEG ouput */
false, /* If true, insert RS byte */
- true, /* If true, parallel out otherwise serial */
+ false, /* If true, parallel out otherwise serial */
false, /* If true, invert DATA signals */
false, /* If true, invert ERR signal */
false, /* If true, invert STR signals */