VirtualBox

Ignore:
Timestamp:
May 7, 2021 1:34:51 PM (4 years ago)
Author:
vboxsync
Message:

Audio/VaKit: Initial commit of VKAT, heavily work in progress. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostAudioOss.cpp

    r88887 r88923  
    2828
    2929#include <iprt/alloc.h>
     30#include <iprt/thread.h>
    3031#include <iprt/uuid.h> /* For PDMIBASE_2_PDMDRV. */
    3132
     
    3536#include <VBox/vmm/pdmaudioinline.h>
    3637
    37 #include "VBoxDD.h"
     38#ifdef VBOX_AUDIO_VKAT
     39# include "VBoxDDVKAT.h"
     40#else
     41# include "VBoxDD.h"
     42#endif
    3843
    3944
     
    880885}
    881886
     887#ifndef VBOX_AUDIO_VKAT
    882888/**
    883889 * Char driver registration record.
     
    930936    PDM_DRVREG_VERSION
    931937};
    932 
     938#else
     939const PDMDRVREG g_DrvVKATOSS =
     940{
     941    /* cbInstance */
     942    sizeof(DRVHOSTOSSAUDIO),
     943    drvHostOSSAudioConstruct,
     944    /* pfnDestruct */
     945    NULL
     946};
     947#endif
     948
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