mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
talk.c clean up
Change-Id: Ie06859c80e9ca14bf3e4a23b82d3d1c76263b2b8
This commit is contained in:
parent
38687821b2
commit
b0ccb1b95f
2 changed files with 148 additions and 150 deletions
|
@ -64,6 +64,13 @@ enum talk_status {
|
|||
TALK_STATUS_ERR_INCOMPATIBLE
|
||||
};
|
||||
|
||||
enum talk_speakmode {
|
||||
/* voice mode: 0=off, 1=number, 2=spell */
|
||||
TALK_SPEAK_OFF = 0,
|
||||
TALK_SPEAK_NUMBER,
|
||||
TALK_SPEAK_SPELL
|
||||
};
|
||||
|
||||
#define UNIT_SHIFT (32-5) /* this many bits left from UNIT_xx enum */
|
||||
|
||||
#define DECIMAL_SHIFT (32 - 8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue