Kaydet (Commit) 0f260547 authored tarafından Greg Ward's avatar Greg Ward

Conditionally export a few more AFMT_* macros: AFMT_U16_NE, AFMT_S32_LE,

AFMT_S32_BE, AFMT_MPEG.
üst a17fa89a
......@@ -997,6 +997,18 @@ initossaudiodev(void)
#ifdef AFMT_S16_NE
_EXPORT_INT(m, AFMT_S16_NE);
#endif
#ifdef AFMT_U16_NE
_EXPORT_INT(m, AFMT_U16_NE);
#endif
#ifdef AFMT_S32_LE
_EXPORT_INT(m, AFMT_S32_LE);
#endif
#ifdef AFMT_S32_BE
_EXPORT_INT(m, AFMT_S32_BE);
#endif
#ifdef AFMT_MPEG
_EXPORT_INT(m, AFMT_MPEG);
#endif
/* Expose the sound mixer device numbers. */
_EXPORT_INT(m, SOUND_MIXER_NRDEVICES);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment