Searched refs:NewInstance (Results 1 – 1 of 1) sorted by relevance
24 PSOUND_DEVICE_INSTANCE NewInstance; in AllocateSoundDeviceInstance() local29 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()