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