FreeCalypso > hg > fc-audio-config
comparison aud-caramel/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 | ebdb8d68e157 |
children |
comparison
equal
deleted
inserted
replaced
14:ebdb8d68e157 | 15:ee565d95164c |
---|---|
1 BINFILES= hds4.cfg hds4.vol | 1 BINFILES= handheld.cfg handheld.vol hds4.cfg hds4.vol |
2 INSTDIR= /opt/freecalypso/aud-caramel | 2 INSTDIR= /opt/freecalypso/aud-caramel |
3 | 3 |
4 all: ${BINFILES} | 4 all: ${BINFILES} |
5 | |
6 handheld.cfg: hds4.src | |
7 tiaud-compile $< $@ | |
8 | |
9 handheld.vol: Makefile | |
10 tiaud-mkvol 150 $@ | |
5 | 11 |
6 hds4.cfg: hds4.src | 12 hds4.cfg: hds4.src |
7 tiaud-compile $< $@ | 13 tiaud-compile $< $@ |
8 | 14 |
9 hds4.vol: Makefile | 15 hds4.vol: Makefile |