# HG changeset patch # User Mychaela Falconia # Date 1508442475 0 # Node ID 0cd01cccc3a0e473e3847114a209fec3cab8c37d initial import of aud-fcdev3b source from freecalypso-tools diff -r 000000000000 -r 0cd01cccc3a0 aud-fcdev3b/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aud-fcdev3b/Makefile Thu Oct 19 19:47:55 2017 +0000 @@ -0,0 +1,23 @@ +BINFILES= mcsi.cfg mcsi.vol spkrmax.cfg spkrmax.vol +INSTDIR= /opt/freecalypso/aud-fcdev3b + +all: ${BINFILES} + +mcsi.cfg: mcsi.src + ../tiaud/compile $< $@ + +mcsi.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 diff -r 000000000000 -r 0cd01cccc3a0 aud-fcdev3b/mcsi.src --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aud-fcdev3b/mcsi.src Thu Oct 19 19:47:55 2017 +0000 @@ -0,0 +1,4 @@ +# This audio config switches the voice path to MCSI in TI's +# so-called "Bluetooth headset" mode. + +voice-path 2 diff -r 000000000000 -r 0cd01cccc3a0 aud-fcdev3b/spkrmax.src --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aud-fcdev3b/spkrmax.src Thu Oct 19 19:47:55 2017 +0000 @@ -0,0 +1,7 @@ +# The purpose of this audio config table is to make the Iota ABB put the +# downlink audio out at the highest possible output level on EARN&EARP pins, +# to make the quiet speaker as loud as possible. + +speaker ear { + gain 6 +}