VirtualBox

source: vbox/trunk/src/VBox/Devices/Audio/DevIchAc97.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82329   5 years vboxsync PDM,DevACPI,DevHPET,DevPit-i8254,DevRTC,APIC: Added device helpers for …
(edit) @82328   5 years vboxsync DevIchAc97: Simplified ichac97R3TimerSet, avoiding an unnecessary …
(edit) @82325   5 years vboxsync DevIchAc97: ichac97TimerSet isn't used from ring-0, so make it ring-3 …
(edit) @82324   5 years vboxsync DevIchAc97: Converted timers. bugref:9218
(edit) @82323   5 years vboxsync DevIchAc97,DevHDA: PDMCritSect -> PDMDevHlpCritSect. No need to take …
(edit) @82319   5 years vboxsync DevHDA,DevIchAc97: Use devhlp for CFGMR3 functions. Don't pass empty …
(edit) @82317   5 years vboxsync DevIchAc97: doxygen fixes. bugref:9218
(edit) @82310   5 years vboxsync DevIchAc97: SSMR3 -> devhlp. bugref:9218
(edit) @82295   5 years vboxsync DevIchAc97: Converted I/O ports, forgot ring-0 bits. [grr] bugref:9218
(edit) @82294   5 years vboxsync DevIchAc97: Converted I/O ports, forgot ring-0 bits. bugref:9218
(edit) @82293   5 years vboxsync DevIchAc97: Converted I/O ports. bugref:9218
(edit) @82255   5 years vboxsync vmm/pdmaudioifs.h: More of the same. bugref:9218
(edit) @82254   5 years vboxsync vmm/pdmaudioifs.h: The prefix 'cf' reads 'count-of-flags', so if you …
(edit) @82252   5 years vboxsync vmm/pdmaudioifs.h: Style, docs and other nits. First, it's always …
(edit) @82228   5 years vboxsync DevHDA,DevIchAc97,DevSB16: Don't stop attaching LUNs/drivers on …
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80733   5 years vboxsync Audio/AC97: Try to relax (EACS VRA / VRM) capabilities / checks to …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80688   5 years vboxsync Audio/AC97: Try to relax (EACS VRA / VRM) capabilities / checks to …
(edit) @80609   6 years vboxsync Audio/AC97: More code needed for EACS VRA / VRM handling.
(edit) @80531   6 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80502   6 years vboxsync Audio/AC97: Some guest OSes seem to ignore our codec capabilities …
(edit) @78914   6 years vboxsync Devices/Audio/DevIchAc97: Plug memory leak for the description passed …
(edit) @78506   6 years vboxsync Audio: Try to fix a hang w/ VRDE audio driver enabled.
(edit) @77664   6 years vboxsync Audio/DevIchAc97.cpp: Timer description strings must be static when …
(edit) @76881   6 years vboxsync Audio/AC97: Logging nit.
(edit) @76880   6 years vboxsync Audio/AC97: Simplified ichac97R3StreamTransferCalcNext() a lot, making …
(edit) @76863   6 years vboxsync Audio/AC97: Build fix.
(edit) @76862   6 years vboxsync Audio/AC97: Added more code for transfer calculation for helping with …
(edit) @76854   6 years vboxsync Audio/AC97: Build fix.
(edit) @76853   6 years vboxsync Audio/AC97: Cleaned up ichac97R3StreamRead().
(edit) @76852   6 years vboxsync Audio/AC97: Condensed NABMBAR status register writes.
(edit) @76851   6 years vboxsync Audio/AC97: More verbose BDL(E) logging.
(edit) @76849   6 years vboxsync Audio/AC97: Only expose VRA / VRM (variable rates) features if we …
(edit) @76701   6 years vboxsync Audio/AC97: Moved setting the Hz rate / scheduling hint a bit more to …
(edit) @76700   6 years vboxsync Audio/AC97: Added support for adaptive device scheduling rates based …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76189   6 years vboxsync Audio/AC97: Saved state fix (also re-arm the per-stream timer when …
(edit) @76188   6 years vboxsync Audio/AC97: Saved state fix (also re-arm the per-stream timer when …
(edit) @76186   6 years vboxsync Audio/AC97: Build fix (alignment fun).
(edit) @76179   6 years vboxsync Audio/AC97: Fixed audio delays by using the same way of (Hz- and …
(edit) @76158   6 years vboxsync Audio: Use DrvAudioHlpStreamCfgFree().
(edit) @76157   6 years vboxsync Audio/AC97: Optimized stream creation / startup time a lot by re-using …
(edit) @75975   6 years vboxsync AC97: Fixed recording gain controls to avoid incorrectly reducing the …
(edit) @75606   6 years vboxsync Forward ported r126743 - r126749: r126749 (5.2: Audio/CoreAudio: …
(edit) @74066   7 years vboxsync Audio/AC97: Logging nit.
(edit) @74059   7 years vboxsync Audio/AC97: Implemented ichac97R3MixerAddDrv() / …
(edit) @74038   7 years vboxsync Audio/AC97: Compile fixes for async I/O support …
(edit) @73833   7 years vboxsync Audio: Async I/O fixes for HDA + AC'97.
(edit) @73651   7 years vboxsync Build fix.
(edit) @73650   7 years vboxsync Audio/AC97: Make sure to process as much data as needed, depending on …
(edit) @73649   7 years vboxsync Build fix.
(edit) @73648   7 years vboxsync Audio/AC97: Added timestamps (in ns) for last transfers / reads/writes.
(edit) @73647   7 years vboxsync Audio/AC97: Don't destroy a stream's circular buffer on stream close, …
(edit) @73626   7 years vboxsync Audio/AC97: Made the stream's circular buffer size based on the …
(edit) @73625   7 years vboxsync Audio/AC97: Only open debug .WAV files if debugging is enabled in …
(edit) @73621   7 years vboxsync Audio/AC97: Added runtime debugging support (output to .WAV files).
(edit) @73529   7 years vboxsync Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
(edit) @73452   7 years vboxsync Audio: When setting the recording source, check if the selected driver …
(edit) @73403   7 years vboxsync Audio/Mixer: Added support for setting / getting an (input) sink's …
(edit) @73370   7 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73242   7 years vboxsync Build fix.
(edit) @73241   7 years vboxsync Audio/PDM: Added (tweakable) parameters to the audio stream …
(edit) @73214   7 years vboxsync Audio/AC97: (Debug) Assertion not needed here; it might happen that …
(edit) @71761   7 years vboxsync DevIchAc97/timer: Paused mplayer fooling me. The timer does stop when …
(edit) @71756   7 years vboxsync DevIchAc97: Injected 'R3' into function prefixes where relevant and …
(edit) @71753   7 years vboxsync DevIchAc97: Alignment fixing.
(edit) @71752   7 years vboxsync DevIchAc97: Alignment fixing.
(edit) @71751   7 years vboxsync DevIchAc97: Do simple stuff (most stuff actually) in ring-0 / rawmode …
(edit) @71750   7 years vboxsync DevIchAc97: Remove incorrect locking nodes in I/O port handlers.
(edit) @71741   7 years vboxsync DevIchAc97.cpp: some cleanups.
(edit) @71738   7 years vboxsync DevAC97: AC97SOUNDSOURCE_LAST_INDEX -> AC97SOUNDSOURCE_END_INDEX, as …
(edit) @71737   7 years vboxsync DevAC97: tiny cleanups
(edit) @71247   7 years vboxsync DevIchAc97: Critsect alignment fix (32-bit).
(edit) @70642   7 years vboxsync Audio: Made attaching of backend streams non-fatal, as backends could …
(edit) @69119   7 years vboxsync Audio: More cleanups (missing keywords, incorrect #endif docs, stuff)
(edit) @68907   7 years vboxsync Audio/AC97: Some drivers might not support all stream types, so relax …
(edit) @68904   7 years vboxsync Build fix.
(edit) @68903   7 years vboxsync Audio/AC97: Implemented support for attaching + detaching drivers on …
(edit) @68719   7 years vboxsync Audio: TMTimerStop() not needed in hdaTimerStop() / ichac97TimerStop().
(edit) @68713   7 years vboxsync Build fix.
(edit) @68712   7 years vboxsync Audio/AC97: Use own device locking instead of default PDM device lock …
(edit) @68499   8 years vboxsync Logging nits.
(edit) @68468   8 years vboxsync Audio: Cleaned up callback stuff and got rid of the deprecated …
(edit) @68415   8 years vboxsync Audio/DevIchAc97.cpp: Fixes for async I/O handling. Not enabled by …
(edit) @68412   8 years vboxsync Audio/DevIchAc97.cpp: Lock the stream while being in ichac97StreamUpdate().
(edit) @68389   8 years vboxsync Audio: Logging: Don't include LUN# in stream names anymore; the driver …
(edit) @68377   8 years vboxsync Comment typo.
(edit) @68276   8 years vboxsync Comment.
(edit) @68269   8 years vboxsync Audio/DevIchAc97.cpp: Reset the audio mixer sinks in ichac97Reset() …
(edit) @68021   8 years vboxsync Audio: Logging nits.
(edit) @67930   8 years vboxsync Build fix.
(edit) @67929   8 years vboxsync Audio/DevIchAc97.cpp: A bit of renaming, comments and LogRel2 logging …
(edit) @67928   8 years vboxsync Audio/DevIchAc97.cpp: Implemented record gain registers 1Ch and 1Eh: …
(edit) @67910   8 years vboxsync Audio/DevIchAc97.cpp: Put timer back to 200Hz, as backends like …
(edit) @67856   8 years vboxsync Audio/DevIchAc97.cpp: Docs.
(edit) @67826   8 years vboxsync Audio/DevIchAc97.cpp: Fixes for ichac97StreamRead().
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette