]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
V4L/DVB (10182): tda8290: fix TDA8290 + TDA18271 initialization
authorMichael Krufky <mkrufky@linuxtv.org>
Mon, 5 Jan 2009 21:25:04 +0000 (18:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 8 Jan 2009 00:18:55 +0000 (22:18 -0200)
commit439b72b69e4992e9ec34b74304f0fa95623934eb
treea2148b8fe0520b20669a4ae2b251e77392f25871
parent432663375b04ed9700ea7d3c8e737432d1be6490
V4L/DVB (10182): tda8290: fix TDA8290 + TDA18271 initialization

Don't call tda8290_init_tuner unless we have either a TDA8275 or TDA8275A
present. Calling this function will cause a TDA18271 to get sick, so we
should only call it when needed.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/tuners/tda8290.c