VirtualBox

Changeset 73629 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Aug 13, 2018 9:40:01 AM (6 years ago)
Author:
vboxsync
Message:

Audio/Main: Also insert the debugging enabled / path values into the AC'97 device config. See @todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r73622 r73629  
    28132813            GetExtraDataBoth(virtualBox, pMachine, "VBoxInternal2/Audio/Debug/PathOut", &strDebugPathOut);
    28142814
     2815            /** @todo Implement an audio device class, similar to the audio backend class, to construct the common stuff
     2816             *        without duplicating (more) code. */
     2817
    28152818            switch (audioController)
    28162819            {
     
    28652868                    hrc = pBusMgr->assignPCIDevice(strAudioDevice.c_str(), pInst);          H();
    28662869                    InsertConfigNode   (pInst,    "Config",                &pCfg);
    2867 
    2868                         InsertConfigInteger(pCfg, "DebugEnabled", fDebugEnabled);
    2869                         InsertConfigString (pCfg, "DebugPathOut", strDebugPathOut);
     2870                    InsertConfigInteger(pCfg,     "DebugEnabled",          fDebugEnabled);
     2871                    InsertConfigString (pCfg,     "DebugPathOut",          strDebugPathOut);
    28702872                    break;
    28712873                }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette