aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm_channels.h')
-rw-r--r--src/pcm_channels.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pcm_channels.h b/src/pcm_channels.h
index 169fd3693..fa27fdb8f 100644
--- a/src/pcm_channels.h
+++ b/src/pcm_channels.h
@@ -27,4 +27,9 @@ pcm_convert_channels_16(int8_t dest_channels,
int8_t src_channels, const int16_t *src,
size_t src_size, size_t *dest_size_r);
+const int32_t *
+pcm_convert_channels_24(int8_t dest_channels,
+ int8_t src_channels, const int32_t *src,
+ size_t src_size, size_t *dest_size_r);
+
#endif