Changeset 65071 in vbox
- Timestamp:
- Jan 3, 2017 11:40:39 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r65057 r65071 568 568 VBoxDD_DEFS.darwin += VBOX_WITH_AUDIO_CA_QUEUES 569 569 570 # Enable one-time audio stream initialization at device creation (VM startup) instead570 # Disable one-time audio stream initialization at device creation (VM startup) instead 571 571 # of creating the stream when needed at some later point in time. 572 572 # 573 573 # 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 577 579 578 580 #
Note:
See TracChangeset
for help on using the changeset viewer.

