mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 08:41:41 +00:00
[MMIXER] Remove duplicated MIXERCONTROL_CONTROLTYPE_MUX handling
Don't check for KSNOTETYPE_MUX and don't return MIXERCONTROL_CONTROLTYPE_MUX twice.
This commit is contained in:
parent
18877737af
commit
09965760e0
1 changed files with 0 additions and 5 deletions
|
@ -180,11 +180,6 @@ MMixerGetControlTypeFromTopologyNode(
|
|||
/* mux control */
|
||||
return MIXERCONTROL_CONTROLTYPE_MUX;
|
||||
}
|
||||
else if (IsEqualGUIDAligned(NodeType, (LPGUID)&KSNODETYPE_MUX))
|
||||
{
|
||||
/* mux control */
|
||||
return MIXERCONTROL_CONTROLTYPE_MUX;
|
||||
}
|
||||
else if (IsEqualGUIDAligned(NodeType, (LPGUID)&KSNODETYPE_STEREO_WIDE))
|
||||
{
|
||||
/* stero wide control */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue