]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] cx231xx: remove board specific check for Colibri configuration
authorDevin Heitmueller <dheitmueller@hauppauge.com>
Thu, 19 Aug 2010 14:05:38 +0000 (11:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:17:34 +0000 (01:17 -0200)
commitb6cd9c4a1de9baa1a2dcd5349a8631c86a0cb61b
treeec2950a612aaf200fcc0eac21e69c7fbfc77882b
parent8aed3f479bd25c8ba452c00585c8c261747f9143
[media] cx231xx: remove board specific check for Colibri configuration

The cx231xx_set_Colibri_For_LowIF() function is only ever called if the tuner
has a DIF (see vidioc_s_frequency() in cx231xx-video.c).  Hence, we do not
need to do a board specific check in this function.

Signed-off-by: Devin Heitmueller <dheitmueller@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx231xx/cx231xx-avcore.c