FreeCalypso > hg > fc-magnetite
annotate components/cst @ 660:293c7db5f10f
bmi3: fixed the mysterious "mute on first call" bug
When UI-enabled fw boots on a previously blank (no /mmi/* files) FFS
for the first time, the output_volume member of the persistent UI settings
structure was left uninitialized, corresponding to the earpiece volume
being set to mute, which is an invalid setting. Because of other quirks
in the far-from-finished UI code, this volume setting takes effect only
when the first call is answered, producing the odd behaviour seen at the
user level.
The current fix is to set the blank-FFS default for output_volume to
volume level 4, which is the same -6 dB Iota volume as the ACI default.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 14 May 2020 02:50:41 +0000 |
parents | 21d128939204 |
children |
rev | line source |
---|---|
34 | 1 # Building cst.lib |
2 | |
3 CFLAGS="-mt -o -x -mw -me -pw2" | |
4 | |
5 # Defines | |
6 | |
7 CPPFLAGS=-DNTRACE | |
8 CPPFLAGS="$CPPFLAGS -D_TARGET" | |
9 CPPFLAGS="$CPPFLAGS -DNEW_ENTITY" | |
10 CPPFLAGS="$CPPFLAGS -DSHARED_VSI" | |
11 CPPFLAGS="$CPPFLAGS -DSMI" | |
12 CPPFLAGS="$CPPFLAGS -DNWARN" | |
13 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" | |
14 CPPFLAGS="$CPPFLAGS -DNEW_FRAME" | |
15 CPPFLAGS="$CPPFLAGS -DTOOL_CHOICE=0" | |
16 CPPFLAGS="$CPPFLAGS -D_TMS470" | |
17 | |
291
21d128939204
implemented build option to disable sleep
Mychaela Falconia <falcon@freecalypso.org>
parents:
172
diff
changeset
|
18 if [ "$DISABLE_SLEEP" = 1 ] |
21d128939204
implemented build option to disable sleep
Mychaela Falconia <falcon@freecalypso.org>
parents:
172
diff
changeset
|
19 then |
21d128939204
implemented build option to disable sleep
Mychaela Falconia <falcon@freecalypso.org>
parents:
172
diff
changeset
|
20 CPPFLAGS="$CPPFLAGS -DDISABLE_SLEEP" |
21d128939204
implemented build option to disable sleep
Mychaela Falconia <falcon@freecalypso.org>
parents:
172
diff
changeset
|
21 fi |
21d128939204
implemented build option to disable sleep
Mychaela Falconia <falcon@freecalypso.org>
parents:
172
diff
changeset
|
22 |
34 | 23 # Includes |
24 | |
25 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | |
172
2c61607bb3e3
build system: pass ACI version for headers to the component recipes
Mychaela Falconia <falcon@freecalypso.org>
parents:
34
diff
changeset
|
26 CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/aci" |
34 | 27 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" |
28 CPPFLAGS="$CPPFLAGS -I$SRC/cs/os/nucleus" | |
29 CPPFLAGS="$CPPFLAGS -I.." | |
30 CPPFLAGS="$CPPFLAGS -I../config" | |
31 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | |
32 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/frame/cust_os" | |
33 CPPFLAGS="$CPPFLAGS -I$SRC/cs/system" | |
34 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" | |
35 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera/rv" | |
36 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core" | |
37 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/abb" | |
38 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/armio" | |
39 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/clkm" | |
40 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/conf" | |
41 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/dma" | |
42 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/dsp_dwnld" | |
43 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/inth" | |
44 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/memif" | |
45 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/rhea" | |
46 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/security" | |
47 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/spi" | |
48 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/timer" | |
49 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/uart" | |
50 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/ulpd" | |
51 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" | |
52 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" | |
53 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/audio_cust0" | |
54 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/audio_include" | |
55 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/cust0" | |
56 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/hmacs" | |
57 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" | |
58 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/p_include" | |
59 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/tm_include" | |
60 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/tm_cust0" | |
61 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/dyn_dwl_include" | |
62 | |
63 # Source modules | |
64 | |
65 SRCDIR=$SRC/cs/services/cst | |
66 | |
67 cfile_plain $SRCDIR/cst_csf.c | |
68 cfile_plain $SRCDIR/cst_exts.c | |
69 cfile_plain $SRCDIR/cst_pei.c | |
70 cfile_plain $SRCDIR/cst_stack.c |