src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_PCM.c
branchihse-warnings-cflags-branch
changeset 56230 489867818774
parent 47216 71c04702a3d5
equal deleted inserted replaced
56229:0015bf3a82e0 56230:489867818774
    35 // The default buffer time
    35 // The default buffer time
    36 #define DEFAULT_PERIOD_TIME_MILLIS 50
    36 #define DEFAULT_PERIOD_TIME_MILLIS 50
    37 
    37 
    38 ///// implemented functions of DirectAudio.h
    38 ///// implemented functions of DirectAudio.h
    39 
    39 
    40 INT32 DAUDIO_GetDirectAudioDeviceCount() {
    40 INT32 DAUDIO_GetDirectAudioDeviceCount(void) {
    41     return (INT32) getAudioDeviceCount();
    41     return (INT32) getAudioDeviceCount();
    42 }
    42 }
    43 
    43 
    44 
    44 
    45 INT32 DAUDIO_GetDirectAudioDeviceDescription(INT32 mixerIndex,
    45 INT32 DAUDIO_GetDirectAudioDeviceDescription(INT32 mixerIndex,