VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45654   12 years vboxsync Audio/DevIchHda: gcc warning.
(edit) @45136   12 years vboxsync Devices/Audio: mangle symbols of libasound and libpulse, otherwise …
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44902   12 years vboxsync Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
(edit) @44761   12 years vboxsync DevIchHda.cpp: Make Dijkstra happy.
(edit) @44760   12 years vboxsync DevIchHda.cpp: D'oh!
(edit) @44717   12 years vboxsync DevIchHda.cpp: Du'h!
(edit) @44669   12 years vboxsync Renamed the DevIchIntelHDA.cpp to DevIchHda.cpp (ICH include Intel …
(edit) @44668   12 years vboxsync DevCodec.*: More cleanups... moving all the unnecesary defines from …
(edit) @44667   12 years vboxsync HDA codec cleanups.
(edit) @44666   12 years vboxsync DevIchIntelHDA.cpp: Build fix + document references.
(edit) @44665   12 years vboxsync DevIchIntelHDA.cpp: Fixed the MMIO access handlers.
(edit) @44647   12 years vboxsync DevIchIntelHDA.cpp: one more…
(edit) @44646   12 years vboxsync DevIchIntelHDA.cpp: Last batch of cleanups.
(edit) @44645   12 years vboxsync DevIchIntelHDA.cpp: uint64_t constants are not ULL suffixed but …
(edit) @44644   12 years vboxsync DevIchIntelHDA.cpp: index -> iReg.
(edit) @44643   12 years vboxsync DevIchIntelHDA.cpp: Made the register access callbacks static and …
(edit) @44642   12 years vboxsync DevIchIntelHDA.cpp: drop the offset argument to the register …
(edit) @44641   12 years vboxsync DevIchIntelHDA.cpp: s & pState -> pThis like everywhere else.
(edit) @44640   12 years vboxsync DevIchIntelHDA.cpp: st is no prefix.
(edit) @44639   12 years vboxsync Eliminated PCIINTELHDLinkState, moving the pci device structure up …
(edit) @44637   12 years vboxsync Forgot one header.
(edit) @44636   12 years vboxsync DevIchIntelHDA.cpp: Let IOM handle unaligned and odd sized write accesses.
(edit) @44635   12 years vboxsync DevIchIntelHDA.cpp: Let IOM handle unaligned and odd sized write accesses.
(edit) @44634   12 years vboxsync DevIchIntelHDA.cpp: Let IOM handle unaligned and odd sized read accesses.
(edit) @44633   12 years vboxsync DevIchIntelHDA.cpp: Cleanups.
(edit) @44632   12 years vboxsync DevIchAc97.cpp: s, d and r variable/parameter cleanups.
(edit) @44631   12 years vboxsync DevIchAc97.cpp: Eliminated PCIAC97LinkState.
(edit) @44630   12 years vboxsync DevIchAc97.cpp: Some code style cleanups.
(edit) @44571   12 years vboxsync Fixed hungarian typos in MSI registration code. Some E1000 prefix …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44021   12 years vboxsync Devices/Audio: fix typos, some significant
(edit) @43965   12 years vboxsync Devices/Audio/dsoundaudio.c: integrated contribution by Ivo Smits, for …
(edit) @43772   12 years vboxsync comment typos.
(edit) @43770   12 years vboxsync Typos, grammar.
(edit) @42431   12 years vboxsync Fixes bad coding style that trips up the VC2010 preprocessor.
(edit) @40844   13 years vboxsync Devices/Audio: Removal of environment variables which acted as audio …
(edit) @40719   13 years vboxsync Audio: process the integer overflow in no_run_out
(edit) @40112   13 years vboxsync Audio/HDA: reinitialize pointer to verb routine before every lookup …
(edit) @40111   13 years vboxsync Audio/HDA: Don't bother with resseting at all if codec reset routine …
(edit) @40110   13 years vboxsync Audio/HDA: Don't call node reset routine if it isn't specified.
(edit) @39875   13 years vboxsync Devices/Audio: fixed rounding error in noaudio driver output.
(edit) @39469   13 years vboxsync Audio/mac: proper fix for xTracker/5971.
(edit) @39368   13 years vboxsync VBOX_FULL_VERSION_MAKE: fixed copy & past bug messing up the build …
(edit) @39308   13 years vboxsync SB16: Improved mixer volume handling.
(edit) @39135   13 years vboxsync Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
(edit) @39104   13 years vboxsync Audio: warnings.
(edit) @39103   13 years vboxsync Audio/coreaudio: more convenient memory allocation and release …
(edit) @37654   13 years vboxsync Audio/HDA: some todos.
(edit) @37642   13 years vboxsync Audio/HDA: some todo (binary search).
(edit) @37639   13 years vboxsync DevIchIntelHDA: Don't write to the input buffer in MMIO write …
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37482   13 years vboxsync Audio/HDA: SSMR3{Get,Put}Struct in HDA device implementation.
(edit) @37191   14 years vboxsync Audio/HDA: takes alignment into account, when restoring v1 snapshots. …
(edit) @37190   14 years vboxsync Audio/HDA: loading V1 saved state. (xTracker/5704).
(edit) @37185   14 years vboxsync Audio/HDA: fix of (xTracker/5704) for trunk.
(edit) @36692   14 years vboxsync Audio/HDA: no ALC 885.
(edit) @36691   14 years vboxsync HDA/Audio: Some clean up. Codecs macro definitions splited from …
(edit) @36391   14 years vboxsync dev/audio: consistent CoInit/Uninit
(edit) @36327   14 years vboxsync filteraudio: don't crash if input is not available (xtracker 5599)
(edit) @35582   14 years vboxsync audio: Removed release logging again.
(edit) @35575   14 years vboxsync audio: Avoid recurring buffer lost log entries.
(edit) @35573   14 years vboxsync dsound: Try restoring buffer if GetCurrentPosition failed.
(edit) @35556   14 years vboxsync audio: Temporarily direct more messages to release log.
(edit) @35533   14 years vboxsync Audio: missed part of clean up.
(edit) @35515   14 years vboxsync Audio/HDA: more clean up.
(edit) @35497   14 years vboxsync Audio/HDA: more clean up.
(edit) @35496   14 years vboxsync Audio/HDA: clenaup (voice_mc isn't used and removed)
(edit) @35487   14 years vboxsync Devices/Audio: fixed fallback to nul host audio driver. Added the …
(edit) @35427   14 years vboxsync Devices/Audio/filteraudio: do not call host backend voice uninit if …
(edit) @35419   14 years vboxsync Devices/Audio/filteraudio: don't call host audio functions if the host …
(edit) @35402   14 years vboxsync Devices/Audio: optimize allocation of temporary buffers for audio …
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35116   14 years vboxsync Audio: some santiy checks (debug only)
(edit) @35112   14 years vboxsync Device/Audio/Sound_template: incorporated upstream fix to properly …
(edit) @35110   14 years vboxsync Audio: macrodifinition to replace asprintf with RTStrAPrintf
(edit) @35050   14 years vboxsync Audio: uses RTStrFree for strings allocated via RTStrDup.
(edit) @35032   14 years vboxsync Devices/Audio: warning
(edit) @34969   14 years vboxsync Audio filter: fixed dynamic switch between host and remote audio input.
(edit) @34968   14 years vboxsync Audio/HDA: typo.
(edit) @34933   14 years vboxsync Audio/HDA: hide codec's implementation close to corresponding code and …
(edit) @34920   14 years vboxsync Audio/HDA: don't touch BdleCvi counter on uninitialized descriptor.
(edit) @34910   14 years vboxsync export to OSE
(edit) @34906   14 years vboxsync Initial audio filter implementation, which is used for audio input via …
(edit) @34853   14 years vboxsync Audio/HDA: cosmetic.
(edit) @34852   14 years vboxsync Audio/HDA: STATESTS used while interrupt delivery only when …
(edit) @34847   14 years vboxsync Audio/HDA: cosmetic.
(edit) @34828   14 years vboxsync Audio/HDA: nuked trailing whitespace.
(edit) @34827   14 years vboxsync Audio/HDA: comments.
(edit) @34824   14 years vboxsync Audio/HDA: WALCLK emulation uses virtual time source, math fixed.
(edit) @34819   14 years vboxsync Audio/HDA: cosmetic.
(edit) @34818   14 years vboxsync Audio/HDA: Implementation of WALCLK register. fixes with Ubuntu 10.10 …
(edit) @34591   14 years vboxsync Audio/HDA: some cosmetic. tune port F params.
(edit) @34590   14 years vboxsync Audio/HDA: logs.
(edit) @34460   14 years vboxsync Audio/HDA: temporary disabled(FIFOW), hdaTransfer doesn't ignore fStop …
(edit) @34459   14 years vboxsync Audio/HDA: doesn't let fresh SL install hang on node: 0x9 (reserved).
(edit) @34451   14 years vboxsync Devices/Audio/Alsa: incorporated upstream fix to properly resume a …
(edit) @34443   14 years vboxsync Audio/HDA: cosmetic and some reorganization (need to test on linux host).
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