Skip to content

Commit

Permalink
V4L/DVB (8037): tda18271: ensure that the thermometer is off during c…
Browse files Browse the repository at this point in the history
…hannel configuration

Having the thermometer on during channel configuration
could cause tuning instability.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jun 26, 2008
1 parent 51858d1 commit 7ae1ac4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/media/common/tuners/tda18271-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ static int tda18271_channel_configuration(struct dvb_frontend *fe,
/* disable Power Level Indicator */
regs[R_EP1] |= 0x40;

/* make sure thermometer is off */
regs[R_TM] &= ~0x10;

/* frequency dependent parameters */

tda18271_calc_ir_measure(fe, &freq);
Expand Down

0 comments on commit 7ae1ac4

Please sign in to comment.