mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 06:53:00 +00:00
[CMAKE]
Sync trunk (rr49606) svn path=/branches/cmake-bringup/; revision=49607
This commit is contained in:
commit
406dfdbc87
324 changed files with 15065 additions and 2892 deletions
|
@ -983,6 +983,15 @@ MMixerGetNextNodesFromNodeIndex(
|
|||
*OutNodesCount = TopologyNodesCount;
|
||||
}
|
||||
|
||||
VOID
|
||||
MMixerGetTopologyPinCount(
|
||||
IN PTOPOLOGY Topology,
|
||||
OUT PULONG PinCount)
|
||||
{
|
||||
/* store pin count */
|
||||
*PinCount = Topology->TopologyPinsCount;
|
||||
}
|
||||
|
||||
MIXER_STATUS
|
||||
MMixerAllocateTopologyPinArray(
|
||||
IN PMIXER_CONTEXT MixerContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue