Skip to content

Commit

Permalink
V4L/DVB (13259): saa7134: fix badly merged DTV1000S patch
Browse files Browse the repository at this point in the history
As pointed out by Hermann Pitton, it turns out that the DTV1000S card's
analog entry made it into the #if 0 flyvideo tweaks in saa7134-cards.c
and is not valid there.

This patch fixes the problem.

Cc: hermann pitton <hermann-pitton@arcor.de>
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 928213a commit 53c8ec5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions drivers/media/video/saa7134/saa7134-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -5304,6 +5304,22 @@ struct saa7134_board saa7134_boards[] = {
.amux = LINE2,
} },
},
[SAA7134_BOARD_LEADTEK_WINFAST_DTV1000S] = {
.name = "Leadtek Winfast DTV1000S",
.audio_clock = 0x00187de7,
.tuner_type = TUNER_PHILIPS_TDA8290,
.radio_type = UNSET,
.tuner_addr = ADDR_UNSET,
.radio_addr = ADDR_UNSET,
.mpeg = SAA7134_MPEG_DVB,
.inputs = { {
.name = name_comp1,
.vmux = 3,
}, {
.name = name_svideo,
.vmux = 8,
} },
},

};

Expand Down

0 comments on commit 53c8ec5

Please sign in to comment.