OSDN Git Service

[media] drx-j: set it to serial mode by default
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Mon, 3 Mar 2014 09:13:17 +0000 (06:13 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 4 Mar 2014 17:42:09 +0000 (14:42 -0300)
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>
drivers/media/dvb-frontends/drx39xyj/drxj.c

index 8437fd5..a99040b 100644 (file)
@@ -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   */