aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/mt20xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/mt20xx.c')
-rw-r--r--drivers/media/video/mt20xx.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/mt20xx.c b/drivers/media/video/mt20xx.c
index 2180018f06de..e2df722ebaeb 100644
--- a/drivers/media/video/mt20xx.c
+++ b/drivers/media/video/mt20xx.c
@@ -494,6 +494,13 @@ int microtune_init(struct i2c_client *c)
494 t->tv_freq = NULL; 494 t->tv_freq = NULL;
495 t->radio_freq = NULL; 495 t->radio_freq = NULL;
496 t->standby = NULL; 496 t->standby = NULL;
497 if (t->std & V4L2_STD_525_60) {
498 tuner_dbg("pinnacle ntsc\n");
499 t->radio_if2 = 41300 * 1000;
500 } else {
501 tuner_dbg("pinnacle pal\n");
502 t->radio_if2 = 33300 * 1000;
503 }
497 name = "unknown"; 504 name = "unknown";
498 505
499 i2c_master_send(c,buf,1); 506 i2c_master_send(c,buf,1);