VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @72320   7 years vboxsync DevHDA: Fixed two incorrect MMIO status codes causing lost of kernel …
(edit) @71743   7 years vboxsync DevSB16.cpp,DevHDA.cpp: Just put markers on the …
(edit) @71740   7 years vboxsync DevHDA: Added a @todo regarding PDMDevHlpPhysRead vs …
(edit) @71736   7 years vboxsync DevHDA: Use hdaR3 as prefix for ring-3 only methods to make it less …
(edit) @71735   7 years vboxsync DevHDACommon.cpp: The two hdaProcessInterrupt() prototypes was …
(edit) @71727   7 years vboxsync DevHDA.cpp: build fix and more logging.
(edit) @71726   7 years vboxsync DevHDA.cpp: build fix and more logging.
(edit) @71725   7 years vboxsync DevHDA: Enabled ring-0 and raw-mode MMIO handling.
(edit) @71724   7 years vboxsync DevHDA: I'm not going to fix this.
(edit) @71723   7 years vboxsync DevHDA: Don't crash in the constructor on misconfiguration or other …
(edit) @71722   7 years vboxsync DevHDA: Made it work in raw-mode. [build fix]
(edit) @71721   7 years vboxsync DevHDA: Made it work in raw-mode.
(edit) @71712   7 years vboxsync DevHDA: Allocate the CORB / RIRB buffers on device construction and …
(edit) @71711   7 years vboxsync DevHDA: More stuff we can do in R0/RC.
(edit) @71710   7 years vboxsync DevHDA: CORBRP reset fix.
(edit) @71709   7 years vboxsync DevHDA: Locking related adjustments and fix. * hdaRegWriteBase …
(edit) @71707   7 years vboxsync DevHDA: Another nit. bugref:9094
(edit) @71706   7 years vboxsync DevHDA: nits. bugref:9094
(edit) @71704   7 years vboxsync DevHDA: hdaTimer + hdaStreamTransferIsScheduled: Please don't make …
(edit) @70975   7 years vboxsync Audio/HDA: Disable audio streams before doing a stream reset in …
(edit) @70966   7 years vboxsync Build fix.
(edit) @70965   7 years vboxsync Build fix.
(edit) @70964   7 years vboxsync Audio/HDA: Implemented separate timers for per audio stream to a) …
(edit) @70931   7 years vboxsync Audio/DevHDA.cpp: Added todo (VBOX_WITH_AUDIO_HDA_51_SURROUND).
(edit) @70905   7 years vboxsync Audio/DevHDA.cpp: Separate stream adding / removal in own functions …
(edit) @70894   7 years vboxsync Audio/DevHDA.cpp: Save a lot of stream startup time by avoiding to …
(edit) @70669   7 years vboxsync Audio/HDA: Logging.
(edit) @70642   7 years vboxsync Audio: Made attaching of backend streams non-fatal, as backends could …
(edit) @70436   7 years vboxsync Audio/HDA: Only re-arm the timer in hdaWriteRegSDSTS() if there were …
(edit) @70435   7 years vboxsync Audio/HDA: Do not count transfer fragment in hdaStreamInit() if a …
(edit) @70433   7 years vboxsync Audio: Expose VBOX_WITH_INTEL_HDA (default) in Config.kmk.
(edit) @70316   7 years vboxsync Audio/HDA: Take pending stream interrupts into account in …
(edit) @70278   7 years vboxsync Audio/HDA: Implemented recording (and re-routing SDI1 to SDI0) for …
(edit) @70251   7 years vboxsync Audio/HDA: Use a pointer to the associated audio stream for …
(edit) @70249   7 years vboxsync Audio/HDA: Renaming: hdaMixerSetStream (+ callbacks) -> hdaMixerControl().
(edit) @70246   7 years vboxsync Audio/HDA: Use a dedicated fRunning flag for a stream, as the RUN bit …
(edit) @70142   7 years vboxsync Audio/HDA: Minor logging adjustments.
(edit) @70132   7 years vboxsync Audio/HDA: Implemented crude support for macOS guests. See notes for …
(edit) @70121   7 years vboxsync Audio/HDA: Logging adjustments; moved hdaBDLEDumpAll() into …
(edit) @70119   7 years vboxsync Audio/HDA: Reverted r119666 + 119667; needs more work first.
(edit) @70118   7 years vboxsync Audio/HDA: Make sure to write the actual register content so that …
(edit) @70117   7 years vboxsync Audio/HDA: Only do stream tagging when enabling a stream and use …
(edit) @70013   7 years vboxsync Audio: Unified audio debug / dumping code to also get device DMA data …
(edit) @69948   7 years vboxsync Audio/HDA: Renaming (pStrm -> pStream).
(edit) @69939   7 years vboxsync Audio/HDA: Also keep track of currently active streams when loading a …
(edit) @69920   7 years vboxsync Build fix.
(edit) @69919   7 years vboxsync Audio/HDA: Integrated fixes up to r119397 from 5.1-audio-timing branch …
(edit) @69719   7 years vboxsync Audio/HDA: Forward ported / integrated r119000 + r119062 (Fixed CORB / …
(edit) @69717   7 years vboxsync Audio/HDA: Forward ported / integrated r118996.
(edit) @69119   7 years vboxsync Audio: More cleanups (missing keywords, incorrect #endif docs, stuff)
(edit) @68909   7 years vboxsync Build fix.
(edit) @68908   7 years vboxsync Audio/HDA: Implemented support for attaching + detaching drivers on …
(edit) @68901   7 years vboxsync Audio/HDA: Renaming.
(edit) @68900   7 years vboxsync Space nits.
(edit) @68719   7 years vboxsync Audio: TMTimerStop() not needed in hdaTimerStop() / ichac97TimerStop().
(edit) @68711   7 years vboxsync Documentation fixes.
(edit) @68701   7 years vboxsync Audio/HDA: More own locking code (needed).
(edit) @68625   7 years vboxsync Audio/HDA: Use own device locking instead of default PDM device lock …
(edit) @68602   7 years vboxsync Audio/HDA: Don't stop the timer via TMTimerStop(), as this function …
(edit) @68601   7 years vboxsync Audio/HDA: #ifdef nits.
(edit) @68548   7 years vboxsync Audio/HDA: Logging nits.
(edit) @68468   7 years vboxsync Audio: Cleaned up callback stuff and got rid of the deprecated …
(edit) @68389   7 years vboxsync Audio: Logging: Don't include LUN# in stream names anymore; the driver …
(edit) @68137   7 years vboxsync DevHDA: make the SSM revision check more robust if the SVN revision is …
(edit) @68132   7 years vboxsync Audio: Renamed audio samples to audio frame because that's what they …
(edit) @68021   7 years vboxsync Audio: Logging nits.
(edit) @67907   7 years vboxsync Audio/DevHDA: More docs, cleanup.
(edit) @67901   7 years vboxsync Audio/DevHDA.cpp: Renaming (no actual code changes).
(edit) @67899   7 years vboxsync Audio/DevHDA.cpp: Modularized code more by also factoring out the HDA …
(edit) @67855   8 years vboxsync Audio/DevHDA.cpp: Docs.
(edit) @67833   8 years vboxsync Audio/DevHDA.cpp: Get rid of the PHDASTATE parameter for all …
(edit) @67806   8 years vboxsync Devices: when attaching a driver, don't pass a local variable as …
(edit) @67710   8 years vboxsync HDA: Fixed HDA detection with Linux 3.13 (ROIC/RINTCTL mix-up), …
(edit) @67706   8 years vboxsync HDA: Fixed CORBRP reset behavior to get rid of Linux warning.
(edit) @67705   8 years vboxsync HDA: Need to update interrupts when they're unset, not just when …
(edit) @67701   8 years vboxsync Audio/HDA: Check for stream in hdaReschedulePendingInterrupts().
(edit) @67700   8 years vboxsync Spaces.
(edit) @67698   8 years vboxsync Audio/HDA: Split out StreamMap and StreamChannel functions in own …
(edit) @67692   8 years vboxsync Audio/HDA: Stream configuration initialization fixes.
(edit) @67671   8 years vboxsync HDA: Fixed/reworked device reset.
(edit) @67613   8 years vboxsync DevHDA: fixed sanity checks
(edit) @67584   8 years vboxsync Audio/DevHDA.cpp: Use static.
(edit) @67557   8 years vboxsync DevHDA: better fix
(edit) @67555   8 years vboxsync Build fix.
(edit) @67554   8 years vboxsync Audio/DevHDA.cpp: Sanity for cStreams in hdaLoadExec() / …
(edit) @67542   8 years vboxsync Audio/DevHDA.cpp: Comment + assertion for hdaRegWriteSDFMT().
(edit) @67541   8 years vboxsync Audio/DevHDA.cpp: Comment.
(edit) @67536   8 years vboxsync DevHDA: build fix / doxygen fix
(edit) @67533   8 years vboxsync Audio/DevHDA.cpp: Fixed audio handling when restoring from a saved …
(edit) @67508   8 years vboxsync Audio/DevHDA.cpp: Also start the async I/O thread(s) when running from …
(edit) @67505   8 years vboxsync Audio/DevHDA.cpp: Fixes for hdaStreamUpdate().
(edit) @67504   8 years vboxsync Audio/DevHDA.cpp: Typo in hdaStreamRead(): Use cbLeft instead of …
(edit) @67496   8 years vboxsync Audio/DevHDA: Logging + additional check for hdaMixerSetVolume().
(edit) @67488   8 years vboxsync Audio/DevHDA: Renaming / comment for g_aSSMStreamStateFields6().
(edit) @67475   8 years vboxsync Audio/DevHDA: Build fix if VBOX_WITH_AUDIO_HDA_ASYNC_IO is not defined.
(edit) @67467   8 years vboxsync Audio/DevHDA: Cleaned up hdaStreamRead() / hdaStreamWrite().
(edit) @67462   8 years vboxsync Audio/DevHDA: Renaming, logging.
(edit) @67442   8 years vboxsync Audio/DevHDA: Not used.
(edit) @67438   8 years vboxsync Audio/DevHDA: More forward porting / integration stuff. WIP.
(edit) @67430   8 years vboxsync Doxygen fix.
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