FreeCalypso > hg > fc-audio-config
comparison aud-fcdev3b/Makefile @ 11:46f49aa6ab8c
aud-fcdev3b: new spkr0 config with AEC and mic tuning
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 09 Oct 2021 04:12:55 +0000 |
parents | 25192a1bc0c3 |
children |
comparison
equal
deleted
inserted
replaced
10:7ad65d870b2f | 11:46f49aa6ab8c |
---|---|
1 BINFILES= mcsi.cfg mcsi.vol spkrmax.cfg spkrmax.vol | 1 BINFILES= mcsi.cfg mcsi.vol spkr0.cfg spkr0.vol spkrmax.cfg spkrmax.vol |
2 INSTDIR= /opt/freecalypso/aud-fcdev3b | 2 INSTDIR= /opt/freecalypso/aud-fcdev3b |
3 | 3 |
4 all: ${BINFILES} | 4 all: ${BINFILES} |
5 | 5 |
6 mcsi.cfg: mcsi.src | 6 mcsi.cfg: mcsi.src |
7 tiaud-compile $< $@ | 7 tiaud-compile $< $@ |
8 | 8 |
9 mcsi.vol: Makefile | 9 mcsi.vol: Makefile |
10 tiaud-mkvol 150 $@ | |
11 | |
12 spkr0.cfg: spkr0.src | |
13 tiaud-compile $< $@ | |
14 | |
15 spkr0.vol: Makefile | |
10 tiaud-mkvol 150 $@ | 16 tiaud-mkvol 150 $@ |
11 | 17 |
12 spkrmax.cfg: spkrmax.src | 18 spkrmax.cfg: spkrmax.src |
13 tiaud-compile $< $@ | 19 tiaud-compile $< $@ |
14 | 20 |