Clarify hostapi ordering somewhat

This commit is contained in:
aknudsen 2009-05-24 17:00:36 +00:00
commit 6e6e3ac65e

View 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,