From 25fa8dc39b10e8710d5818e51534d59e728ac641 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 13 Feb 2012 20:43:21 +0100 Subject: add a workaround for non-v4l standard signal reporting --- rds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rds.c') diff --git a/rds.c b/rds.c index ed116a2..1c41d4d 100644 --- a/rds.c +++ b/rds.c @@ -25,7 +25,7 @@ #include "fmrxd.h" -#if CRAPPY_WL1273_RDS +#if WORKAROUND_BAD_WL1273_RDS #define WL1273_RDS_BLOCK_A 0 #define WL1273_RDS_BLOCK_B 1 #define WL1273_RDS_BLOCK_C 2 @@ -190,7 +190,7 @@ static gboolean rds_callback(GIOChannel *source, GIOCondition condition, int block; bool error; -#if CRAPPY_WL1273_RDS +#if WORKAROUND_BAD_WL1273_RDS block = rds.block & WL1273_RDS_BLOCK_MASK; // The following is, in a "more" readable way, swapping 3 and 4. switch (block) { -- cgit v1.2.3