mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix creation of mixer pin
svn path=/trunk/; revision=43314
This commit is contained in:
@@ -227,7 +227,7 @@ ComputeCompatibleFormat(
|
||||
/* Query pin data ranges */
|
||||
Status = KsSynchronousIoControlDevice(Entry->FileObject, KernelMode, IOCTL_KS_PROPERTY, (PVOID)PinRequest, sizeof(KSP_PIN), NULL, 0, &BytesReturned);
|
||||
|
||||
if (Status != STATUS_BUFFER_TOO_SMALL)
|
||||
if (Status != STATUS_MORE_ENTRIES)
|
||||
{
|
||||
/* Failed to data ranges */
|
||||
return Status;
|
||||
|
||||
Reference in New Issue
Block a user