|
@@ -904,7 +904,7 @@ static int dvb_frontend_clear_cache(struct dvb_frontend *fe)
|
|
|
.buffer = b \
|
|
|
}
|
|
|
|
|
|
-static struct dtv_cmds_h dtv_cmds[] = {
|
|
|
+static struct dtv_cmds_h dtv_cmds[DTV_MAX_COMMAND + 1] = {
|
|
|
_DTV_CMD(DTV_TUNE, 1, 0),
|
|
|
_DTV_CMD(DTV_CLEAR, 1, 0),
|
|
|
|
|
@@ -966,6 +966,7 @@ static struct dtv_cmds_h dtv_cmds[] = {
|
|
|
_DTV_CMD(DTV_ISDBT_LAYERC_TIME_INTERLEAVING, 0, 0),
|
|
|
|
|
|
_DTV_CMD(DTV_ISDBS_TS_ID, 1, 0),
|
|
|
+ _DTV_CMD(DTV_DVBT2_PLP_ID, 1, 0),
|
|
|
|
|
|
/* Get */
|
|
|
_DTV_CMD(DTV_DISEQC_SLAVE_REPLY, 0, 1),
|