FreeCalypso > hg > fc-magnetite
comparison src/g23m-aci/aci/ati_audio.c @ 631:597869e59805
config: introduced new CONFIG_MCSI_MODEM preprocessor symbol
All MCSI functionality was previously conditionalized on CONFIG_TARGET_FCMODEM
(even earlier it was CONFIG_TARGET_FCDEV3B), but having a dedicated
preprocessor symbol for this purpose (defined in targets/*.h as appropriate)
makes it much easier to support different modem targets with MCSI enabled.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 04 Jan 2020 19:07:02 +0000 |
parents | 38a65c3a96af |
children |
comparison
equal
deleted
inserted
replaced
630:b639f7ab0007 | 631:597869e59805 |
---|---|
165 io_sendMessage(srcId, g_sa, ATI_NORMAL_OUTPUT); | 165 io_sendMessage(srcId, g_sa, ATI_NORMAL_OUTPUT); |
166 | 166 |
167 return (ATI_CMPL); | 167 return (ATI_CMPL); |
168 } | 168 } |
169 | 169 |
170 #ifdef CONFIG_TARGET_FCMODEM | 170 #ifdef CONFIG_MCSI_MODEM |
171 extern UBYTE aci_digital_voice_autoswitch; | 171 extern UBYTE aci_digital_voice_autoswitch; |
172 | 172 |
173 /* AT@VPATH - configure digital voice path */ | 173 /* AT@VPATH - configure digital voice path */ |
174 GLOBAL T_ATI_RSLT atAtVPATH ( char *cl, UBYTE srcId ) | 174 GLOBAL T_ATI_RSLT atAtVPATH ( char *cl, UBYTE srcId ) |
175 { | 175 { |