annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
46f49aa6ab8c aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
1 BINFILES= mcsi.cfg mcsi.vol spkr0.cfg spkr0.vol spkrmax.cfg spkrmax.vol
0
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 INSTDIR= /opt/freecalypso/aud-fcdev3b
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 all: ${BINFILES}
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 mcsi.cfg: mcsi.src
1
25192a1bc0c3 aud-fcdev3b/Makefile: use installed tiaud-compile and tiaud-mkvol tools
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
7 tiaud-compile $< $@
0
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 mcsi.vol: Makefile
1
25192a1bc0c3 aud-fcdev3b/Makefile: use installed tiaud-compile and tiaud-mkvol tools
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
10 tiaud-mkvol 150 $@
0
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11
11
46f49aa6ab8c aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
12 spkr0.cfg: spkr0.src
46f49aa6ab8c aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
13 tiaud-compile $< $@
46f49aa6ab8c aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
14
46f49aa6ab8c aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
15 spkr0.vol: Makefile
46f49aa6ab8c aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
16 tiaud-mkvol 150 $@
46f49aa6ab8c aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
17
0
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 spkrmax.cfg: spkrmax.src
1
25192a1bc0c3 aud-fcdev3b/Makefile: use installed tiaud-compile and tiaud-mkvol tools
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
19 tiaud-compile $< $@
0
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
21 spkrmax.vol: Makefile
1
25192a1bc0c3 aud-fcdev3b/Makefile: use installed tiaud-compile and tiaud-mkvol tools
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
22 tiaud-mkvol 200 $@
0
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
23
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
24 install: ${BINFILES}
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
25 mkdir -p ${INSTDIR}
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
26 install -c -m 644 ${BINFILES} ${INSTDIR}
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
27
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
28 clean:
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
29 rm -f *.cfg *.vol