FreeCalypso > hg > fc-selenite
view components/ccddata @ 212:7f3266e247d6
audio mode load: gracefully handle mode files of wrong AEC version
Irrespective of which AEC policy we adopt for FC Selenite (keep
L1_NEW_AEC disabled like in Magnetite or enable it like in Tourmaline),
we MUST gracefully handle the case of wrong AEC version on audio mode
load: disable AEC instead of loading garbage. Therefore, we apply
the same change to src/cs/services/audio/audio_mode_load.c as we made
in Tourmaline and Magnetite last year.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 31 Oct 2022 00:31:30 +0000 |
parents | 5c4db73d289a |
children |
line wrap: on
line source
# Building ccddata.lib using TCS3.2 CCD source CFLAGS="-me -mt -o -pw2 -x -mw" CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA" if [ "$MEMSUPER" != 0 ] then CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" fi # Includes CPPFLAGS="$CPPFLAGS -I$SRC/gpf/ccd" CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" # Source modules SRCDIR=$SRC/gpf/ccd c_file $SRCDIR/ccd_config.c c_file $SRCDIR/ccddata_mconst.c c_file $SRCDIR/ccddata_ccdmtab.c c_file $SRCDIR/ccddata_cdemval.c c_file $SRCDIR/ccddata_ccdent.c c_file $SRCDIR/ccddata_ccd.c