]> Repos - portaudio/commitdiff
Clarify hostapi ordering somewhat
authoraknudsen <aknudsen@0f58301d-fd10-0410-b4af-bbb618454e57>
Sun, 24 May 2009 17:00:36 +0000 (17:00 +0000)
committeraknudsen <aknudsen@0f58301d-fd10-0410-b4af-bbb618454e57>
Sun, 24 May 2009 17:00:36 +0000 (17:00 +0000)
src/os/unix/pa_unix_hostapis.c

index 0525f5f37d8d0d434360b2ed54700334294e4b69..2bafaa2756a4cc83488e0471815dcacbe5b850d4 100644 (file)
@@ -52,8 +52,7 @@ PaError PaAsiHpi_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiInd
 PaError PaMacCore_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
 PaError PaSkeleton_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
 
-/** Note that ALSA is placed before OSS so that the latter is preferred over the
- * latter on Linux.
+/** Note that on Linux, ALSA is placed before OSS so that the former is preferred over the latter.
  */
 
 PaUtilHostApiInitializer *paHostApiInitializers[] =
@@ -68,7 +67,7 @@ PaUtilHostApiInitializer *paHostApiInitializers[] =
         PaOSS_Initialize,
 #endif
 
-#else
+#else   /* __linux__ */
 
 #ifdef PA_USE_OSS
         PaOSS_Initialize,