aboutsummaryrefslogtreecommitdiffstats
path: root/include/gapk/formats.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gapk/formats.h')
-rw-r--r--include/gapk/formats.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gapk/formats.h b/include/gapk/formats.h
index d95dabc..5233550 100644
--- a/include/gapk/formats.h
+++ b/include/gapk/formats.h
@@ -43,6 +43,9 @@ enum format_type {
/* Raw PCM */
FMT_RAWPCM_S16LE,
+ /* Texas Instrument calypso/locosto buffer format */
+ FMT_TI_FR,
+
_FMT_MAX,
};