diff options
author | Douglas Schilling Landgraf <dougsland@redhat.com> | 2009-06-06 16:34:01 -0300 |
---|---|---|
committer | Douglas Schilling Landgraf <dougsland@redhat.com> | 2009-06-06 16:34:01 -0300 |
commit | dd007d4908b20070d6ea01c800ad017e26d6aa1b (patch) | |
tree | f6de042d5221fb96169664f75a60bf6fcae13a40 /linux/drivers/media/video/em28xx/em28xx-cards.c | |
parent | a54e4ff7ad973562ecb961a02ea8da66e2334aef (diff) | |
download | mediapointer-dvb-s2-dd007d4908b20070d6ea01c800ad017e26d6aa1b.tar.gz mediapointer-dvb-s2-dd007d4908b20070d6ea01c800ad017e26d6aa1b.tar.bz2 |
em28xx: set up tda9887_conf in em28xx_card_setup()
From: Franklin Meng <fmeng2002@yahoo.com>
Added tda9887_conf set up into em28xx_card_setup()
Priority: normal
Signed-off-by: Franklin Meng <fmeng2002@yahoo.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-cards.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/drivers/media/video/em28xx/em28xx-cards.c index 5b89c1821..b9b8a4e01 100644 --- a/linux/drivers/media/video/em28xx/em28xx-cards.c +++ b/linux/drivers/media/video/em28xx/em28xx-cards.c @@ -2081,6 +2081,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: |