mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +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 */
|
/* mux control */
|
||||||
return MIXERCONTROL_CONTROLTYPE_MUX;
|
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))
|
else if (IsEqualGUIDAligned(NodeType, (LPGUID)&KSNODETYPE_STEREO_WIDE))
|
||||||
{
|
{
|
||||||
/* stero wide control */
|
/* stero wide control */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue