]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/media/video/em28xx/em28xx-cards.c
V4L/DVB (7813): Fix compilation, when V4L1_COMPAT is disabled
[mirror_ubuntu-zesty-kernel.git] / drivers / media / video / em28xx / em28xx-cards.c
index 93a7176f9cd142fff043be1b2a8cae98cdb4bfa0..50ccf377120488e0d61a40776b4e2a162b529915 100644 (file)
@@ -563,8 +563,11 @@ static void em28xx_setup_xc3028(struct em28xx *dev, struct xc2028_ctrl *ctl)
        ctl->mts = em28xx_boards[dev->model].mts_firmware;
 
        switch (dev->model) {
-       /* Add card-specific parameters for xc3028 here */
+       case EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900:
+               ctl->demod = XC3028_FE_ZARLINK456;
+               break;
        case EM2880_BOARD_HAUPPAUGE_WINTV_HVR_950:
+               /* FIXME: Better to specify the needed IF */
                ctl->demod = XC3028_FE_DEFAULT;
                break;
        default: