VirtualBox

Changeset 89341 in vbox for trunk/include


Ignore:
Timestamp:
May 28, 2021 10:19:50 AM (4 years ago)
Author:
vboxsync
Message:

Audio: Removed PDMAUDIODRVFLAGS (no longer needed when we're mixing inputs). bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmaudioifs.h

    r89327 r89341  
    253253#endif
    254254
    255 /** PDM audio driver instance flags. */
    256 typedef uint32_t PDMAUDIODRVFLAGS;
    257 
    258 /** No flags set. */
    259 #define PDMAUDIODRVFLAGS_NONE       0
    260 /** Marks a primary audio driver which is critical
    261  *  when running the VM. */
    262 #define PDMAUDIODRVFLAGS_PRIMARY    RT_BIT(0)
    263 
    264255/**
    265256 * Audio format in signed or unsigned variants.
     
    698689    /** Whether the endianness is swapped or not. */
    699690    bool        fSwapEndian : 1;
    700     /** Raw mixer frames, only applicable for signed 64-bit samples. */
     691    /** Raw mixer frames, only applicable for signed 64-bit samples.
     692     * The raw mixer samples are really just signed 32-bit samples stored as 64-bit
     693     * integers without any change in the value.
     694     *
     695     * @todo Get rid of this, only VRDE needs it an it should use the common
     696     *       mixer code rather than cooking its own stuff. */
    701697    bool        fRaw : 1;
    702698    /** Sample frequency in Hertz (Hz). */
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