FreeCalypso > hg > fc-audio-config
view aud-fcdev3b/Makefile @ 15:ee565d95164c default tip
aud-caramel: create handheld.{cfg,vol} equal to hds4.{cfg,vol}
The main audio channel on FC Caramel2 is not truly handheld, thus if
someone is operating a C2 board in ACI mode, then doing AT@AUL="hds4"
is more truthful than AT@AUL="handheld". However, the same audio mode
needs to be named "handheld" for the UI firmware to pick it up in our
Luna configuration.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 06 Nov 2021 08:23:16 +0000 |
parents | 46f49aa6ab8c |
children |
line wrap: on
line source
BINFILES= mcsi.cfg mcsi.vol spkr0.cfg spkr0.vol spkrmax.cfg spkrmax.vol INSTDIR= /opt/freecalypso/aud-fcdev3b all: ${BINFILES} mcsi.cfg: mcsi.src tiaud-compile $< $@ mcsi.vol: Makefile tiaud-mkvol 150 $@ spkr0.cfg: spkr0.src tiaud-compile $< $@ spkr0.vol: Makefile tiaud-mkvol 150 $@ spkrmax.cfg: spkrmax.src tiaud-compile $< $@ spkrmax.vol: Makefile tiaud-mkvol 200 $@ install: ${BINFILES} mkdir -p ${INSTDIR} install -c -m 644 ${BINFILES} ${INSTDIR} clean: rm -f *.cfg *.vol