summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2021-12-10 16:13:49 +0100
committerWolfram Sang <wsa@the-dreams.de>2022-02-07 22:01:20 +0100
commit5b8873bf333add9ec7208901c62bbd30ad7ea8c3 (patch)
treef17916b7dcf0fb8059354094858a9f691c703b9f /firmware/export/config.h
parent8d453ae9c3beef82bd61401af6216f74a400cbd0 (diff)
downloadrockbox-5b8873bf333add9ec7208901c62bbd30ad7ea8c3.tar.gz
rockbox-5b8873bf333add9ec7208901c62bbd30ad7ea8c3.zip
RFT: convert Gigabeat RDS to thread
This kind of reverts 7b596416bf ("Gigabeat S: Update RDS processing to use asynchronous I2C rather than thread."). However, requiring RDS to run in thread context will a) allow more upcoming features and b) remove quite some complexity from the codebase (see the diffstat here) because Gigabeat is the only user. iMX31 should be able to handle one more thread, as it can even run Linux. Change-Id: I46130034595ba66392c5417c275d036f4bd26943
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 2ae7ef2c53..efd99569b6 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -728,7 +728,7 @@ Lyre prototype 1 */
728 728
729#ifdef HAVE_RDS_CAP 729#ifdef HAVE_RDS_CAP
730/* combinable bitflags */ 730/* combinable bitflags */
731#define RDS_CFG_ISR 0x1 /* uses ISR to process packets */ 731/* 0x01 can be reused, was RDS_CFG_ISR */
732#define RDS_CFG_PROCESS 0x2 /* uses raw packet processing */ 732#define RDS_CFG_PROCESS 0x2 /* uses raw packet processing */
733#define RDS_CFG_PUSH 0x4 /* pushes processed information */ 733#define RDS_CFG_PUSH 0x4 /* pushes processed information */
734#define RDS_CFG_POLL 0x8 /* tuner driver provides a polling function */ 734#define RDS_CFG_POLL 0x8 /* tuner driver provides a polling function */