VirtualBox

Changeset 44021 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Dec 3, 2012 5:45:33 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82439
Message:

Devices/Audio: fix typos, some significant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/audio.c

    r40844 r44021  
    473473   if(pCfgHandle != NULL) {
    474474       /* If its audio general setting, need to traverse to one child node.
    475         * /Devices/ihac97/0/LUN#0/Config/Audio
     475        * /Devices/ichac97/0/LUN#0/Config/Audio
    476476        */
    477477       if(!strncmp(prefix, "AUDIO", 5)) {
     
    485485            /* If its driver specific configuration , then need to traverse two level deep child
    486486             * child nodes. for eg. in case of DirectSoundConfiguration item
    487              * /Devices/ihac97/0/LUN#0/Config/Audio/DirectSoundConfig
     487             * /Devices/ichac97/0/LUN#0/Config/Audio/DirectSoundConfig
    488488             */
    489489            pCfgChildHandle = CFGMR3GetFirstChild(pCfgHandle);
     
    15631563
    15641564    /* Misc */
    1565     {"TimreFreq", AUD_OPT_INT, &conf.period.hz,
     1565    {"TimerFreq", AUD_OPT_INT, &conf.period.hz,
    15661566     "Timer frequency in Hz (0 - use lowest possible)", NULL, 0},
    15671567
Note: See TracChangeset for help on using the changeset viewer.

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