aboutsummaryrefslogtreecommitdiffstats
path: root/include/gapk
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-02-25 15:31:54 +0100
committerSylvain Munaut <tnt@246tNt.com>2011-02-25 15:31:54 +0100
commitcfaec3a2f6590bafcaecbc580eba798988a9a2fa (patch)
treed59ee2946c09486dd6677e394947ef3a702229f4 /include/gapk
parent3c9c2fb6eeb04dc6f6e4da43aebe9ac920f1e8f3 (diff)
format: Add support for the TI calypso/locosto dumped buffer format
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include/gapk')
-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,
};