|
@@ -1059,7 +1059,7 @@ static int dst_get_tuner_info(struct dst_state *state)
|
|
|
dprintk(verbose, DST_ERROR, 1, "DST type has TS=188");
|
|
|
}
|
|
|
if (state->board_info[0] == 0xbc) {
|
|
|
- if (state->type_flags != DST_TYPE_IS_ATSC)
|
|
|
+ if (state->dst_type != DST_TYPE_IS_ATSC)
|
|
|
state->type_flags |= DST_TYPE_HAS_TS188;
|
|
|
else
|
|
|
state->type_flags |= DST_TYPE_HAS_NEWTUNE_2;
|