diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-26 22:08:36 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-02-26 22:08:36 -0500 |
commit | ccb1ef199162754e80c27e5b7d20817eb73a0eab (patch) | |
tree | 893bb08a38001cf5dff29854de200c681a5b0345 | |
parent | 6ba509d7c73f6cea795a71ceed6cdb7e302fc4b7 (diff) |
V4L/DVB (3365): Kworld ATSC110: cleanups
- There is no radio with this tuner card...
Thanks-to: Dwaine Garden <DwaineGarden@rogers.com>
- fixed capitalization in card name.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | Documentation/video4linux/CARDLIST.saa7134 | 2 | ||||
-rw-r--r-- | drivers/media/video/saa7134/saa7134-cards.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/video4linux/CARDLIST.saa7134 b/Documentation/video4linux/CARDLIST.saa7134 index f74d2f9b47f5..e1484dfef103 100644 --- a/Documentation/video4linux/CARDLIST.saa7134 +++ b/Documentation/video4linux/CARDLIST.saa7134 | |||
@@ -88,4 +88,4 @@ | |||
88 | 87 -> ADS Instant TV Duo Cardbus PTV331 [0331:1421] | 88 | 87 -> ADS Instant TV Duo Cardbus PTV331 [0331:1421] |
89 | 88 -> Tevion DVB-T 220RF [17de:7201] | 89 | 88 -> Tevion DVB-T 220RF [17de:7201] |
90 | 89 -> ELSA EX-VISION 700TV [1131:7130] | 90 | 89 -> ELSA EX-VISION 700TV [1131:7130] |
91 | 90 -> KWORLD ATSC110 [17de:7350] | 91 | 90 -> Kworld ATSC110 [17de:7350] |
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c index 0cc171ea2058..99cefdd077ab 100644 --- a/drivers/media/video/saa7134/saa7134-cards.c +++ b/drivers/media/video/saa7134/saa7134-cards.c | |||
@@ -2732,7 +2732,7 @@ struct saa7134_board saa7134_boards[] = { | |||
2732 | }, | 2732 | }, |
2733 | }, | 2733 | }, |
2734 | [SAA7134_BOARD_KWORLD_ATSC110] = { | 2734 | [SAA7134_BOARD_KWORLD_ATSC110] = { |
2735 | .name = "KWORLD ATSC110", | 2735 | .name = "Kworld ATSC110", |
2736 | .audio_clock = 0x00187de7, | 2736 | .audio_clock = 0x00187de7, |
2737 | .tuner_type = TUNER_PHILIPS_TUV1236D, | 2737 | .tuner_type = TUNER_PHILIPS_TUV1236D, |
2738 | .radio_type = UNSET, | 2738 | .radio_type = UNSET, |