Permalink
Browse files
tbs5880: Change TS mode to parallel.
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
drivers/media/usb/dvb-usb/tbs5880.c
|
|
@@ -522,7 +522,7 @@ static struct dvb_usb_device_properties tbs5880_properties; |
|
|
|
|
|
static struct cxd2820r_config cxd2820r_config = {
|
|
|
.i2c_address = 0x6c, /* (0xd8 >> 1) */
|
|
|
- .ts_mode = 0x08,
|
|
|
+ .ts_mode = CXD2820R_TS_PARALLEL,
|
|
|
.set_lock_led = tbs5880_led_ctrl,
|
|
|
};
|
|
|
|
|
|
|
0 comments on commit
faeab6d