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.

Signed-off-by: Mauro Carvalho Chehab <m.che...@samsung.com>
---
 drivers/media/dvb-frontends/drx39xyj/drxj.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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   */
-- 
1.8.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to