comparison src/aci2/aci/ati_audio.c @ 628:38a65c3a96af

aci2 & aci3: AT@SPKR conditionalized on GPIO1_SPEAKER_CTRL new preprocessor symbol
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 23 Dec 2019 07:30:59 +0000
parents 92dbfa906f66
children 597869e59805
comparison
equal deleted inserted replaced
627:4a8dacbe9187 628:38a65c3a96af
67 #include "audio.h" /* Condat */ 67 #include "audio.h" /* Condat */
68 68
69 #include "fc-target.h" 69 #include "fc-target.h"
70 #include "armio.h" 70 #include "armio.h"
71 71
72 #if defined(CONFIG_TARGET_DSAMPLE) || defined(CONFIG_TARGET_FCFAM) 72 #if GPIO1_SPEAKER_CTRL
73 /* AT@SPKR - turn loudspeaker amplifier on or off */ 73 /* AT@SPKR - turn loudspeaker amplifier on or off */
74 GLOBAL T_ATI_RSLT atAtSPKR ( char *cl, UBYTE srcId ) 74 GLOBAL T_ATI_RSLT atAtSPKR ( char *cl, UBYTE srcId )
75 { 75 {
76 int state; 76 int state;
77 77