Changeset 58157 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Oct 9, 2015 4:56:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r57451 r58157 198 198 * /Devices/ichac97/0/LUN#0/Config/Audio 199 199 */ 200 if(!strncmp(pszPrefix, "AUDIO", 5)) /** @todo Use a #define */200 if(!strncmp(pszPrefix, "AUDIO", 5)) /** @todo Use a \#define */ 201 201 { 202 202 pCfgChildHandle = CFGMR3GetFirstChild(pCfgHandle);
Note:
See TracChangeset
for help on using the changeset viewer.