VirtualBox

Changeset 6064 in vbox


Ignore:
Timestamp:
Dec 14, 2007 11:22:25 AM (17 years ago)
Author:
vboxsync
Message:

audio: call driver's fini function before forcing the NULL audio driver

File:
1 edited

Legend:

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

    r6056 r6064  
    16421642    AudioState *s = &glob_audio_state;
    16431643
     1644#ifdef VBOX
     1645    if (s->drv)
     1646        s->drv->fini (s->drv_opaque);
     1647#endif
     1648
     1649    LogRel(("Audio: Using NULL audio driver\n"));
    16441650    return audio_driver_init (s, &no_audio_driver);
    16451651}
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