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)
commitd9cd2d9b61898354f5dbabdc490dd6ef309ebbd4
treee88517eed458ee3e5599ae1c39ce4019f837701f
parenta62c61d3820417e8efac8796f0a46d7ab337af8d
V4L/DVB (4314): Set the Auxiliary Byte when tuning LG H06xF in analog mode

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>
drivers/media/video/tuner-core.c
drivers/media/video/tuner-simple.c