about summary refs log tree commit diff
path: root/src/engine/external
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/external')
-rw-r--r--src/engine/external/pa.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/engine/external/pa.c b/src/engine/external/pa.c
index 71afc065..24b773c5 100644
--- a/src/engine/external/pa.c
+++ b/src/engine/external/pa.c
@@ -23,9 +23,13 @@
 		#include "portaudio/pa_ringbuffer.c"
 	#else
 		#define HAVE_SYS_SOUNDCARD_H
+		
 		#define PA_USE_ALSA
 		#include "portaudio/pa_linux_alsa.c"
-		//#include "portaudio/pa_unix_oss.c"
+		
+		/*#define PA_USE_OSS
+		#include "portaudio/pa_unix_oss.c" */
+		
 		#include "portaudio/pa_unix_hostapis.c"
 	#endif
 #elif defined(CONF_FAMILY_WINDOWS)