VirtualBox

source: vbox/trunk/src/VBox/Devices/Audio

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @88080   4 years vboxsync DevHDA: Removed hdaR3TimerSet, hdaR3StreamTransferGetNext and …
(edit) @88077   4 years vboxsync DevHDA: Doxygen fixes. bugref:9890
(edit) @88075   4 years vboxsync Backing out r143016 (doxygen fix) as it needs to be split up.
(edit) @88063   4 years vboxsync DevHDA: Tweaked the AIO output scheduling a little, ignoring uTimerHz …
(edit) @88061   4 years vboxsync Audio: Should use versioned magics like for other PDM structures, …
(edit) @88060   4 years vboxsync Audio: Adding a magic to PDMAUDIOSTREAM. [fix] bugref:9890
(edit) @88059   4 years vboxsync Audio: Adding a magic to PDMAUDIOSTREAM. bugref:9890
(edit) @88057   4 years vboxsync Audio: enums must have an 'END' entry for validation purposes. bugref:9890
(edit) @88055   4 years vboxsync Audio: Moved the host audio device enumeration code to PDM …
(edit) @88053   4 years vboxsync Audio: Moved the host audio device enumeration code to PDM …
(edit) @88047   4 years vboxsync Audio: Moved the host audio device enumeration code to PDM …
(edit) @88045   4 years vboxsync Audio: More prep work to move the audio device enumeration code to …
(edit) @88044   4 years vboxsync Audio: More prep work to move the audio device enumeration code to …
(edit) @88042   4 years vboxsync Audio: Build fix. bugref:9890
(edit) @88041   4 years vboxsync Audio: More prep work to move the audio device enumeration code to …
(edit) @88035   4 years vboxsync Audio: Converted the core audio code to extending PDMAUDIODEVICE …
(edit) @88034   4 years vboxsync Audio: Converted the core audio code to extending PDMAUDIODEVICE …
(edit) @88033   4 years vboxsync Audio: Converted the core audio code to extending PDMAUDIODEVICE …
(edit) @88031   4 years vboxsync Audio: Preparing for moving the enumeration helpers to PDM. Simplify …
(edit) @88029   4 years vboxsync Audio: Moving some of the DrvAudio.h stuff into PDM - …
(edit) @88028   4 years vboxsync Audio: Moving some of the DrvAudio.h stuff into PDM - …
(edit) @88027   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88026   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88025   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88024   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88023   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88022   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88017   4 years vboxsync Audio: Removed unused drvAudioHlpBytesPerSec helper to shut up clang …
(edit) @88016   4 years vboxsync Audio: DrvAudioHlpPCMPropsAreValid -> DrvAudioHlpPcmPropsAreValid; …
(edit) @88015   4 years vboxsync Audio: DrvAudioHlpPCMPropsAreEqual -> DrvAudioHlpPcmPropsAreEqual & …
(edit) @88013   4 years vboxsync Audio: DrvAudioHlpPCMPropsPrint -> DrvAudioHlpPcmPropsLog. bugref:9890
(edit) @88012   4 years vboxsync Audio: DrvAudioHlpPCMPropsPrint -> DrvAudioHlpPcmPropsLog. bugref:9890
(edit) @88011   4 years vboxsync Audio: DrvAudioHlpPCMPropsToStreamCfg -> …
(edit) @88010   4 years vboxsync Audio: DrvAudioHlpPCMPropsToStreamCfg -> …
(edit) @88009   4 years vboxsync Audio: DrvAudioHlpPCMPropsBytesPerFrame -> DrvAudioHlpBytesPerFrame as …
(edit) @88008   4 years vboxsync Audio: Moved the PCM property helpers closer together. bugref:9890
(edit) @88007   4 years vboxsync Audio: Switched parameters for DrvAudioHlpBytesToFrames. bugref:9890
(edit) @88006   4 years vboxsync Audio: DrvAudioHlpBytesAlign -> DrvAudioHlpFloorBytesToFrame as it …
(edit) @88005   4 years vboxsync Audio: DrvAudioHlpBytesIsAligned -> DrvAudioHlpIsBytesAligned; …
(edit) @88004   4 years vboxsync Audio: DrvAudioHlpBytesIsAligned -> DrvAudioHlpIsBytesAligned; …
(edit) @88003   4 years vboxsync Audio: DrvAudioHlpCalcBitrate -> DrvAudioHlpGetBitrate. bugref:9098
(edit) @88002   4 years vboxsync Audio: Swapped parameters for DrvAudioHlpNanoToFrames, …
(edit) @87998   4 years vboxsync Audio: nits. bugref:9890
(edit) @87997   4 years vboxsync Audio: Fixed the 16-bit and 32-bit signed cases of …
(edit) @87996   4 years vboxsync Audio: Converted DrvAudioHlpFramesToNano and DrvAudioHlpFramesToMilli …
(edit) @87994   4 years vboxsync Audio: Switched DrvAudioHlpFramesToBytes parameters. bugref:9890
(edit) @87993   4 years vboxsync Audio: Switched DrvAudioHlpFramesToMilli parameters. bugref:9890
(edit) @87992   4 years vboxsync Audio: Switched DrvAudioHlpFramesToNano parameters. bugref:9890
(edit) @87991   4 years vboxsync Audio: Switched DrvAudioHlpBytesToMilli parameters. bugref:9890
(edit) @87990   4 years vboxsync Audio: Fixed broken DrvAudioHlpBytesToNano and DrvAudioHlpBytesToMicro …
(edit) @87989   4 years vboxsync DevHDA: Count DMA over-/underflows. bugref:9890
(edit) @87988   4 years vboxsync DevHDA: Complain on underflows in DMA worker. bugref:9890
(edit) @87987   4 years vboxsync scm fix
(edit) @87986   4 years vboxsync DrvAudioCommon: Explain how do DrvAudioHlpFramesToMilli and such …
(edit) @87985   4 years vboxsync DevHDA: Increase the internal buffer between the DMA engine and the …
(edit) @87983   4 years vboxsync DevHDA/StreamSetUp: Deal with buffer lists w/o IRQs too in the …
(edit) @87980   4 years vboxsync Audio/HDA: Changed LogRel() statements in hdaR3StreamSetUp() being …
(edit) @87979   4 years vboxsync DrvHostPulseAudio.cpp: Fixed StreamOpen regression from r139599 where …
(edit) @87978   4 years vboxsync DevHDA: Do not put assertions inside #ifdef LOG_ENABLED! bugref:9890
(edit) @87977   4 years vboxsync DevHDA: Set timer frequency hint. bugref:9890
(edit) @87975   4 years vboxsync DevHDA: Fixed incorrect LogRel2 statement (%R[bdle] is for HDABDLE …
(edit) @87970   4 years vboxsync Audio/HDA: Changed LogRel() statements in hdaR3StreamSetUp() being …
(edit) @87969   4 years vboxsync Audio/HDA: Changed LogRel() statements in hdaR3StreamSetUp() being …
(edit) @87965   4 years vboxsync DevHDA: Use pStreamR3->State.Mapping.PCMProps instead of …
(edit) @87964   4 years vboxsync Forward ported r143064 from 6.1: DevHDA: Try be as exact as possible …
(edit) @87962   4 years vboxsync DevHDA: Oops, didn't mean to disable the windows hack yet, just adding …
(edit) @87961   4 years vboxsync DevHDA: Added a couple of dtrace probes for tracking data from DMA …
(edit) @87960   4 years vboxsync DevHDA: Hacks for logging CS:RIP & RFLAGS for MMIO accesses …
(edit) @87953   4 years vboxsync Audio/HDA: hdaStreamLock() + hdaStreamUnlock() are available in R0, too.
(edit) @87952   4 years vboxsync Audio/HDA: hdaStreamLock() + hdaStreamUnlock() are available in R0, too.
(edit) @87950   4 years vboxsync DevHDA: Some debug info handler tweaking; implementing …
(edit) @87945   4 years vboxsync Audio/HDA: When starting / resuming (via saved state) stream …
(edit) @87944   4 years vboxsync Audio/HDA: When starting / resuming (via saved state) stream …
(edit) @87942   4 years vboxsync Audio/HDA: Follow-up fix for r142810 to make the transfer heuristics …
(edit) @87936   4 years vboxsync AudioMixBuffer: Combine the out-of-range checks in …
(edit) @87934   4 years vboxsync hdaR3StreamAsyncIOThread should check the shutdown flag before going …
(edit) @87926   4 years vboxsync doxygen fixing
(edit) @87911   4 years vboxsync Audio/HDA: Made warning of unsupported guest speaker setups a LogRel().
(edit) @87905   4 years vboxsync Audio/HDA: Follow-up fixes for r142934. ticketoem2ref:36
(edit) @87877   4 years vboxsync Audio/DrvAudio: Got rid of more big stack-allocated stuff [build fix]. …
(edit) @87876   4 years vboxsync Audio/DrvAudio: Got rid of more big stack-allocated stuff [build fix]. …
(edit) @87875   4 years vboxsync Audio/DrvAudio: Got rid of more big stack-allocated stuff. ticketoem2ref:36
(edit) @87863   4 years vboxsync Audio/HDA: Experimental change to lower more DPC calls within the …
(edit) @87862   4 years vboxsync Audio/DrvAudio: Logging nit.
(edit) @87861   4 years vboxsync Audio: Unified debug .WAV path file generation so that all data lands …
(edit) @87857   4 years vboxsync Audio/Mixer: Follow-up fix for r142918; fixed mixer flags validation mask.
(edit) @87856   4 years vboxsync Audio/Mixer: Follow-up fix for r142918; first destroy the sink, then …
(edit) @87854   4 years vboxsync Audio/DrvAudio: Streamline drvAudioStreamGetReadable() a bit more.
(edit) @87853   4 years vboxsync Audio/DebugAudio: Always use the requested audio stream format when …
(edit) @87852   4 years vboxsync Audio/Mixer: Implemented mixer creation flags to support runtime …
(edit) @87849   4 years vboxsync Audio/DrvAudio: Made a debug warning show up in LogRel() when a …
(edit) @87847   4 years vboxsync Audio/DrvAudio: Made debug .WAV file naming a bit easier to follow.
(edit) @87843   4 years vboxsync Audio/DebugAudio: Implemented support of providing an artificial …
(edit) @87841   4 years vboxsync Audio/testcase: Added initial tstAudioClient3 to manually report, …
(edit) @87840   4 years vboxsync Audio/testcase: Added initial tstAudioClient3 to manually report, …
(edit) @87836   4 years vboxsync Audio/HDA: More HDA_STRICT fun. ticketoem2ref:36
(edit) @87835   4 years vboxsync Audio/HDA: Init stream's last transfer timestamp if not done yet in …
(edit) @87830   4 years vboxsync Audio/HDA: A bit of header cleanup / docs. ticketoem2ref:36
(edit) @87811   4 years vboxsync HDA: Use a PDMCRITSECT per stream instead of RTCRITSECT, to also allow …
(edit) @87810   4 years vboxsync HDA: Got rid of the stream period's additional locking; not needed, as …
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