Change ts output mode.

Change from common interface mode to parallel mode based on the hardware
change.

Google-Bug-Id: 19432272
Change-Id: Ic5369b2e59769ca2a6d26514cd6b480c977818f1
diff --git a/drivers/media/dvb/dvb-usb/sc100.c b/drivers/media/dvb/dvb-usb/sc100.c
index 7b93c2b..e6249d0 100644
--- a/drivers/media/dvb/dvb-usb/sc100.c
+++ b/drivers/media/dvb/dvb-usb/sc100.c
@@ -60,7 +60,7 @@
 
 static struct dvbsky_m88rs6000_config sc100_config = {
 	.demod_address = 0x69,
-	.ci_mode = 1,
+	.ci_mode = 0,
 	.pin_ctrl = 0x80,
 	.ts_mode = 0,
 	.tuner_readstops = 1,