comparison src/aci2/aci/ati_audio.c @ 410:bc1654e1e80d

AT@SPKR command in aci2 enabled for the D-Sample target
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 18 Jan 2018 06:09:39 +0000
parents 8dd51b740701
children 96c1d047b3c6
comparison
equal deleted inserted replaced
409:6c3f68021c53 410:bc1654e1e80d
67 #include "audio.h" /* Condat */ 67 #include "audio.h" /* Condat */
68 68
69 #include "fc-target.cfg" 69 #include "fc-target.cfg"
70 #include "armio.h" 70 #include "armio.h"
71 71
72 #ifdef CONFIG_TARGET_FCDEV3B 72 #if defined(CONFIG_TARGET_DSAMPLE) || defined(CONFIG_TARGET_FCDEV3B)
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