diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-22 13:46:05 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:52 -0400 |
commit | ab8b870e430d3e2cfb299f81e0ae0aef7fe5bfda (patch) | |
tree | debb8ff758f103ddd3af5fc54d4c7dad6b84a5b7 /drivers/media/video/em28xx | |
parent | e827931e37295329be0bc0e6c0283bfa4807b8f9 (diff) |
V4L/DVB (7381): tuner: rename TUNER_PHILIPS_ATSC to TUNER_PHILIPS_FCV1236D
TUNER_PHILIPS_ATSC is an ambiguous name for a tuner. Rename it to
TUNER_PHILIPS_FCV1236D to be more descriptive.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index aae7753fef11..94aed008f83b 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -331,7 +331,7 @@ struct em28xx_board em28xx_boards[] = { | |||
331 | .name = "Kworld USB2800", | 331 | .name = "Kworld USB2800", |
332 | .is_em2800 = 1, | 332 | .is_em2800 = 1, |
333 | .vchannels = 3, | 333 | .vchannels = 3, |
334 | .tuner_type = TUNER_PHILIPS_ATSC, | 334 | .tuner_type = TUNER_PHILIPS_FCV1236D, |
335 | .tda9887_conf = TDA9887_PRESENT, | 335 | .tda9887_conf = TDA9887_PRESENT, |
336 | .decoder = EM28XX_SAA7113, | 336 | .decoder = EM28XX_SAA7113, |
337 | .input = { { | 337 | .input = { { |