mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 19:12:58 +00:00
[MMIXER]
- Silence warning for Christoph svn path=/trunk/; revision=45740
This commit is contained in:
parent
d11c861ed1
commit
86a010102c
1 changed files with 3 additions and 1 deletions
|
@ -203,7 +203,9 @@ MMixerGetControlTypeFromTopologyNode(
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
return MIXERCONTROL_CONTROLTYPE_VOLUME;
|
return MIXERCONTROL_CONTROLTYPE_VOLUME;
|
||||||
}
|
}
|
||||||
UNIMPLEMENTED
|
//TODO
|
||||||
|
//check for other supported node types
|
||||||
|
//UNIMPLEMENTED
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue