annotate L1/audio_include/l1audio_signa.h @ 5:420ac6391166

L1/audio_include: replacing with the version from tcs211-l1-reconst
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 01:15:50 +0000
parents 75a11d740a02
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 /************* Revision Controle System Header *************
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 * GSM Layer 1 software
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 * L1AUDIO_SIGNA.H
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 *
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 * Filename l1audio_signa.h
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
6 * Copyright 2003 (C) Texas Instruments
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 *
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 ************* Revision Controle System Header *************/
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 #if (AUDIO_TASK == 1)
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 #define P_AUDIO ( 0x18 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 // Messages MMI <-> L1A
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 #if (KEYBEEP)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
15 #define MMI_KEYBEEP_START_REQ ( ( P_AUDIO << 8 ) | 0 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
16 #define MMI_KEYBEEP_STOP_REQ ( ( P_AUDIO << 8 ) | 1 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17 #define MMI_KEYBEEP_START_CON ( ( P_AUDIO << 8 ) | 2 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 #define MMI_KEYBEEP_STOP_CON ( ( P_AUDIO << 8 ) | 3 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20 #if (TONE)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
21 #define MMI_TONE_START_REQ ( ( P_AUDIO << 8 ) | 4 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
22 #define MMI_TONE_STOP_REQ ( ( P_AUDIO << 8 ) | 5 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
23 #define MMI_TONE_START_CON ( ( P_AUDIO << 8 ) | 6 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
24 #define MMI_TONE_STOP_CON ( ( P_AUDIO << 8 ) | 7 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
25 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
26 #if (MELODY_E1)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
27 #define MMI_MELODY0_START_REQ ( ( P_AUDIO << 8 ) | 8 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
28 #define MMI_MELODY0_STOP_REQ ( ( P_AUDIO << 8 ) | 9 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
29 #define MMI_MELODY0_START_CON ( ( P_AUDIO << 8 ) | 10 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
30 #define MMI_MELODY0_STOP_CON ( ( P_AUDIO << 8 ) | 11 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
31
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
32 #define MMI_MELODY1_START_REQ ( ( P_AUDIO << 8 ) | 12 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
33 #define MMI_MELODY1_STOP_REQ ( ( P_AUDIO << 8 ) | 13 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
34 #define MMI_MELODY1_START_CON ( ( P_AUDIO << 8 ) | 14 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
35 #define MMI_MELODY1_STOP_CON ( ( P_AUDIO << 8 ) | 15 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
36 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
37 #if (VOICE_MEMO)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
38 #define MMI_VM_PLAY_START_REQ ( ( P_AUDIO << 8 ) | 16 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
39 #define MMI_VM_PLAY_STOP_REQ ( ( P_AUDIO << 8 ) | 17 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
40 #define MMI_VM_PLAY_START_CON ( ( P_AUDIO << 8 ) | 18 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
41 #define MMI_VM_PLAY_STOP_CON ( ( P_AUDIO << 8 ) | 19 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
42
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
43 #define MMI_VM_RECORD_START_REQ ( ( P_AUDIO << 8 ) | 20 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
44 #define MMI_VM_RECORD_STOP_REQ ( ( P_AUDIO << 8 ) | 21 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
45 #define MMI_VM_RECORD_START_CON ( ( P_AUDIO << 8 ) | 22 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
46 #define MMI_VM_RECORD_STOP_CON ( ( P_AUDIO << 8 ) | 23 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
47 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
48 #if (SPEECH_RECO)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
49 #define MMI_SR_ENROLL_START_REQ ( ( P_AUDIO << 8 ) | 24 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
50 #define MMI_SR_ENROLL_STOP_REQ ( ( P_AUDIO << 8 ) | 25 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
51 #define MMI_SR_ENROLL_START_CON ( ( P_AUDIO << 8 ) | 26 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
52 #define MMI_SR_ENROLL_STOP_CON ( ( P_AUDIO << 8 ) | 27 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
53
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
54 #define MMI_SR_UPDATE_START_REQ ( ( P_AUDIO << 8 ) | 28 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
55 #define MMI_SR_UPDATE_STOP_REQ ( ( P_AUDIO << 8 ) | 29 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
56 #define MMI_SR_UPDATE_START_CON ( ( P_AUDIO << 8 ) | 30 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
57 #define MMI_SR_UPDATE_STOP_CON ( ( P_AUDIO << 8 ) | 31 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
58
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
59 #define MMI_SR_RECO_START_REQ ( ( P_AUDIO << 8 ) | 32 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
60 #define MMI_SR_RECO_STOP_REQ ( ( P_AUDIO << 8 ) | 33 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
61 #define MMI_SR_RECO_START_CON ( ( P_AUDIO << 8 ) | 34 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
62 #define MMI_SR_RECO_STOP_CON ( ( P_AUDIO << 8 ) | 35 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
63
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
64 #define MMI_SR_UPDATE_CHECK_START_REQ ( ( P_AUDIO << 8 ) | 36 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
65 #define MMI_SR_UPDATE_CHECK_STOP_REQ ( ( P_AUDIO << 8 ) | 37 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
66 #define MMI_SR_UPDATE_CHECK_START_CON ( ( P_AUDIO << 8 ) | 38 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
67 #define MMI_SR_UPDATE_CHECK_STOP_CON ( ( P_AUDIO << 8 ) | 39 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
68 #endif
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
69 #if (AEC)
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
70 #define MMI_AEC_REQ ( ( P_AUDIO << 8 ) | 40 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
71 #define MMI_AEC_CON ( ( P_AUDIO << 8 ) | 41 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
72 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
73 #if (FIR)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
74 #define MMI_AUDIO_FIR_REQ ( ( P_AUDIO << 8 ) | 42 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
75 #define MMI_AUDIO_FIR_CON ( ( P_AUDIO << 8 ) | 43 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
76 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
77 #if (AUDIO_MODE)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
78 #define MMI_AUDIO_MODE_REQ ( ( P_AUDIO << 8 ) | 44 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
79 #define MMI_AUDIO_MODE_CON ( ( P_AUDIO << 8 ) | 45 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
80 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
81 #if (MELODY_E2)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
82 #define MMI_MELODY0_E2_START_REQ ( ( P_AUDIO << 8 ) | 46 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
83 #define MMI_MELODY0_E2_STOP_REQ ( ( P_AUDIO << 8 ) | 47 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
84 #define MMI_MELODY0_E2_START_CON ( ( P_AUDIO << 8 ) | 48 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
85 #define MMI_MELODY0_E2_STOP_CON ( ( P_AUDIO << 8 ) | 49 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
86
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
87 #define MMI_MELODY1_E2_START_REQ ( ( P_AUDIO << 8 ) | 50 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
88 #define MMI_MELODY1_E2_STOP_REQ ( ( P_AUDIO << 8 ) | 51 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
89 #define MMI_MELODY1_E2_START_CON ( ( P_AUDIO << 8 ) | 52 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
90 #define MMI_MELODY1_E2_STOP_CON ( ( P_AUDIO << 8 ) | 53 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
91 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
92 #if (L1_VOICE_MEMO_AMR)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
93 #define MMI_VM_AMR_PLAY_START_REQ ( ( P_AUDIO << 8 ) | 54 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
94 #define MMI_VM_AMR_PLAY_STOP_REQ ( ( P_AUDIO << 8 ) | 55 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
95 #define MMI_VM_AMR_PLAY_START_CON ( ( P_AUDIO << 8 ) | 56 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
96 #define MMI_VM_AMR_PLAY_STOP_CON ( ( P_AUDIO << 8 ) | 57 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
97
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
98 #define MMI_VM_AMR_RECORD_START_REQ ( ( P_AUDIO << 8 ) | 58 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
99 #define MMI_VM_AMR_RECORD_STOP_REQ ( ( P_AUDIO << 8 ) | 59 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
100 #define MMI_VM_AMR_RECORD_START_CON ( ( P_AUDIO << 8 ) | 60 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
101 #define MMI_VM_AMR_RECORD_STOP_CON ( ( P_AUDIO << 8 ) | 61 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
102 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
103 #if (L1_CPORT == 1)
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
104 #define MMI_CPORT_CONFIGURE_REQ ( ( P_AUDIO << 8 ) | 62 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
105 #define MMI_CPORT_CONFIGURE_CON ( ( P_AUDIO << 8 ) | 63 )
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
106 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
107
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
108
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
109 // Messages L1S -> L1A
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
110 #if (KEYBEEP)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
111 #define L1_KEYBEEP_START_CON ( ( P_AUDIO << 8 ) | 64 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
112 #define L1_KEYBEEP_STOP_CON ( ( P_AUDIO << 8 ) | 65 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
113 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
114 #if (TONE)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
115 #define L1_TONE_START_CON ( ( P_AUDIO << 8 ) | 66 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
116 #define L1_TONE_STOP_CON ( ( P_AUDIO << 8 ) | 67 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
117 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
118 #if (MELODY_E1)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
119 #define L1_MELODY0_START_CON ( ( P_AUDIO << 8 ) | 68 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
120 #define L1_MELODY0_STOP_CON ( ( P_AUDIO << 8 ) | 69 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
121
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
122 #define L1_MELODY1_START_CON ( ( P_AUDIO << 8 ) | 70 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
123 #define L1_MELODY1_STOP_CON ( ( P_AUDIO << 8 ) | 71 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
124 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
125 #if (VOICE_MEMO)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
126 #define L1_VM_PLAY_START_CON ( ( P_AUDIO << 8 ) | 72 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
127 #define L1_VM_PLAY_STOP_CON ( ( P_AUDIO << 8 ) | 73 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
128
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
129 #define L1_VM_RECORD_START_CON ( ( P_AUDIO << 8 ) | 74 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
130 #define L1_VM_RECORD_STOP_CON ( ( P_AUDIO << 8 ) | 75 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
131 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
132 #if (SPEECH_RECO)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
133 #define L1_SR_ENROLL_START_CON ( ( P_AUDIO << 8 ) | 76 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
134 #define L1_SR_ENROLL_STOP_CON ( ( P_AUDIO << 8 ) | 77 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
135
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
136 #define L1_SR_UPDATE_START_CON ( ( P_AUDIO << 8 ) | 78 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
137 #define L1_SR_UPDATE_STOP_CON ( ( P_AUDIO << 8 ) | 79 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
138
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
139 #define L1_SR_RECO_START_CON ( ( P_AUDIO << 8 ) | 80 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
140 #define L1_SR_RECO_STOP_CON ( ( P_AUDIO << 8 ) | 81 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
141 #define L1_SR_RECO_STOP_IND ( ( P_AUDIO << 8 ) | 82 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
142 #define L1_SR_PROCESSING_STOP_CON ( ( P_AUDIO << 8 ) | 83 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
143 #endif
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
144 #if (AEC)
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
145 #define L1_AEC_CON ( ( P_AUDIO << 8 ) | 84 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
146 #define L1_AEC_IND ( ( P_AUDIO << 8 ) | 85 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
147 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
148 #if (FIR)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
149 #define L1_AUDIO_FIR_CON ( ( P_AUDIO << 8 ) | 86 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
150 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
151 #if (AUDIO_MODE)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
152 #define L1_AUDIO_MODE_CON ( ( P_AUDIO << 8 ) | 87 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
153 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
154 #if (L1_VOICE_MEMO_AMR)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
155 #define L1_VM_AMR_PLAY_START_CON ( ( P_AUDIO << 8 ) | 88 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
156 #define L1_VM_AMR_PLAY_STOP_CON ( ( P_AUDIO << 8 ) | 89 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
157
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
158 #define L1_VM_AMR_RECORD_START_CON ( ( P_AUDIO << 8 ) | 90 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
159 #define L1_VM_AMR_RECORD_STOP_CON ( ( P_AUDIO << 8 ) | 91 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
160 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
161 #if (L1_CPORT == 1)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
162 #define L1_CPORT_CONFIGURE_CON ( ( P_AUDIO << 8 ) | 92 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
163 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
164
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
165 // Messages L1A <-> Audio background
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
166 #if (SPEECH_RECO)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
167 #define L1_SRBACK_SAVE_DATA_REQ ( ( P_AUDIO << 8 ) | 93 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
168 #define L1_SRBACK_SAVE_DATA_CON ( ( P_AUDIO << 8 ) | 94 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
169 #define L1_SRBACK_LOAD_MODEL_REQ ( ( P_AUDIO << 8 ) | 95 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
170 #define L1_SRBACK_LOAD_MODEL_CON ( ( P_AUDIO << 8 ) | 96 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
171 #define L1_SRBACK_TEMP_SAVE_DATA_REQ ( ( P_AUDIO << 8 ) | 97 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
172 #define L1_SRBACK_TEMP_SAVE_DATA_CON ( ( P_AUDIO << 8 ) | 98 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
173 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
174 #if (MELODY_E2)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
175 #define L1_BACK_MELODY_E2_LOAD_INSTRUMENT_REQ ( ( P_AUDIO << 8 ) | 99 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
176 #define L1_BACK_MELODY_E2_LOAD_INSTRUMENT_CON ( ( P_AUDIO << 8 ) | 100 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
177 #define L1_BACK_MELODY_E2_UNLOAD_INSTRUMENT_REQ ( ( P_AUDIO << 8 ) | 101 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
178 #define L1_BACK_MELODY_E2_UNLOAD_INSTRUMENT_CON ( ( P_AUDIO << 8 ) | 102 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
179
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
180 #define L1_MELODY0_E2_STOP_CON ( ( P_AUDIO << 8 ) | 103 )
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
181 #define L1_MELODY1_E2_STOP_CON ( ( P_AUDIO << 8 ) | 104 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
182 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
183
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
184 #if (OP_RIV_AUDIO == 1)
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
185 #if (L1_AUDIO_DRIVER == 1)
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
186 #define L1_AUDIO_DRIVER_IND ( ( P_AUDIO << 8 ) | 105 )
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
187 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
188 #endif
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
189 #endif // AUDIO_TASK == 1