diff options
Diffstat (limited to 'drivers/media/video/tuner-simple.c')
-rw-r--r-- | drivers/media/video/tuner-simple.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-simple.c b/drivers/media/video/tuner-simple.c index 4cfe71ba7304..63db4e97ae6c 100644 --- a/drivers/media/video/tuner-simple.c +++ b/drivers/media/video/tuner-simple.c | |||
@@ -331,6 +331,8 @@ static void default_set_tv_freq(struct i2c_client *c, unsigned int freq) | |||
331 | else if (params->default_top_high) | 331 | else if (params->default_top_high) |
332 | config |= TDA9887_TOP(params->default_top_high); | 332 | config |= TDA9887_TOP(params->default_top_high); |
333 | } | 333 | } |
334 | if (params->default_pll_gating_18) | ||
335 | config |= TDA9887_GATING_18; | ||
334 | i2c_clients_command(c->adapter, TDA9887_SET_CONFIG, &config); | 336 | i2c_clients_command(c->adapter, TDA9887_SET_CONFIG, &config); |
335 | } | 337 | } |
336 | tuner_dbg("tv 0x%02x 0x%02x 0x%02x 0x%02x\n", | 338 | tuner_dbg("tv 0x%02x 0x%02x 0x%02x 0x%02x\n", |