|
@@ -441,9 +441,9 @@ int cx23885_tuner_callback(void *priv, int component, int command, int arg)
|
|
case CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP:
|
|
case CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP:
|
|
/* Two identical tuners on two different i2c buses,
|
|
/* Two identical tuners on two different i2c buses,
|
|
* we need to reset the correct gpio. */
|
|
* we need to reset the correct gpio. */
|
|
- if (port->nr == 0)
|
|
|
|
|
|
+ if (port->nr == 1)
|
|
bitmask = 0x01;
|
|
bitmask = 0x01;
|
|
- else if (port->nr == 1)
|
|
|
|
|
|
+ else if (port->nr == 2)
|
|
bitmask = 0x04;
|
|
bitmask = 0x04;
|
|
break;
|
|
break;
|
|
}
|
|
}
|