VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @89842   4 years vboxsync AudioTest.cpp: Build fix (gcc (GCC) 10.2.1 20201125 (Red Hat …
(edit) @89841   4 years vboxsync Audio/ValKit: More work on logging [Windows build fix]. bugref:10008
(edit) @89840   4 years vboxsync Audio/ValKit: More work on logging [Windows build fix]. bugref:10008
(edit) @89839   4 years vboxsync Audio/ValKit: More work on logging. bugref:10008
(edit) @89838   4 years vboxsync Audio/ValKit: Factored out cleaning up the registered tests in the …
(edit) @89835   4 years vboxsync Audio/ValKit: Factored out cleaning up the registered tests in the …
(edit) @89830   4 years vboxsync DrvAudio: Fixed invalid log variable assignment in …
(edit) @89826   4 years vboxsync DevHda: Partial vista fix. Must avoid chopping up the buffers in an …
(edit) @89822   4 years vboxsync DevSB16,DevIchAc97: Mixer info. bugref:9890
(edit) @89821   4 years vboxsync Audio: Some info item fixes and docs updates. bugref:9890
(edit) @89813   4 years vboxsync AudioMixBuffer.cpp: scm fix bugref:9890
(edit) @89811   4 years vboxsync AudioMixBuffer.cpp: doxygen fixes. bugref:9890
(edit) @89810   4 years vboxsync Audio: Eliminated some unnecessary stream config copying in the device …
(edit) @89807   4 years vboxsync Audio/ValKit: Added support for CRC32 checksum calculation; now …
(edit) @89806   4 years vboxsync Audio/ValKit: Added support for CRC32 checksum calculation; now …
(edit) @89805   4 years vboxsync Audio/ValKit: Added a simple testcase for ATS (Audio Test Service). …
(edit) @89803   4 years vboxsync Audio/ValKit: Sending bigger data chunks now also works. bugref:10008
(edit) @89802   4 years vboxsync Audio/ValKit: Added support for CRC32 checksum calculation; now …
(edit) @89801   4 years vboxsync pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
(edit) @89800   4 years vboxsync pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
(edit) @89788   4 years vboxsync Audio/ValKit: doxygen fix. bugref:10008
(edit) @89787   4 years vboxsync DevIchAc97: Doxygen grouping fix. bugref:9890
(edit) @89779   4 years vboxsync Audio: Size the mixer buffer for sinks according to the scheulding …
(edit) @89778   4 years vboxsync DevIchAc97: Eliminated the pRegs variables, just use pStream->Regs. …
(edit) @89776   4 years vboxsync DevIchAc97: Some experiment of PICB sub-buffer reporting. bugref:9890
(edit) @89775   4 years vboxsync DevIchAc97: Looked into the 'unimplemented' register accesses (all …
(edit) @89773   4 years vboxsync DevIchAc97: save indent. bugref:9890
(edit) @89772   4 years vboxsync DevIchAc97: doxygen fix. bugref:9890
(edit) @89771   4 years vboxsync DevIchAc97: Cleaned up inconsistencies in ichac97R3StreamTransfer - it …
(edit) @89770   4 years vboxsync DevIchAc97: Added statistics on some special DMA transfer cases. …
(edit) @89769   4 years vboxsync AudioTest.cpp: scm fix. bugref:10008
(edit) @89768   4 years vboxsync Audio: Made PDMAUDIOVOLUME multichannel. bugref:9890
(edit) @89765   4 years vboxsync DrvHostAudioWasApi: Must disable the stream when draining completes. …
(edit) @89759   4 years vboxsync DevIchAc97: Logging fix. bugref:9890
(edit) @89758   4 years vboxsync DevIchAc97: Profile ichac97R3StreamReSetUp as it is doing the heavy …
(edit) @89757   4 years vboxsync DevHda: stat unit correction. bugref:9890
(edit) @89756   4 years vboxsync DevIchAc97: More statistics. bugref:9890
(edit) @89755   4 years vboxsync DevHda: Corrected statistics description. bugref:9890
(edit) @89754   4 years vboxsync DevIchAc97: Removed unused statistics. bugref:9890
(edit) @89753   4 years vboxsync DevIchAc97: Don't allow enabling a stream that's already enabled. …
(edit) @89752   4 years vboxsync DevIchAc97: Logging fix. bugref:9890
(edit) @89751   4 years vboxsync DevIchAc97: Restored the BDLE fetching to the LVI write w/ AC97_SR_DCH …
(edit) @89750   4 years vboxsync DevIchAc97: Todo. bugref:9890
(edit) @89748   4 years vboxsync DevIchAc97: Don't take the timer lock when fielding IO port writes, …
(edit) @89747   4 years vboxsync Audio/ValKit: Implemented first first (primitive) binary PCM data …
(edit) @89743   4 years vboxsync DevIchAc97: Addressed todo in ichac97R3StreamSetUp regarding zero …
(edit) @89742   4 years vboxsync DevIchAc97: Addressed todo in ichac97R3StreamSetUp regarding zero …
(edit) @89739   4 years vboxsync DevIchAc97: Make sure to retry ichac97R3MixerAddDrvStreams after a …
(edit) @89737   4 years vboxsync DevIchAc97: Moved the AIO job re-registration to ichac97R3StreamSetUp …
(edit) @89736   4 years vboxsync DevIchAc97: Don't recreate the driver streams just because the DMA …
(edit) @89733   4 years vboxsync DevIchAc97: Renamed a couple of functions. bugref:9890
(edit) @89724   4 years vboxsync DevIchAc97: Some small code cleanups. bugref:9890
(edit) @89723   4 years vboxsync DevIchAc97: Some small code cleanups. bugref:9890
(edit) @89721   4 years vboxsync DevIchAc97: Tried to organized the functions a bit more logically. No …
(edit) @89715   4 years vboxsync DevIchAc97: fixed log statement. bugref:9890
(edit) @89711   4 years vboxsync Audio/ValKit: More validation code. bugref:10008
(edit) @89710   4 years vboxsync DevIchAc97: Build fix. bugref:9890
(edit) @89707   4 years vboxsync DevIchAc97: Added a input/output stream indicator to …
(edit) @89706   4 years vboxsync DevIchAc97: Must recreate the stream when the internal DMA buffer size …
(edit) @89694   4 years vboxsync DevIchAc97: Added pushback and statistics to the input portion of …
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