summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Audio
Commit message (Expand)AuthorAgeFilesLines
* Audio/ValKit: More code for test (set) verification [build fix]. bugref:10008vboxsync2021-07-011-4/+1
* Audio/ValKit: More code for test (set) verification. bugref:10008vboxsync2021-07-012-89/+257
* Audio/ValKit: Be less strict when (binary) comparing test set audio data (com...vboxsync2021-06-301-25/+45
* Audio/ValKit: Initial implementation / support for NATed VMs by using reverse...vboxsync2021-06-308-477/+1007
* DevHda: Renamed HDAREGDESC members to follow coding standard. Excluded pszDe...vboxsync2021-06-242-90/+102
* DevHda: Optimize HDAREGDESC a little more by reducing the size, fFlags and me...vboxsync2021-06-241-9/+10
* DevHda: Don't include the register name and description strings in ring-0 unl...vboxsync2021-06-241-2/+12
* DevHda: Reordered HDAREGDESC so we avoid alignment padding. Saves ~900 bytes....vboxsync2021-06-241-19/+18
* DevHda: Preparing register map tweaks. bugref:9890vboxsync2021-06-241-52/+58
* DevHda: Made the register map local to DevHda.cpp only, DevHdaStream.cpp does...vboxsync2021-06-242-87/+94
* DevHda: Added another assertion wrapper for register access for strict builds...vboxsync2021-06-241-4/+28
* DevHda: Avoid indirect register accesses via g_aHdaRegMap. bugref:9890vboxsync2021-06-241-3/+24
* DevHda: Cleanups... bugref:9890vboxsync2021-06-241-8/+6
* DevHda: Cleanups... bugref:9890vboxsync2021-06-242-18/+20
* Audio/ValKit: More code for audio verification. bugref:10008vboxsync2021-06-243-117/+286
* Audio/Test: Added AudioTestSetTestIsRunning(). bugref:10008vboxsync2021-06-242-4/+21
* DevHda: Moved the HDA_SAVED_STATE_XXX defines to DevHda.h (no idea why it was...vboxsync2021-06-242-33/+35
* DevHda: Merged DevHdaCommon.h into DevHda.h and mostly likewise with the corr...vboxsync2021-06-247-976/+822
* DevIchAc97: Hint 48kHz config to the windows backend. bugref:9890vboxsync2021-06-241-0/+33
* DevHda: Kicked out the InitialDelayMs config value and associated code. DrvAu...vboxsync2021-06-244-66/+8
* DevHda: Cleaned up the write-silence bits of hdaR3StreamDoDmaInput. bugref:9890vboxsync2021-06-241-1/+0
* DevHda: Cleaned up the write-silence bits of hdaR3StreamDoDmaInput. bugref:9890vboxsync2021-06-241-53/+19
* DevHda: Kicked out the disabled bounce buffer stuff from hdaR3StreamDoDmaOutp...vboxsync2021-06-241-137/+37
* DevHda: Cleaned up pGuestProps/pHostProps in the schedule creation code (they...vboxsync2021-06-241-32/+22
* DevHda: The compile time feature enable/disable defines must live in DevHda.h...vboxsync2021-06-242-9/+14
* DevHda: Removed the HDA_USE_DMA_ACCESS_HANDLER stuff as it is unlikely to be ...vboxsync2021-06-241-6/+0
* DevHda: Removed the HDA_USE_DMA_ACCESS_HANDLER stuff as it is unlikely to be ...vboxsync2021-06-243-397/+1
* DevHda: Removing unused code. bugref:bugref:9890vboxsync2021-06-241-64/+0
* DevHda: Calculate cMsSchedulingHint based on the actual scheduling rather tha...vboxsync2021-06-245-64/+26
* DevHda: Removed now obsolete config values: PosAdjustEnabled, PosAdjustFrames...vboxsync2021-06-242-43/+1
* DevHda: Don't forget to destroy the critical section. Cleanups. bugref:9890vboxsync2021-06-242-14/+17
* DevHda: Implemented DMA-on-WALCLK access too. Cleanups. bugref:9890vboxsync2021-06-238-121/+252
* DevHda: Do LPIB updates more often. Experimental code for doing DMA work on ...vboxsync2021-06-231-0/+2
* DevHda: Do LPIB updates more often. Experimental code for doing DMA work on ...vboxsync2021-06-231-2/+4
* DevHda: Do LPIB updates more often. Experimental code for doing DMA work on ...vboxsync2021-06-231-0/+5
* DevHda: Do LPIB updates more often. Experimental code for doing DMA work on ...vboxsync2021-06-231-3/+6
* DevHda: Do LPIB updates more often. Experimental code for doing DMA work on ...vboxsync2021-06-234-142/+577
* DevHda: Fixed bugtracker link. bugref:9890vboxsync2021-06-231-1/+1
* DevHda: Stats unit correction. bugref:9890vboxsync2021-06-231-1/+1
* DevIchAc97: Stats unit corrections. bugref:9890vboxsync2021-06-231-2/+2
* DevHda: Added a StatDmaSkippedPendingBcis statistics counter like AC97 alread...vboxsync2021-06-233-4/+26
* DevHda: Redid the locking in hdaMmioWrite, so that we take the lock before ca...vboxsync2021-06-231-15/+12
* DevHda: Don't use tab in logging. Added todos about missing locking in hdaMmi...vboxsync2021-06-232-14/+22
* DevHda: Some preprocessor indentation fixes. bugref:9890vboxsync2021-06-231-44/+44
* DevHda: Eliminated HDASTREAM::CritSect as it is not necessary. The AIO threa...vboxsync2021-06-231-1/+0
* DevHda: Eliminated HDASTREAM::CritSect as it is not necessary. The AIO threa...vboxsync2021-06-233-81/+11
* AudioTest.cpp: Build fix (gcc (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9)). bugr...vboxsync2021-06-231-7/+3
* Audio/ValKit: More work on logging [Windows build fix]. bugref:10008vboxsync2021-06-221-1/+1
* Audio/ValKit: More work on logging [Windows build fix]. bugref:10008vboxsync2021-06-221-17/+25
* Audio/ValKit: More work on logging. bugref:10008vboxsync2021-06-221-32/+46