FreeCalypso > hg > fc-magnetite
view components/ppp @ 700:800bf29abf31
audio mode load change from Tourmaline
Our FreeCalypso universe now has two kinds of audio mode config files:
the old 164 byte kind and the new 176 byte kind. We are not enabling
L1_NEW_AEC in Magnetite, only in Tourmaline, thus 164 byte audio mode
files are still native to Magnetite. But we still desire graceful
handling of the situation when a running Magnetite fw may load a
176 byte audio mode file (presumably with new AEC config), thus we
incorporate the same audio mode loading change which we implemented
in Tourmaline: if the loaded audio mode file is of the wrong kind,
the AEC config is cleared to default disabled state.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 30 Jul 2021 03:55:52 +0000 |
parents | ad7f986afae3 |
children |
line wrap: on
line source
# Building ppp.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" # Defines CPPFLAGS=-DCCDTABLES_EXTERN CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" CPPFLAGS="$CPPFLAGS -DNEW_FRAME" CPPFLAGS="$CPPFLAGS -DNEW_ENTITY" CPPFLAGS="$CPPFLAGS -D_TARGET_" CPPFLAGS="$CPPFLAGS -DSHARED_VSI" CPPFLAGS="$CPPFLAGS -DALR" CPPFLAGS="$CPPFLAGS -DFF_HOMEZONE" CPPFLAGS="$CPPFLAGS -DFF_MMI_SAT_ICON" CPPFLAGS="$CPPFLAGS -DFF_MMI_SMS_DYNAMIC" CPPFLAGS="$CPPFLAGS -DFF_CPHS" CPPFLAGS="$CPPFLAGS -D_TMS470" CPPFLAGS="$CPPFLAGS -DUART" CPPFLAGS="$CPPFLAGS -DFF_ATI" CPPFLAGS="$CPPFLAGS -DNWARN" CPPFLAGS="$CPPFLAGS -DFF_EM_MODE" CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION" if [ "$GPRS" = 1 ] then CPPFLAGS="$CPPFLAGS -DGPRS" fi CPPFLAGS="$CPPFLAGS -DAT_INTERPRETER" CPPFLAGS="$CPPFLAGS -DUSE_L1FD_FUNC_INTERFACE" if [ "$SRVC" != 0 ] then CPPFLAGS="$CPPFLAGS -DFAX_AND_DATA" if [ "$SRVC" = 1 ] then CPPFLAGS="$CPPFLAGS -DFF_FAX" fi CPPFLAGS="$CPPFLAGS -DUSE_L2FD_FUNC_INTERFACE" fi CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" CPPFLAGS="$CPPFLAGS -DDTI2" CPPFLAGS="$CPPFLAGS -DDTILIB" CPPFLAGS="$CPPFLAGS -DPPP_FLASH_ROM" CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" CPPFLAGS="$CPPFLAGS -DBOARD=41" # Includes SRCDIR=$SRC/g23m-fad/ppp CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" CPPFLAGS="$CPPFLAGS -I../../$CDGINC" CPPFLAGS="$CPPFLAGS -I$SRCDIR" CPPFLAGS="$CPPFLAGS -I../../$CDGPRIM" CPPFLAGS="$CPPFLAGS -I.." CPPFLAGS="$CPPFLAGS -I../config" # Source modules cfile_str2ind $SRCDIR/ppp_arbf.c cfile_str2ind $SRCDIR/ppp_arbp.c cfile_str2ind $SRCDIR/ppp_arbs.c cfile_str2ind $SRCDIR/ppp_frxf.c cfile_str2ind $SRCDIR/ppp_frxp.c cfile_str2ind $SRCDIR/ppp_frxs.c cfile_str2ind $SRCDIR/ppp_ftxf.c #cfile_str2ind $SRCDIR/ppp_ftxp.c cfile_str2ind $SRCDIR/ppp_ftxs.c cfile_str2ind $SRCDIR/ppp_lcpf.c cfile_str2ind $SRCDIR/ppp_lcpp.c cfile_str2ind $SRCDIR/ppp_lcps.c cfile_str2ind $SRCDIR/ppp_onaf.c cfile_str2ind $SRCDIR/ppp_onap.c cfile_str2ind $SRCDIR/ppp_onas.c cfile_str2ind $SRCDIR/ppp_ncpf.c cfile_str2ind $SRCDIR/ppp_ncpp.c cfile_str2ind $SRCDIR/ppp_ncps.c cfile_str2ind $SRCDIR/ppp_papf.c cfile_str2ind $SRCDIR/ppp_papp.c cfile_str2ind $SRCDIR/ppp_paps.c cfile_str2ind $SRCDIR/ppp_capf.c cfile_str2ind $SRCDIR/ppp_capp.c cfile_str2ind $SRCDIR/ppp_caps.c cfile_str2ind $SRCDIR/ppp_pei.c cfile_str2ind $SRCDIR/ppp_prxf.c cfile_str2ind $SRCDIR/ppp_prxp.c cfile_str2ind $SRCDIR/ppp_prxs.c cfile_str2ind $SRCDIR/ppp_ptxf.c cfile_str2ind $SRCDIR/ppp_ptxp.c cfile_str2ind $SRCDIR/ppp_ptxs.c cfile_str2ind $SRCDIR/ppp_rtf.c cfile_str2ind $SRCDIR/ppp_rtp.c cfile_str2ind $SRCDIR/ppp_rts.c cfile_str2ind $SRCDIR/ppp_tbls.c