Home
last modified time | relevance | path

Searched refs:stLogDevice (Results 1 – 2 of 2) sorted by relevance

/dports/devel/sdl20/SDL2-2.0.18/src/audio/os2/
H A DSDL_os2audio.c120 MCI_SYSINFO_LOGDEVICE stLogDevice; in OS2_DetectDevices() local
153 stSysInfoParams.pSysInfoParm = &stLogDevice; in OS2_DetectDevices()
154 SDL_strlcpy(stLogDevice.szInstallName, stSysInfoParams.pszReturn, MAX_DEVICE_NAME); in OS2_DetectDevices()
163 SDL_AddAudioDevice(0, stLogDevice.szProductInfo, NULL, (void *)(ulHandle)); in OS2_DetectDevices()
165 SDL_AddAudioDevice(1, stLogDevice.szProductInfo, NULL, (void *)(ulHandle)); in OS2_DetectDevices()
/dports/x11/controllermap/SDL2-2.0.18/src/audio/os2/
H A DSDL_os2audio.c120 MCI_SYSINFO_LOGDEVICE stLogDevice; in OS2_DetectDevices() local
153 stSysInfoParams.pSysInfoParm = &stLogDevice; in OS2_DetectDevices()
154 SDL_strlcpy(stLogDevice.szInstallName, stSysInfoParams.pszReturn, MAX_DEVICE_NAME); in OS2_DetectDevices()
163 SDL_AddAudioDevice(0, stLogDevice.szProductInfo, NULL, (void *)(ulHandle)); in OS2_DetectDevices()
165 SDL_AddAudioDevice(1, stLogDevice.szProductInfo, NULL, (void *)(ulHandle)); in OS2_DetectDevices()