wrong port type for ct2ti card

This commit is contained in:
Ralph Metzler 2017-04-09 13:20:22 +02:00
parent 264f08fbad
commit 2aee51e447
1 changed files with 2 additions and 2 deletions

View File

@ -2702,8 +2702,8 @@ static void ddb_port_probe(struct ddb_port *port)
break;
case 0xc1:
port->name = "DUAL DVB-C2T2 ISDB-T CXD2854";
port->type = DDB_TUNER_DVBC2T2_SONY_P;
port->type_name = "DVBC2T2_ISDBT_SONY";
port->type = DDB_TUNER_DVBC2T2I_SONY_P;
port->type_name = "DVBC2T2I_ISDBT_SONY";
break;
default:
return;