format: Add support for the TI calypso/locosto dumped buffer format

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
diff --git a/src/Makefile.am b/src/Makefile.am
index f7a5b44..55a6a5d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@
 gapk_SOURCES =	main.c	\
 		procqueue.c pq_file.c pq_format.c pq_codec.c \
 		formats.c fmt_amr.c fmt_gsm.c fmt_hr_ref.c fmt_racal.c \
-			fmt_rawpcm.c \
+			fmt_rawpcm.c fmt_ti.c \
 		codecs.c codec_pcm.c codec_hr.c codec_fr.c codec_efr.c
 
 if ENABLE_GSMHR