Changeset 44021 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Dec 3, 2012 5:45:33 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82439
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/audio.c
r40844 r44021 473 473 if(pCfgHandle != NULL) { 474 474 /* If its audio general setting, need to traverse to one child node. 475 * /Devices/i hac97/0/LUN#0/Config/Audio475 * /Devices/ichac97/0/LUN#0/Config/Audio 476 476 */ 477 477 if(!strncmp(prefix, "AUDIO", 5)) { … … 485 485 /* If its driver specific configuration , then need to traverse two level deep child 486 486 * child nodes. for eg. in case of DirectSoundConfiguration item 487 * /Devices/i hac97/0/LUN#0/Config/Audio/DirectSoundConfig487 * /Devices/ichac97/0/LUN#0/Config/Audio/DirectSoundConfig 488 488 */ 489 489 pCfgChildHandle = CFGMR3GetFirstChild(pCfgHandle); … … 1563 1563 1564 1564 /* Misc */ 1565 {"Tim reFreq", AUD_OPT_INT, &conf.period.hz,1565 {"TimerFreq", AUD_OPT_INT, &conf.period.hz, 1566 1566 "Timer frequency in Hz (0 - use lowest possible)", NULL, 0}, 1567 1567
Note:
See TracChangeset
for help on using the changeset viewer.