aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorFranklin Meng <fmeng2002@yahoo.com>2009-06-06 16:34:01 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 19:07:45 -0300
commitae3340cbf59ea362c2016eea762456cc0969fd9e (patch)
tree882c5425cbf46309ab3debe826b75dc324b8c791 /drivers/media
parentV4L/DVB (11973): gspca - ov534: Do the ov772x work again. (diff)
downloadlinux-dev-ae3340cbf59ea362c2016eea762456cc0969fd9e.tar.xz
linux-dev-ae3340cbf59ea362c2016eea762456cc0969fd9e.zip
V4L/DVB (11976): em28xx: set up tda9887_conf in em28xx_card_setup()
Added tda9887_conf set up into em28xx_card_setup() Signed-off-by: Franklin Meng <fmeng2002@yahoo.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 36abb352b99f..d3b0eb3bdf61 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -1978,6 +1978,9 @@ void em28xx_card_setup(struct em28xx *dev)
if (em28xx_boards[dev->model].tuner_addr)
dev->tuner_addr = em28xx_boards[dev->model].tuner_addr;
+ if (em28xx_boards[dev->model].tda9887_conf)
+ dev->tda9887_conf = em28xx_boards[dev->model].tda9887_conf;
+
/* request some modules */
switch (dev->model) {
case EM2820_BOARD_HAUPPAUGE_WINTV_USB_2: