VirtualBox

Changeset 65071 in vbox


Ignore:
Timestamp:
Jan 3, 2017 11:40:39 AM (8 years ago)
Author:
vboxsync
Message:

Audio: Disable one-time audio stream initialization at device creation (VM startup) instead of creating the stream when needed at some later point in time. This was the default behavior ever since.

We now go with the new behavior by default now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r65057 r65071  
    568568 VBoxDD_DEFS.darwin += VBOX_WITH_AUDIO_CA_QUEUES
    569569
    570  # Enable one-time audio stream initialization at device creation (VM startup) instead
     570 # Disable one-time audio stream initialization at device creation (VM startup) instead
    571571 # of creating the stream when needed at some later point in time.
    572572 #
    573573 # This was the default behavior ever since.
    574  VBoxDD_DEFS  += VBOX_WITH_AUDIO_SB16_ONETIME_INIT
    575  VBoxDD_DEFS  += VBOX_WITH_AUDIO_AC97_ONETIME_INIT
    576  VBoxDD_DEFS  += VBOX_WITH_AUDIO_HDA_ONETIME_INIT
     574 #
     575 # We now go with the new behavior by default now.
     576 #VBoxDD_DEFS  += VBOX_WITH_AUDIO_SB16_ONETIME_INIT
     577 #VBoxDD_DEFS  += VBOX_WITH_AUDIO_AC97_ONETIME_INIT
     578 #VBoxDD_DEFS  += VBOX_WITH_AUDIO_HDA_ONETIME_INIT
    577579
    578580 #
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