V4L/DVB (10506): saa7134: move tuner init code to saa7134-cards
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 8 Feb 2009 11:50:50 +0000 (08:50 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:42:42 +0000 (12:42 -0300)
commit18b1ae7dd83e4ec5ab28711e4b28e4b2e1c0b53c
tree1a5743292746784fcbd1659d3b029c58aea7619f
parent31063814400cd37d47f5f58a96e58596196f04b0
V4L/DVB (10506): saa7134: move tuner init code to saa7134-cards

On certain devices, before opening a tuner, we need to open the tuner
gate via i2c.

This patch just moves the tuner probing code to the same place where
such i2c commands are handled, to make easier to fix this trouble on
later patches.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7134/saa7134-cards.c
drivers/media/video/saa7134/saa7134-core.c