diff options
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index 615cf362e79c..2b27460dae35 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -1244,6 +1244,7 @@ struct em28xx_board em28xx_boards[] = { | |||
1244 | .tuner_type = TUNER_LG_PAL_NEW_TAPC, | 1244 | .tuner_type = TUNER_LG_PAL_NEW_TAPC, |
1245 | .tda9887_conf = TDA9887_PRESENT, | 1245 | .tda9887_conf = TDA9887_PRESENT, |
1246 | .decoder = EM28XX_TVP5150, | 1246 | .decoder = EM28XX_TVP5150, |
1247 | .adecoder = EM28XX_TVAUDIO, | ||
1247 | .input = { { | 1248 | .input = { { |
1248 | .type = EM28XX_VMUX_TELEVISION, | 1249 | .type = EM28XX_VMUX_TELEVISION, |
1249 | .vmux = TVP5150_COMPOSITE0, | 1250 | .vmux = TVP5150_COMPOSITE0, |
@@ -1917,6 +1918,8 @@ void em28xx_card_setup(struct em28xx *dev) | |||
1917 | request_module("tvp5150"); | 1918 | request_module("tvp5150"); |
1918 | if (dev->board.tuner_type != TUNER_ABSENT) | 1919 | if (dev->board.tuner_type != TUNER_ABSENT) |
1919 | request_module("tuner"); | 1920 | request_module("tuner"); |
1921 | if (dev->board.adecoder == EM28XX_TVAUDIO) | ||
1922 | request_module("tvaudio"); | ||
1920 | #endif | 1923 | #endif |
1921 | 1924 | ||
1922 | em28xx_config_tuner(dev); | 1925 | em28xx_config_tuner(dev); |