VirtualBox

Changeset 6067 in vbox


Ignore:
Timestamp:
Dec 14, 2007 4:24:02 PM (17 years ago)
Author:
vboxsync
Message:

audio: on exit, shut down _every_ stream, not only the enabled onces

File:
1 edited

Legend:

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

    r6064 r6067  
    14921492    HWVoiceIn *hwi = NULL;
    14931493
    1494     while ((hwo = audio_pcm_hw_find_any_enabled_out (s, hwo))) {
     1494    /* VBox change: audio_pcm_hw_find_any_enabled_out => audio_pcm_hw_find_any_out */
     1495    while ((hwo = audio_pcm_hw_find_any_out (s, hwo))) {
    14951496        SWVoiceCap *sc;
    14961497
     
    15081509    }
    15091510
    1510     while ((hwi = audio_pcm_hw_find_any_enabled_in (s, hwi))) {
     1511    /* VBox change: audio_pcm_hw_find_any_enabled_in => audio_pcm_hw_find_any_in */
     1512    while ((hwi = audio_pcm_hw_find_any_in (s, hwi))) {
    15111513        hwi->pcm_ops->ctl_in (hwi, VOICE_DISABLE);
    15121514        hwi->pcm_ops->fini_in (hwi);
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