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) @74066   6 years vboxsync Audio/AC97: Logging nit.
(edit) @74059   6 years vboxsync Audio/AC97: Implemented ichac97R3MixerAddDrv() / …
(edit) @74038   6 years vboxsync Audio/AC97: Compile fixes for async I/O support …
(edit) @73833   6 years vboxsync Audio: Async I/O fixes for HDA + AC'97.
(edit) @73651   6 years vboxsync Build fix.
(edit) @73650   6 years vboxsync Audio/AC97: Make sure to process as much data as needed, depending on …
(edit) @73649   6 years vboxsync Build fix.
(edit) @73648   6 years vboxsync Audio/AC97: Added timestamps (in ns) for last transfers / reads/writes.
(edit) @73647   6 years vboxsync Audio/AC97: Don't destroy a stream's circular buffer on stream close, …
(edit) @73626   6 years vboxsync Audio/AC97: Made the stream's circular buffer size based on the …
(edit) @73625   6 years vboxsync Audio/AC97: Only open debug .WAV files if debugging is enabled in …
(edit) @73621   6 years vboxsync Audio/AC97: Added runtime debugging support (output to .WAV files).
(edit) @73529   6 years vboxsync Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
(edit) @73452   6 years vboxsync Audio: When setting the recording source, check if the selected driver …
(edit) @73403   6 years vboxsync Audio/Mixer: Added support for setting / getting an (input) sink's …
(edit) @73370   6 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73242   6 years vboxsync Build fix.
(edit) @73241   6 years vboxsync Audio/PDM: Added (tweakable) parameters to the audio stream …
(edit) @73214   6 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   7 years vboxsync Logging nits.
(edit) @68468   7 years vboxsync Audio: Cleaned up callback stuff and got rid of the deprecated …
(edit) @68415   7 years vboxsync Audio/DevIchAc97.cpp: Fixes for async I/O handling. Not enabled by …
(edit) @68412   7 years vboxsync Audio/DevIchAc97.cpp: Lock the stream while being in ichac97StreamUpdate().
(edit) @68389   7 years vboxsync Audio: Logging: Don't include LUN# in stream names anymore; the driver …
(edit) @68377   7 years vboxsync Comment typo.
(edit) @68276   7 years vboxsync Comment.
(edit) @68269   7 years vboxsync Audio/DevIchAc97.cpp: Reset the audio mixer sinks in ichac97Reset() …
(edit) @68021   7 years vboxsync Audio: Logging nits.
(edit) @67930   7 years vboxsync Build fix.
(edit) @67929   7 years vboxsync Audio/DevIchAc97.cpp: A bit of renaming, comments and LogRel2 logging …
(edit) @67928   7 years vboxsync Audio/DevIchAc97.cpp: Implemented record gain registers 1Ch and 1Eh: …
(edit) @67910   7 years vboxsync Audio/DevIchAc97.cpp: Put timer back to 200Hz, as backends like …
(edit) @67856   7 years vboxsync Audio/DevIchAc97.cpp: Docs.
(edit) @67826   7 years vboxsync Audio/DevIchAc97.cpp: Fixes for ichac97StreamRead().
(edit) @67806   7 years vboxsync Devices: when attaching a driver, don't pass a local variable as …
(edit) @67780   7 years vboxsync Audio/DevIchAc97.cpp: Renamed AC97_BD_MAX_LEN_MASK -> …
(edit) @67779   7 years vboxsync Doxygen fix.
(edit) @67778   7 years vboxsync Audio/DevIchAc97.cpp: Added a define for maximum number of BDLEs …
(edit) @67776   7 years vboxsync Audio/DevIchAc97.cpp: Renaming.
(edit) @67767   7 years vboxsync Audio/DevIchAc97.cpp: Set the stream layouts in ichac97StreamOpen().
(edit) @67657   7 years vboxsync Audio/DevIchAc97.cpp: Warnings.
(edit) @67648   7 years vboxsync Audio/DevIchAc97.cpp: Implemented ichac97StreamTransfer() to match …
(edit) @67362   7 years vboxsync Audio: Use VBOX_AUDIO_DEBUG_DUMP_PCM_DATA / …
(edit) @67059   8 years vboxsync Audio/DevIchAc97: Renaming.
(edit) @65741   8 years vboxsync DevHDA/DevIchAc97: Be forgiving when creating a LUN's audio stream …
(edit) @65677   8 years vboxsync Audio: Also initialize cShift parameter when creating audio streams in …
(edit) @65674   8 years vboxsync Reverted r113373 (committed too much).
(edit) @65673   8 years vboxsync Audio/DrvAudioCommon.cpp: Fixes for DrvAudioHlpPCMPropsAreValid(), …
(edit) @65624   8 years vboxsync Audio: More abstraction for the backends: Now the backend stream's …
(edit) @65150   8 years vboxsync Renaming.
(edit) @65149   8 years vboxsync Audio/DevAc97.cpp: Update for async I/O.
(edit) @65100   8 years vboxsync Devices/Audio: doxygen fixes
(edit) @65038   8 years vboxsync Removed resolved @todo comments.
(edit) @65026   8 years vboxsync Audio: Added failsafe counters for xxxStreamUpdate().
(edit) @65024   8 years vboxsync Docs.
(edit) @65023   8 years vboxsync Renaming.
(edit) @65021   8 years vboxsync Audio/DevIchAc97.cpp: Split out the device timer's main code into …
(edit) @65020   8 years vboxsync Documentation.
(edit) @65019   8 years vboxsync Audio/DevIchAc97.cpp: Make sure to also destroy all audio sinks in …
(edit) @65018   8 years vboxsync Audio: Update for async / non-async I/O code paths.
(edit) @65014   8 years vboxsync Audio/DevIchAc97.cpp: Try to fix the test box hangs.
(edit) @65005   8 years vboxsync Docs.
(edit) @65004   8 years vboxsync Audio: Start async I/O threads on demand.
(edit) @65002   8 years vboxsync Logging.
(edit) @64998   8 years vboxsync DevIchAc97: temporary fix
(edit) @64985   8 years vboxsync Build fix.
(edit) @64983   8 years vboxsync Audio/DevIchAc97.cpp: Disable ichac97WriteBUP for now.
(edit) @64982   8 years vboxsync Build fix.
(edit) @64980   8 years vboxsync Audio/DevIchAc97.cpp: Added initial support for async I/O handling to …
(edit) @64570   8 years vboxsync Comments, renaming.
(edit) @64393   8 years vboxsync PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
(edit) @64389   8 years vboxsync Audio/DevIchAc97.cpp: Check if mixer sink is available in …
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64385   8 years vboxsync D'oh!
(edit) @64384   8 years vboxsync Audio/DevIchAc97.cpp: Renamed ichac97StreamsInit() to …
(edit) @64383   8 years vboxsync Audio/DevIchAc97.cpp: Move the AC'97 streams and mixer sinks creation …
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64350   8 years vboxsync Audio/DevIchAc97.cpp: Fixed warnings in ichac97StreamsInit().
(edit) @64349   8 years vboxsync Audio/DevIchAc97.cpp: Fixed crashes on destruction.
(edit) @64333   8 years vboxsync Audio: Match to 5.1 in terms of functionality by disabling …
(edit) @63863   8 years vboxsync Build fix.
(edit) @63862   8 years vboxsync Audio/DevIchAc97.cpp: Better separated initialization/destruction and …
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