summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Audio/audio.c
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2014-03-26 19:21:20 +0000
committer <>2014-05-08 15:03:54 +0000
commitfb123f93f9f5ce42c8e5785d2f8e0edaf951740e (patch)
treec2103d76aec5f1f10892cd1d3a38e24f665ae5db /src/VBox/Devices/Audio/audio.c
parent58ed4748338f9466599adfc8a9171280ed99e23f (diff)
downloadVirtualBox-master.tar.gz
Imported from /home/lorry/working-area/delta_VirtualBox/VirtualBox-4.3.10.tar.bz2.HEADVirtualBox-4.3.10master
Diffstat (limited to 'src/VBox/Devices/Audio/audio.c')
-rw-r--r--src/VBox/Devices/Audio/audio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Devices/Audio/audio.c b/src/VBox/Devices/Audio/audio.c
index 4720c7da..784d84ba 100644
--- a/src/VBox/Devices/Audio/audio.c
+++ b/src/VBox/Devices/Audio/audio.c
@@ -472,7 +472,7 @@ static void audio_process_options (PCFGMNODE pCfgHandle, const char *prefix,
*/
if(pCfgHandle != NULL) {
/* If its audio general setting, need to traverse to one child node.
- * /Devices/ihac97/0/LUN#0/Config/Audio
+ * /Devices/ichac97/0/LUN#0/Config/Audio
*/
if(!strncmp(prefix, "AUDIO", 5)) {
pCfgChildHandle = CFGMR3GetFirstChild(pCfgHandle);
@@ -484,7 +484,7 @@ static void audio_process_options (PCFGMNODE pCfgHandle, const char *prefix,
{
/* If its driver specific configuration , then need to traverse two level deep child
* child nodes. for eg. in case of DirectSoundConfiguration item
- * /Devices/ihac97/0/LUN#0/Config/Audio/DirectSoundConfig
+ * /Devices/ichac97/0/LUN#0/Config/Audio/DirectSoundConfig
*/
pCfgChildHandle = CFGMR3GetFirstChild(pCfgHandle);
if (pCfgChildHandle) {
@@ -1562,7 +1562,7 @@ static struct audio_option audio_options[] = {
"Number of voices for ADC", NULL, 0},
/* Misc */
- {"TimreFreq", AUD_OPT_INT, &conf.period.hz,
+ {"TimerFreq", AUD_OPT_INT, &conf.period.hz,
"Timer frequency in Hz (0 - use lowest possible)", NULL, 0},
{"PLIVE", AUD_OPT_BOOL, &conf.plive,