Home
last modified time | relevance | path

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

/reactos/sdk/lib/drivers/sound/mmebuddy/
H A Ddeviceinstance.c24 PSOUND_DEVICE_INSTANCE NewInstance; in AllocateSoundDeviceInstance() local
29 NewInstance = AllocateStruct(SOUND_DEVICE_INSTANCE); in AllocateSoundDeviceInstance()
31 if ( ! NewInstance ) in AllocateSoundDeviceInstance()
35 NewInstance->FrameSize = SOUND_KERNEL_BUFFER_SIZE; in AllocateSoundDeviceInstance()
37 NewInstance->BufferCount = SOUND_KERNEL_BUFFER_COUNT; in AllocateSoundDeviceInstance()
40 *SoundDeviceInstance = NewInstance; in AllocateSoundDeviceInstance()