VirtualBox

source: vbox/trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @92074   3 years vboxsync Audio/ALSA: Disabled stream channel mapping in the hope to resolve …
(edit) @92057   3 years vboxsync Audio/Validation Kit: Logging tweaks. ​bugref:10008
(edit) @92052   3 years vboxsync Audio/ALSA: Optional release (flow logging) for investigating …
(edit) @92030   3 years vboxsync Audio/Validation Kit: Reverted temporary commits r147824, r147661 + …
(edit) @92016   3 years vboxsync Audio/ALSA: Temporary instrumentation build for investigating …
(edit) @91861   3 years vboxsync Devices/Audio: Change audio drivers to access the CFGM API through the …
(edit) @91841   3 years vboxsync Audio/ALSA: Temporary instrumentation build for investigating …
(edit) @91835   3 years vboxsync Audio/ALSA: More optional (release) logging when draining stream. …
(edit) @91828   3 years vboxsync Audio/ALSA: More optional (release) logging when draining stream. …
(edit) @91827   3 years vboxsync Audio/ALSA: More optional (release) logging when draining stream. …
(edit) @89533   3 years vboxsync DrvHostAudioAlsa: Don't call the output/input device 'default'. bugref:9890
(edit) @89510   3 years vboxsync Audio: Split up PDMIHOSTAUDIO::pfnStreamControl into individual …
(edit) @89508   3 years vboxsync DrvHostAudioAlsa: Doxygen fix. bugref:9890
(edit) @89505   3 years vboxsync DrvHostAudioAlsa: Implemented pfnSetDevice and changed the config …
(edit) @89504   3 years vboxsync Audio: Re-ordering some methods, no real change. bugref:9890
(edit) @89500   3 years vboxsync Audio: Changed PDMAUDIOHOSTDEV::szName into a pszName so we don't have …
(edit) @89488   3 years vboxsync DrvHostAudioAlsa: Another attempt at fixing the pedantic gcc …
(edit) @89487   3 years vboxsync Audio: Changed PDMIHOSTAUDIO::pfnStreamCreate to take a pointer to a …
(edit) @89481   3 years vboxsync DrvHostAudioAlsaStubs.h: Cleaned up function prefix and struct names. …
(edit) @89480   3 years vboxsync DrvHostAudioAlsaStubs.h: Another attempt at fixing the pedantic gcc …
(edit) @89473   4 years vboxsync DrvHostAudioAlsa.cpp: Shut up annoying -EPIPE LogRel when draining. …
(edit) @89471   4 years vboxsync DrvHostAudioAlsa: Use snd_pcm_set_chmap to identify the channels we're …
(edit) @89470   4 years vboxsync DrvHostAudioAlsa: Eliminated the ALSAAUDIOSTREAMCFG structure and …
(edit) @89450   4 years vboxsync DrvHostAudioAlsa: Simplify the drvHostAlsaAudioHA_StreamCreate stuff, …
(edit) @89449   4 years vboxsync DrvHostAudioAlsa: Need to call snd_pcm_drain again when draining in …
(edit) @89258   4 years vboxsync Audio: Added PDMIHOSTAUDIO::pfnSetDevice with implementation for …
(edit) @89213   4 years vboxsync Audio: Added an fImmediate indicator to the pfnStreamDestroy methods …
(edit) @89055   4 years vboxsync ValKit/Audio: Eliminated VBoxDDVKAT.h. Made some progress getting the …
(edit) @88991   4 years vboxsync Audio: Worked over draining, starting with the internal DMA buffer …
(edit) @88966   4 years vboxsync DrvHostAudioAlsa: 4 symbols we need aren't there on really systems …
(edit) @88958   4 years vboxsync Audio/VaKit: Use the full (but mocked) version of PDMDRVREG. bugref:10008
(edit) @88928   4 years vboxsync Audio/VaKit: Allow dynamic test backend selection via …
(edit) @88924   4 years vboxsync Audio/VaKit: Initial commit of VKAT, heavily work in progress [build …
(edit) @88923   4 years vboxsync Audio/VaKit: Initial commit of VKAT, heavily work in progress. bugref:10008
(edit) @88887   4 years vboxsync Audio: Changed PDMIHOSTAUDIO::pfnStreamGetStatus into …
(edit) @88819   4 years vboxsync Audio: Added geberuc asynchronous init to DrvAudio for use in WAS (and …
(edit) @88761   4 years vboxsync DrvAudio: Working on support for asynchronous stream backend init and …
(edit) @88724   4 years vboxsync Audio: PDMAUDIOSTREAMSTS_FLAGS_XXX -> PDMAUDIOSTREAM_STS_XXX. bugref:9890
(edit) @88718   4 years vboxsync Audio: Changed PPDMAUDIOBACKENDSTREAM from opaque to a common …
(edit) @88672   4 years vboxsync Audio: Use HostAudioWas on windows 10 instead of DSound. Only set the …
(edit) @88534   4 years vboxsync Audio: Merged the cbStreamOut and cbStreamIn fields in …
(edit) @88453   4 years vboxsync DrvAudioHostAlsa: Ignore -EAGAIN from snd_pcm_drain. bugref:9890
(edit) @88452   4 years vboxsync Audio: Cleaned up the alsa backend. Removed unused+bogus …
(edit) @88451   4 years vboxsync DrvHostAlsaAudio: Implemented basic device enumeration. bugref:9890
(edit) @88450   4 years vboxsync DrvHostAudioAlsa: Put the functions in a more logical order, with …
(edit) @88449   4 years vboxsync DrvHostAudioAlsa: nit. bugref:9890
(edit) @88448   4 years vboxsync DrvHostAudioAlsa: Kicked out the scratch buffer as I could find no …
(edit) @88442   4 years vboxsync DrvHostAudioAlsa: Set no input pre-buffering as per comment.. bugref:9890
(edit) @88432   4 years vboxsync DrvHostAudioAlsa: Rewrote the pfnStreamGetPending implementation. …
(edit) @88429   4 years vboxsync DrvHostAudioAlsa: Some logging changes. A couple of @todos. bugref:9890
(edit) @88390   4 years vboxsync Audio: Removed the pfnInit and pfnShutdown methods from PDMIHOSTAUDIO. …
(edit) @88384   4 years vboxsync DrvHostAudioAlsa: Moved the drvHostAlsaAudioHA_Init code into the …
(edit) @88380   4 years vboxsync Audio: Removed the unused pfnStreamIterate method from PDMIHOSTAUDIO. …
(edit) @88378   4 years vboxsync Audio: Removed unused pfnStream(Play|Capture)(Begin|End) methods from …
(edit) @88362   4 years vboxsync Audio: Removed PDMIHOSTAUDIO::pfnSetCallback (replaced by …
(edit) @88283   4 years vboxsync Audio: Cleaned up the alsa and pulse audio play methods. Two doxygen …
(edit) @88282   4 years vboxsync Audio: Cleaned up the alsa and pulse audio play methods. Two doxygen …
(edit) @88269   4 years vboxsync Audio: Made sure PDMAUDIOPCMPROPS is initialized using a helper …
(edit) @88235   4 years vboxsync Audio: File header adjustments. bugref:9890
(edit) @88230   4 years vboxsync Audio: Renamed DrvAudio.h to DrvAudioCommon.h and move the DrvAudio.h …
(copy) @88226   4 years vboxsync Audio: Renamed host audio files to the DrvHostAudioXxxx scheme. bugref:9890
copied from trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp
(edit) @88220   4 years vboxsync DrvHostAudioAlsa: Don't set the play threshold higher than the ALSA …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette