aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_all.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pcm_all.h')
-rw-r--r--test/test_pcm_all.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/test_pcm_all.h b/test/test_pcm_all.h
index 14e4c2980..493619b55 100644
--- a/test/test_pcm_all.h
+++ b/test/test_pcm_all.h
@@ -38,4 +38,19 @@ test_pcm_channels_16(void);
void
test_pcm_channels_32(void);
+void
+test_pcm_volume_8(void);
+
+void
+test_pcm_volume_16(void);
+
+void
+test_pcm_volume_24(void);
+
+void
+test_pcm_volume_32(void);
+
+void
+test_pcm_volume_float(void);
+
#endif