Changed comment in test program to avoid confusion. There is a library called SDL_sound which is not used here.
diff --git a/test/loopwave.c b/test/loopwave.c
index 1e98f4b..47db4a8 100644
--- a/test/loopwave.c
+++ b/test/loopwave.c
@@ -10,7 +10,7 @@
freely.
*/
-/* Program to load a wave file and loop playing it using SDL sound */
+/* Program to load a wave file and loop playing it using SDL audio */
/* loopwaves.c is much more robust in handling WAVE files --
This is only for simple WAVEs