VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90331   4 years vboxsync DevHda: Use PDMCritSect API via PDMDevHlp. bugref:10074
(edit) @90247   4 years vboxsync DevIchAc97: Don't try setup streams with BDBAR=0 as that upsets the …
(edit) @90184   4 years vboxsync Audio/ValKit: Use frame size instead of sample size in …
(edit) @90183   4 years vboxsync Audio/ValKit: More code for guest recording tests in the Validation …
(edit) @90182   4 years vboxsync Audio/ValKit: Use frame size instead of sample size in …
(edit) @90179   4 years vboxsync Audio/ValKit: A few more checks for AudioTestSetPack(). bugref:10008
(edit) @90178   4 years vboxsync DevIchAc97: Don't assert on valid config in ichac97R3StreamSetUp as we …
(edit) @90176   4 years vboxsync Audio/ValKit: ATS termination fixes. bugref:10008
(edit) @90158   4 years vboxsync DevHda: Added the minimum of registers linux accesses for the …
(edit) @90149   4 years vboxsync DevHda: Added config value 'DeviceName' to allow specifying other …
(edit) @90148   4 years vboxsync DevHdaCodec: Renamed a couple of variables. bugref:9890
(edit) @90147   4 years vboxsync DevHdaCodec: Moved the codec configuration into a separate structure …
(edit) @90146   4 years vboxsync DevHdaCodec: Removed unused member HDACODECR3::cNodes. bugref:9890
(edit) @90145   4 years vboxsync DevHdaCodec: Mark afNodeClassifications as const to encourage more …
(edit) @90144   4 years vboxsync DevHdaCodec: Combine all the node classification lists into an array …
(edit) @90143   4 years vboxsync DevHdaCodec: The node classification lists can be const. bugref:9890
(edit) @90142   4 years vboxsync DevHdaCodec: Renamed some more member names. bugref:9890
(edit) @90141   4 years vboxsync DevHdaCodec: Corrected some member names. bugref:9890
(edit) @90140   4 years vboxsync DevHda: Aligned the codec state more along cache lines. bugref:9890
(edit) @90139   4 years vboxsync DevHdaCodec: Updated docs/todo. bugref:9890
(edit) @90138   4 years vboxsync DevHda: Only HDACODECR3, no HDACODEC structure any more. bugref:9890
(edit) @90137   4 years vboxsync DevHda: Don't pass pDevIns but PHDACODECR3 to the four DevHDA …
(edit) @90136   4 years vboxsync DevHda: Ditto in the other direction. bugref:9890
(edit) @90135   4 years vboxsync DevHda: We don't need to abstract the HDA codecs with function …
(edit) @90134   4 years vboxsync DevHda: Consolidating codec state into one structure and removing the …
(edit) @90131   4 years vboxsync DevHdaCodec: Removed most of the leftovers from the attempt to run the …
(edit) @90128   4 years vboxsync DevHdaCodec: Moved CODECVERB to the .cpp file as it does not to be …
(edit) @90127   4 years vboxsync DevHdaCodec: More doc work. bugref:9890
(edit) @90123   4 years vboxsync DevHdaCodec: Try make doxygen happy... bugref:9890
(edit) @90122   4 years vboxsync DevHdaCodec: More doxygen stuff. Renamed callback parameters to match …
(edit) @90121   4 years vboxsync DevHdaCodec: Reverted previous commit, committed too much. bugref:9890
(edit) @90120   4 years vboxsync DevHdaCodec: More doxygen stuff. Renamed callback parameters to match …
(edit) @90119   4 years vboxsync DevHdaCodec: Looping over node index arrays must do proper bound …
(edit) @90097   4 years vboxsync DevHda: Fixed bug in hdaR3StreamAddScheduleItem when splitting up too …
(edit) @90071   4 years vboxsync Audio/ValKit: Resolved some @todos wrt the test object API. bugref:10008
(edit) @90056   4 years vboxsync Audio/ValKit: Added support for concurrent playback + recording tests …
(edit) @90048   4 years vboxsync Audio/ValKit: Added dedicated log group AUDIO_TEST for audio testing …
(edit) @90047   4 years vboxsync Audio/ValKit: Renaming. bugref:10008
(edit) @90046   4 years vboxsync Audio/ValKit: More code for PCM audio data test (set) verification. …
(edit) @90016   4 years vboxsync Audio: Before calling AudioHlpFileWrite test on the pFileXxxx variable …
(edit) @90015   4 years vboxsync AudioHlp: Drop unnecessary headers. bugref:9890
(edit) @90014   4 years vboxsync AudioHlp: Doxygen file. bugref:9890
(edit) @90013   4 years vboxsync DevHda: Removed a bunch of unused debug stream stuff. bugref:9890
(edit) @90012   4 years vboxsync Audio: Output multichannel capable wave files. Simplify the code a …
(edit) @90011   4 years vboxsync Audio: Baked AudioHlpFileNameGet into AudioHlpFileCreate and added …
(edit) @90010   4 years vboxsync Audio/AudioHlp: Deal with sharing violations when audio debug is …
(edit) @90008   4 years vboxsync AudioMixBuffer: Fixed regresion in AudioMixBufSetVolume from the …
(edit) @90007   4 years vboxsync AudioMixer: Don't use markdown for @pages, w/o a proper brief …
(edit) @90006   4 years vboxsync DevIchAc97: nsRetrySetup fix. bugref:9890
(edit) @90005   4 years vboxsync AudioTest: doxygen fix. @todo bugref:10008
(edit) @90004   4 years vboxsync AudioTest: doxygen fixes. bugref:10008
(edit) @89994   4 years vboxsync Audio/ValKit: Cleaned up test object API + handling. bugref:10008
(edit) @89992   4 years vboxsync Audio/ValKit: More testing code fixes and additions. bugref:10008
(edit) @89990   4 years vboxsync Audio/ValKit: Fixed manifest header checks. bugref:10008
(edit) @89986   4 years vboxsync Audio/ValKit: More code for test (set) verification [build fix]. …
(edit) @89984   4 years vboxsync Audio/ValKit: More code for test (set) verification. bugref:10008
(edit) @89966   4 years vboxsync Audio/ValKit: Be less strict when (binary) comparing test set audio …
(edit) @89962   4 years vboxsync Audio/ValKit: Initial implementation / support for NATed VMs by using …
(edit) @89906   4 years vboxsync DevHda: Renamed HDAREGDESC members to follow coding standard. …
(edit) @89904   4 years vboxsync DevHda: Optimize HDAREGDESC a little more by reducing the size, fFlags …
(edit) @89903   4 years vboxsync DevHda: Don't include the register name and description strings in …
(edit) @89902   4 years vboxsync DevHda: Reordered HDAREGDESC so we avoid alignment padding. Saves ~900 …
(edit) @89901   4 years vboxsync DevHda: Preparing register map tweaks. bugref:9890
(edit) @89900   4 years vboxsync DevHda: Made the register map local to DevHda.cpp only, …
(edit) @89899   4 years vboxsync DevHda: Added another assertion wrapper for register access for strict …
(edit) @89897   4 years vboxsync DevHda: Avoid indirect register accesses via g_aHdaRegMap. bugref:9890
(edit) @89894   4 years vboxsync DevHda: Cleanups... bugref:9890
(edit) @89893   4 years vboxsync DevHda: Cleanups... bugref:9890
(edit) @89890   4 years vboxsync Audio/ValKit: More code for audio verification. bugref:10008
(edit) @89889   4 years vboxsync Audio/Test: Added AudioTestSetTestIsRunning(). bugref:10008
(edit) @89888   4 years vboxsync DevHda: Moved the HDA_SAVED_STATE_XXX defines to DevHda.h (no idea why …
(edit) @89887   4 years vboxsync DevHda: Merged DevHdaCommon.h into DevHda.h and mostly likewise with …
(edit) @89886   4 years vboxsync DevIchAc97: Hint 48kHz config to the windows backend. bugref:9890
(edit) @89885   4 years vboxsync DevHda: Kicked out the InitialDelayMs config value and associated …
(edit) @89884   4 years vboxsync DevHda: Cleaned up the write-silence bits of hdaR3StreamDoDmaInput. …
(edit) @89883   4 years vboxsync DevHda: Cleaned up the write-silence bits of hdaR3StreamDoDmaInput. …
(edit) @89880   4 years vboxsync DevHda: Kicked out the disabled bounce buffer stuff from …
(edit) @89879   4 years vboxsync DevHda: Cleaned up pGuestProps/pHostProps in the schedule creation …
(edit) @89878   4 years vboxsync DevHda: The compile time feature enable/disable defines must live in …
(edit) @89877   4 years vboxsync DevHda: Removed the HDA_USE_DMA_ACCESS_HANDLER stuff as it is unlikely …
(edit) @89876   4 years vboxsync DevHda: Removed the HDA_USE_DMA_ACCESS_HANDLER stuff as it is unlikely …
(edit) @89875   4 years vboxsync DevHda: Removing unused code. bugref:bugref:9890
(edit) @89874   4 years vboxsync DevHda: Calculate cMsSchedulingHint based on the actual scheduling …
(edit) @89873   4 years vboxsync DevHda: Removed now obsolete config values: PosAdjustEnabled, …
(edit) @89872   4 years vboxsync DevHda: Don't forget to destroy the critical section. Cleanups. bugref:9890
(edit) @89869   4 years vboxsync DevHda: Implemented DMA-on-WALCLK access too. Cleanups. bugref:9890
(edit) @89865   4 years vboxsync DevHda: Do LPIB updates more often. Experimental code for doing DMA …
(edit) @89864   4 years vboxsync DevHda: Do LPIB updates more often. Experimental code for doing DMA …
(edit) @89863   4 years vboxsync DevHda: Do LPIB updates more often. Experimental code for doing DMA …
(edit) @89862   4 years vboxsync DevHda: Do LPIB updates more often. Experimental code for doing DMA …
(edit) @89861   4 years vboxsync DevHda: Do LPIB updates more often. Experimental code for doing DMA …
(edit) @89859   4 years vboxsync DevHda: Fixed bugtracker link. bugref:9890
(edit) @89856   4 years vboxsync DevHda: Stats unit correction. bugref:9890
(edit) @89855   4 years vboxsync DevIchAc97: Stats unit corrections. bugref:9890
(edit) @89853   4 years vboxsync DevHda: Added a StatDmaSkippedPendingBcis statistics counter like AC97 …
(edit) @89849   4 years vboxsync DevHda: Redid the locking in hdaMmioWrite, so that we take the lock …
(edit) @89848   4 years vboxsync DevHda: Don't use tab in logging. Added todos about missing locking in …
(edit) @89847   4 years vboxsync DevHda: Some preprocessor indentation fixes. bugref:9890
(edit) @89845   4 years vboxsync DevHda: Eliminated HDASTREAM::CritSect as it is not necessary. The …
(edit) @89844   4 years vboxsync DevHda: Eliminated HDASTREAM::CritSect as it is not necessary. The …
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