Clarify hostapi ordering somewhat
This commit is contained in:
parent
85a522fc4a
commit
6e6e3ac65e
1 changed files with 2 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue