V4L/DVB (10654): em28xx: VideoMate For You USB TV box requires tvaudio
[deliverable/linux.git] / drivers / media / video / em28xx / em28xx-cards.c
index 615cf362e79c33473f3b3b93f5a40783f98e413e..2b27460dae350eaa68cd5ad02a626d4fa38acff0 100644 (file)
@@ -1244,6 +1244,7 @@ struct em28xx_board em28xx_boards[] = {
                .tuner_type   = TUNER_LG_PAL_NEW_TAPC,
                .tda9887_conf = TDA9887_PRESENT,
                .decoder      = EM28XX_TVP5150,
+               .adecoder     = EM28XX_TVAUDIO,
                .input        = { {
                        .type     = EM28XX_VMUX_TELEVISION,
                        .vmux     = TVP5150_COMPOSITE0,
@@ -1917,6 +1918,8 @@ void em28xx_card_setup(struct em28xx *dev)
                request_module("tvp5150");
        if (dev->board.tuner_type != TUNER_ABSENT)
                request_module("tuner");
+       if (dev->board.adecoder == EM28XX_TVAUDIO)
+               request_module("tvaudio");
 #endif
 
        em28xx_config_tuner(dev);
This page took 0.030056 seconds and 5 git commands to generate.