src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Ports.c
branchihse-warnings-cflags-branch
changeset 56230 489867818774
parent 47216 71c04702a3d5
equal deleted inserted replaced
56229:0015bf3a82e0 56230:489867818774
   136 } PortControlID;
   136 } PortControlID;
   137 
   137 
   138 
   138 
   139 ///// implemented functions of Ports.h
   139 ///// implemented functions of Ports.h
   140 
   140 
   141 INT32 PORT_GetPortMixerCount() {
   141 INT32 PORT_GetPortMixerCount(void) {
   142     return (INT32) getAudioDeviceCount();
   142     return (INT32) getAudioDeviceCount();
   143 }
   143 }
   144 
   144 
   145 
   145 
   146 INT32 PORT_GetPortMixerDescription(INT32 mixerIndex, PortMixerDescription* description) {
   146 INT32 PORT_GetPortMixerDescription(INT32 mixerIndex, PortMixerDescription* description) {