aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_all.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-07-09 23:11:40 +0200
committerMax Kellermann <max@duempel.org>2012-07-10 01:30:02 +0200
commit6dd70926faa3b5f920e9bcf9d2201425a0ac225f (patch)
tree274e53c98d5a4f1e0b2071735a593a5127090e31 /test/test_pcm_all.h
parent5dfc0918c37c40063b92a55c365ec87e29f0ecef (diff)
downloadmpd-6dd70926faa3b5f920e9bcf9d2201425a0ac225f.tar.gz
mpd-6dd70926faa3b5f920e9bcf9d2201425a0ac225f.tar.xz
mpd-6dd70926faa3b5f920e9bcf9d2201425a0ac225f.zip
test/test_pcm: add pcm_volume tests
Diffstat (limited to '')
-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