[2.6.30.y,1/1] V4L: em28xx: set up tda9887_conf in em28xx_card_setup()

Message ID 37219a840909120731j1166b2b0r8c51dc7ba8dbea6a@mail.gmail.com (mailing list archive)
State Superseded, archived
Headers

Commit Message

Michael Ira Krufky Sept. 12, 2009, 2:31 p.m. UTC
  V4L: em28xx: set up tda9887_conf in em28xx_card_setup()

From: Franklin Meng <fmeng2002@yahoo.com>

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>
Tested-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
(cherry picked from commit ae3340cbf59ea362c2016eea762456cc0969fd9e)
---
 drivers/media/video/em28xx/em28xx-cards.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
  

Patch

diff --git a/drivers/media/video/em28xx/em28xx-cards.c
b/drivers/media/video/em28xx/em28xx-cards.c
index 7c70738..168e892 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -1886,6 +1886,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: