aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/tm6000/tm6000-cards.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c
index a356ba7aa77..88144a12745 100644
--- a/drivers/staging/tm6000/tm6000-cards.c
+++ b/drivers/staging/tm6000/tm6000-cards.c
@@ -324,6 +324,8 @@ struct tm6000_board tm6000_boards[] = {
324 .tuner_addr = 0xc2 >> 1, 324 .tuner_addr = 0xc2 >> 1,
325 .demod_addr = 0x1e >> 1, 325 .demod_addr = 0x1e >> 1,
326 .type = TM6010, 326 .type = TM6010,
327 .avideo = TM6000_AIP_SIF1,
328 .aradio = TM6000_AIP_LINE1,
327 .caps = { 329 .caps = {
328 .has_tuner = 1, 330 .has_tuner = 1,
329 .has_dvb = 1, 331 .has_dvb = 1,
@@ -341,6 +343,8 @@ struct tm6000_board tm6000_boards[] = {
341 .tuner_type = TUNER_XC5000, 343 .tuner_type = TUNER_XC5000,
342 .tuner_addr = 0xc2 >> 1, 344 .tuner_addr = 0xc2 >> 1,
343 .type = TM6010, 345 .type = TM6010,
346 .avideo = TM6000_AIP_SIF1,
347 .aradio = TM6000_AIP_LINE1,
344 .caps = { 348 .caps = {
345 .has_tuner = 1, 349 .has_tuner = 1,
346 .has_dvb = 0, 350 .has_dvb = 0,