aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-simple.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-04-22 13:46:05 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:07:52 -0400
commitab8b870e430d3e2cfb299f81e0ae0aef7fe5bfda (patch)
treedebb8ff758f103ddd3af5fc54d4c7dad6b84a5b7 /drivers/media/video/tuner-simple.c
parente827931e37295329be0bc0e6c0283bfa4807b8f9 (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/tuner-simple.c')
-rw-r--r--drivers/media/video/tuner-simple.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/tuner-simple.c b/drivers/media/video/tuner-simple.c
index 07007d67d45f..273030bda6d9 100644
--- a/drivers/media/video/tuner-simple.c
+++ b/drivers/media/video/tuner-simple.c
@@ -284,7 +284,7 @@ static void simple_set_rf_input(struct dvb_frontend *fe,
284 break; 284 break;
285 } 285 }
286 break; 286 break;
287 case TUNER_PHILIPS_ATSC: 287 case TUNER_PHILIPS_FCV1236D:
288 switch (rf) { 288 switch (rf) {
289 case 1: 289 case 1:
290 *cb |= 0x01; 290 *cb |= 0x01;
@@ -356,7 +356,7 @@ static int simple_std_setup(struct dvb_frontend *fe,
356 } 356 }
357 break; 357 break;
358 358
359 case TUNER_PHILIPS_ATSC: 359 case TUNER_PHILIPS_FCV1236D:
360 /* 0x00 -> ATSC antenna input 1 */ 360 /* 0x00 -> ATSC antenna input 1 */
361 /* 0x01 -> ATSC antenna input 2 */ 361 /* 0x01 -> ATSC antenna input 2 */
362 /* 0x02 -> NTSC antenna input 1 */ 362 /* 0x02 -> NTSC antenna input 1 */
@@ -766,7 +766,7 @@ static void simple_set_dvb(struct dvb_frontend *fe, u8 *buf,
766 buf[3] |= 1 << 3; 766 buf[3] |= 1 << 3;
767 break; 767 break;
768 case TUNER_PHILIPS_TUV1236D: 768 case TUNER_PHILIPS_TUV1236D:
769 case TUNER_PHILIPS_ATSC: 769 case TUNER_PHILIPS_FCV1236D:
770 { 770 {
771 unsigned int new_rf; 771 unsigned int new_rf;
772 772