From 6dd70926faa3b5f920e9bcf9d2201425a0ac225f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 9 Jul 2012 23:11:40 +0200 Subject: test/test_pcm: add pcm_volume tests --- test/test_pcm_all.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'test/test_pcm_all.h') 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 -- cgit v1.2.3