mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
This commit is contained in:
parent
4b4ffa92f5
commit
34593d933b
952 changed files with 12942 additions and 12942 deletions
|
@ -191,7 +191,7 @@ CreateSoundDeviceInstance(
|
|||
}
|
||||
|
||||
/* Set up the members of the structure */
|
||||
(*SoundDeviceInstance)->Next = NULL;
|
||||
(*SoundDeviceInstance)->Next = NULL;
|
||||
(*SoundDeviceInstance)->Device = SoundDevice;
|
||||
(*SoundDeviceInstance)->Handle = NULL;
|
||||
(*SoundDeviceInstance)->Thread = NULL;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* PURPOSE: Mixer Control Iteration Functions
|
||||
* PROGRAMMER: Johannes Anderwald
|
||||
*/
|
||||
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#define YDEBUG
|
||||
|
@ -1576,7 +1576,7 @@ MMixerInitializeFilter(
|
|||
/* store mixer info */
|
||||
*OutMixerInfo = MixerInfo;
|
||||
|
||||
/* now allocate an array which will receive the indices of the pin
|
||||
/* now allocate an array which will receive the indices of the pin
|
||||
* which has a ADC / DAC nodetype in its path
|
||||
*/
|
||||
Status = MMixerAllocateTopologyPinArray(MixerContext, Topology, &Pins);
|
||||
|
@ -1624,7 +1624,7 @@ MMixerInitializeFilter(
|
|||
}
|
||||
|
||||
|
||||
/* now get the bridge pin which is at the end of node path
|
||||
/* now get the bridge pin which is at the end of node path
|
||||
* For sink pins (wave out) search down stream
|
||||
* For source pins (wave in) search up stream
|
||||
*/
|
||||
|
@ -1886,7 +1886,7 @@ MMixerRemoveEvent(
|
|||
IN PMIXER_EVENT MixerEventRoutine)
|
||||
{
|
||||
PLIST_ENTRY EventList;
|
||||
PEVENT_NOTIFICATION_ENTRY NotificationEntry;
|
||||
PEVENT_NOTIFICATION_ENTRY NotificationEntry;
|
||||
|
||||
/* Lookup through mixers */
|
||||
EventList = MixerInfo->EventList.Flink;
|
||||
|
|
|
@ -203,7 +203,7 @@ MMixerGetControlTypeFromTopologyNode(
|
|||
else if (IsEqualGUIDAligned(NodeType, (LPGUID)&KSNODETYPE_SUPERMIX))
|
||||
{
|
||||
/* supermix control
|
||||
* MIXERCONTROL_CONTROLTYPE_MUTE if KSPROPERTY_AUDIO_MUTE is supported
|
||||
* MIXERCONTROL_CONTROLTYPE_MUTE if KSPROPERTY_AUDIO_MUTE is supported
|
||||
*/
|
||||
UNIMPLEMENTED;
|
||||
return MIXERCONTROL_CONTROLTYPE_VOLUME;
|
||||
|
|
|
@ -951,7 +951,7 @@ MMixerGetNextNodesFromPinIndex(
|
|||
TopologyNodes = Pin->NodesConnectedFrom;
|
||||
TopologyNodesCount = Pin->NodesConnectedFromCount;
|
||||
}
|
||||
else
|
||||
else
|
||||
{
|
||||
/* get down stream nodes */
|
||||
TopologyNodes = Pin->NodesConnectedTo;
|
||||
|
@ -990,7 +990,7 @@ MMixerGetNextNodesFromNodeIndex(
|
|||
TopologyNodes = Topology->TopologyNodes[NodeIndex].NodeConnectedFrom;
|
||||
TopologyNodesCount = Topology->TopologyNodes[NodeIndex].NodeConnectedFromCount;
|
||||
}
|
||||
else
|
||||
else
|
||||
{
|
||||
/* get down stream nodes */
|
||||
TopologyNodes = Topology->TopologyNodes[NodeIndex].NodeConnectedTo;
|
||||
|
|
|
@ -148,4 +148,4 @@ SbDsp4SetInputRate(
|
|||
|
||||
return SbDsp4WriteRate(BasePort, Rate, Timeout);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue