VirtualBox

Ignore:
Timestamp:
Oct 6, 2021 5:35:59 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Implemented setting the system's master volume to 100% on OSS. Untested [build fix]. ​​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp

    r91601 r91602  
    4040#endif
    4141#ifdef VBOX_WITH_AUDIO_OSS
     42# include <errno.h>
    4243# include <fcntl.h>
    4344# include <sys/ioctl.h>
     
    257258#endif
    258259
    259    RT_NOREF(uVolPercent);
     260   RT_NOREF(rc, uVolPercent);
    260261    /** @todo Port other platforms. */
    261262   return VERR_NOT_SUPPORTED;
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