diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-27 00:08:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-02-27 00:08:36 -0300 |
commit | ccb1ef199162754e80c27e5b7d20817eb73a0eab (patch) | |
tree | 893bb08a38001cf5dff29854de200c681a5b0345 /drivers/media/video/saa7134 | |
parent | 6ba509d7c73f6cea795a71ceed6cdb7e302fc4b7 (diff) | |
download | op-kernel-dev-ccb1ef199162754e80c27e5b7d20817eb73a0eab.zip op-kernel-dev-ccb1ef199162754e80c27e5b7d20817eb73a0eab.tar.gz |
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>
Diffstat (limited to 'drivers/media/video/saa7134')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c index 0cc171e..99cefdd 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[] = { }, }, [SAA7134_BOARD_KWORLD_ATSC110] = { - .name = "KWORLD ATSC110", + .name = "Kworld ATSC110", .audio_clock = 0x00187de7, .tuner_type = TUNER_PHILIPS_TUV1236D, .radio_type = UNSET, |