comparison src/g23m-aci/aci/ati_audio.c @ 454:8473cabf491d

aci3: AT@SPKR command enabled for D-Sample target like in aci2
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Mar 2018 00:02:36 +0000
parents 85b38e37810b
children d648cafa30cf
comparison
equal deleted inserted replaced
453:96c047b4325e 454:8473cabf491d
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