FreeCalypso > hg > fc-audio-config
diff 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 |
line wrap: on
line diff
--- a/aud-fcdev3b/Makefile Mon Aug 02 18:21:55 2021 +0000 +++ b/aud-fcdev3b/Makefile Sat Oct 09 04:12:55 2021 +0000 @@ -1,4 +1,4 @@ -BINFILES= mcsi.cfg mcsi.vol spkrmax.cfg spkrmax.vol +BINFILES= mcsi.cfg mcsi.vol spkr0.cfg spkr0.vol spkrmax.cfg spkrmax.vol INSTDIR= /opt/freecalypso/aud-fcdev3b all: ${BINFILES} @@ -9,6 +9,12 @@ mcsi.vol: Makefile tiaud-mkvol 150 $@ +spkr0.cfg: spkr0.src + tiaud-compile $< $@ + +spkr0.vol: Makefile + tiaud-mkvol 150 $@ + spkrmax.cfg: spkrmax.src tiaud-compile $< $@