From 0741e0581d98ea09dea78b52258f25aa0ce6bcea Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Thu, 16 Feb 2006 13:32:52 -0500 Subject: Kworld ATSC110: cleanups From: Michael Krufky - There is no radio with this tuner card... Thanks-to: Dwaine Garden - fixed capitalization in card name. Signed-off-by: Michael Krufky --- linux/drivers/media/video/saa7134/saa7134-cards.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'linux/drivers') diff --git a/linux/drivers/media/video/saa7134/saa7134-cards.c b/linux/drivers/media/video/saa7134/saa7134-cards.c index 5abce5571..bb5f62076 100644 --- a/linux/drivers/media/video/saa7134/saa7134-cards.c +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c @@ -2737,7 +2737,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, @@ -2759,12 +2759,6 @@ struct saa7134_board saa7134_boards[] = { .vmux = 8, .amux = LINE2, }}, -#if 0 - .radio = { - .name = name_radio, - .amux = LINE1, - }, -#endif }, }; -- cgit v1.2.3