[media] cx231xx: Colibri carrier offset was wrong for PAL/M
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 9 Oct 2010 15:04:25 +0000 (12:04 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:17:48 +0000 (01:17 -0200)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx231xx/cx231xx-avcore.c

index 4e08243..cf50faf 100644 (file)
@@ -1539,7 +1539,7 @@ u32 cx231xx_Get_Colibri_CarrierOffset(u32 mode, u32 standerd)
 
        if (mode == TUNER_MODE_FM_RADIO) {
                colibri_carrier_offset = 1100000;
-       } else if (standerd & (V4L2_STD_NTSC | V4L2_STD_NTSC_M_JP)) {
+       } else if (standerd & (V4L2_STD_MN | V4L2_STD_NTSC_M_JP)) {
                colibri_carrier_offset = 4832000;  /*4.83MHz    */
        } else if (standerd & (V4L2_STD_PAL_B | V4L2_STD_PAL_G)) {
                colibri_carrier_offset = 2700000;  /*2.70MHz       */