From 336ea51af65c8511ba38f0c3ccfdf7634b87c12d Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Thu, 18 Nov 2021 09:14:37 +0100 Subject: WIP: Samsung YPR0/1: switch to generic SI47xx polling Should work(tm). But I don't have the hardware, so it needs to be tested. Change-Id: Ic086434f570dcddacb5b7e7a1acce4b8cafc5c03 --- firmware/export/config/samsungypr0.h | 2 ++ firmware/export/config/samsungypr1.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'firmware/export/config') diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h index e29ea6a974..520eb08d01 100644 --- a/firmware/export/config/samsungypr0.h +++ b/firmware/export/config/samsungypr0.h @@ -105,6 +105,8 @@ #define CONFIG_TUNER SI4700 #define HAVE_TUNER_PWR_CTRL #define HAVE_RDS_CAP +#define CONFIG_RDS (RDS_CFG_POLL | RDS_CFG_PROCESS) +#define CONFIG_RDS_POLL_TICKS 4 /* Define this for FM radio input available */ #define HAVE_FMRADIO_IN diff --git a/firmware/export/config/samsungypr1.h b/firmware/export/config/samsungypr1.h index d091e3ed1e..50abfa323e 100644 --- a/firmware/export/config/samsungypr1.h +++ b/firmware/export/config/samsungypr1.h @@ -150,6 +150,8 @@ #define CONFIG_TUNER SI4700 #define HAVE_TUNER_PWR_CTRL #define HAVE_RDS_CAP +#define CONFIG_RDS (RDS_CFG_POLL | RDS_CFG_PROCESS) +#define CONFIG_RDS_POLL_TICKS 4 /* Define this for FM radio input available */ #define HAVE_FMRADIO_IN -- cgit v1.2.3