mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
- Partly implement WIDM_ADDBUFFER
svn path=/trunk/; revision=43313
This commit is contained in:
@@ -47,6 +47,7 @@ widMessage(
|
||||
|
||||
case WIDM_GETDEVCAPS :
|
||||
{
|
||||
|
||||
Result = MmeGetSoundDeviceCapabilities(WAVE_IN_DEVICE_TYPE,
|
||||
DeviceId,
|
||||
(PVOID) Parameter1,
|
||||
@@ -89,6 +90,13 @@ widMessage(
|
||||
Result = MmeResetWavePlayback(PrivateHandle);
|
||||
break;
|
||||
}
|
||||
|
||||
case WIDM_ADDBUFFER :
|
||||
{
|
||||
Result = MmeWriteWaveHeader(PrivateHandle, Parameter1);
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
SND_TRACE(L"widMessage returning MMRESULT %d\n", Result);
|
||||
|
||||
Reference in New Issue
Block a user