OSDN Git Service

V4L/DVB (11976): em28xx: set up tda9887_conf in em28xx_card_setup()
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / drivers / media / video / em28xx / em28xx-cards.c
index 36abb35..d3b0eb3 100644 (file)
@@ -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: