Skip to content

Commit

Permalink
ddbridge: use more thorough tda18212 init
Browse files Browse the repository at this point in the history
  • Loading branch information
herrnst committed Mar 26, 2016
1 parent 2eed47d commit 7372e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/pci/ddbridge/ddbridge-core.c
Expand Up @@ -862,7 +862,7 @@ static int tuner_attach_tda18212(struct ddb_input *input)
.if_dvbt2_7 = 4000,
.if_dvbt2_8 = 4000,
.if_dvbc = 5000,
.init_flags = TDA18212_INIT_RETRY,
.init_flags = TDA18212_INIT_RETRY | TDA18212_INIT_DDSTV,
};
struct i2c_board_info board_info = {
.type = "tda18212",
Expand Down

0 comments on commit 7372e6b

Please sign in to comment.