[media] radio-si470x: Lower hardware freq seek signal treshold
authorHans de Goede <hdegoede@redhat.com>
Thu, 14 Jun 2012 12:43:13 +0000 (09:43 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Jul 2012 21:11:48 +0000 (18:11 -0300)
The previous value made hardware freq seek not work for me, despite having
good reception of almost all Dutch radio stations.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/radio/si470x/radio-si470x-common.c

index 9f8b675..84ab3d5 100644 (file)
@@ -359,7 +359,7 @@ int si470x_start(struct si470x_device *radio)
 
        /* sysconfig 2 */
        radio->registers[SYSCONFIG2] =
-               (0x3f  << 8) |                          /* SEEKTH */
+               (0x1f  << 8) |                          /* SEEKTH */
                ((band  << 6) & SYSCONFIG2_BAND)  |     /* BAND */
                ((space << 4) & SYSCONFIG2_SPACE) |     /* SPACE */
                15;                                     /* VOLUME (max) */