mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[media] em28xx: add ts mode setting for PCTV 292e
TS mode must be set in the existing PCTV 292e driver. Signed-off-by: Olli Salonen <olli.salonen@iki.fi> Reviewed-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
389ce3984b
commit
6fd2f44a00
1 changed files with 1 additions and 0 deletions
|
@ -1535,6 +1535,7 @@ static int em28xx_dvb_init(struct em28xx *dev)
|
|||
/* attach demod */
|
||||
si2168_config.i2c_adapter = &adapter;
|
||||
si2168_config.fe = &dvb->fe[0];
|
||||
si2168_config.ts_mode = SI2168_TS_PARALLEL;
|
||||
memset(&info, 0, sizeof(struct i2c_board_info));
|
||||
strlcpy(info.type, "si2168", I2C_NAME_SIZE);
|
||||
info.addr = 0x64;
|
||||
|
|
Loading…
Reference in a new issue