V4L/DVB (4314): Set the Auxiliary Byte when tuning LG H06xF in analog mode
authorMichael Krufky <mkrufky@linuxtv.org>
Mon, 17 Jul 2006 20:15:26 +0000 (17:15 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sat, 29 Jul 2006 20:22:20 +0000 (17:22 -0300)
With the LG H06xF tuners, an auxiliary byte must be sent after the
standard four-byte i2c sequence. The code that does this is currently in
the wrong place, causing random bytes to be written to the tuner over
i2c in the set_type function.
This patch moves this code from set_type to default_set_tv_freq.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found