diff options
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c index baa3aeed8a23..3e4f55a9edfa 100644 --- a/drivers/media/video/ivtv/ivtv-driver.c +++ b/drivers/media/video/ivtv/ivtv-driver.c | |||
@@ -509,7 +509,7 @@ static v4l2_std_id ivtv_parse_std(struct ivtv *itv) | |||
509 | return V4L2_STD_PAL_BG | V4L2_STD_PAL_H; | 509 | return V4L2_STD_PAL_BG | V4L2_STD_PAL_H; |
510 | case 'n': | 510 | case 'n': |
511 | case 'N': | 511 | case 'N': |
512 | tunerhz = 60; | 512 | tunerhz = 50; |
513 | if (pal[1] == 'c' || pal[1] == 'C') | 513 | if (pal[1] == 'c' || pal[1] == 'C') |
514 | return V4L2_STD_PAL_Nc; | 514 | return V4L2_STD_PAL_Nc; |
515 | return V4L2_STD_PAL_N; | 515 | return V4L2_STD_PAL_N; |