aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-02-25 16:58:36 +0100
committerSylvain Munaut <tnt@246tNt.com>2011-02-25 16:58:36 +0100
commitb1525d67fe7d60da9207330ddeaaefacf2dd8c2c (patch)
tree2a45593346db2cf983d30d56860e458ea265d472 /include
parentcfaec3a2f6590bafcaecbc580eba798988a9a2fa (diff)
format/fmt_ti: Add support for HR variant
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include')
-rw-r--r--include/gapk/formats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gapk/formats.h b/include/gapk/formats.h
index 5233550..cac0956 100644
--- a/include/gapk/formats.h
+++ b/include/gapk/formats.h
@@ -44,6 +44,7 @@ enum format_type {
FMT_RAWPCM_S16LE,
/* Texas Instrument calypso/locosto buffer format */
+ FMT_TI_HR,
FMT_TI_FR,
_FMT_MAX,