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) @62463   8 years vboxsync Devices: scm
(edit) @62355   8 years vboxsync Audio/DevIchAc97.cpp: Bail out of the DMA transfer loop if an error …
(edit) @62280   8 years vboxsync AC97: Headphone volume control behaves like master volume control (no …
(edit) @62253   8 years vboxsync Grr. Undo.
(edit) @62252   8 years vboxsync Warnings.
(edit) @62251   8 years vboxsync Warnings.
(edit) @62250   8 years vboxsync AC97: Get volume control back to more or less normal.
(edit) @62142   8 years vboxsync DevIchAc97: we might warn even if neither of these three fValid* flags …
(edit) @61904   9 years vboxsync Comment not needed anymore.
(edit) @61903   9 years vboxsync Audio/DevIchAc97.cpp: Some renaming for using prefixes, no code changes.
(edit) @61888   9 years vboxsync Audio: Renamed PDMAUDIOMIXERCTL_VOLUME -> PDMAUDIOMIXERCTL_VOLUME_MASTER.
(edit) @61887   9 years vboxsync Audio: Implemented support for master volume controls.
(edit) @61668   9 years vboxsync Audio: Update.
(edit) @61613   9 years vboxsync Whops.
(edit) @61609   9 years vboxsync Audio: Update.
(edit) @61529   9 years vboxsync Audio: Don't release assert if the backend configuration could not be …
(edit) @61528   9 years vboxsync Audio/DevIchAc97.cpp: Define SOFT_VOLUME not needed anymore.
(edit) @61523   9 years vboxsync Audio: Update.
(edit) @61399   9 years vboxsync Audio/DevIchAc97.cpp: Saved state fixes.
(edit) @61386   9 years vboxsync Audio: Update.
(edit) @61320   9 years vboxsync Audio: Update.
(edit) @61167   9 years vboxsync Audio: Renaming.
(edit) @61166   9 years vboxsync Audio: Implemented ability to specify two different audio formats via …
(edit) @61157   9 years vboxsync Audio: - Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
(edit) @61050   9 years vboxsync Audio: Update.
(edit) @60942   9 years vboxsync Audio: Renaming.
(edit) @60934   9 years vboxsync Audio/AC97: Lowered timer to 100Hz and start/stop it only if needed. …
(edit) @60931   9 years vboxsync build fix
(edit) @60925   9 years vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @60361   9 years vboxsync Spaces.
(edit) @60360   9 years vboxsync Audio/DevIchAc97.cpp: Use the new PDMAUDIODIR_IN / DestSource …
(edit) @60353   9 years vboxsync Audio: Added HDA support for newer Linux guests; more work on surround …
(edit) @59987   9 years vboxsync Audio: Decoupled backend sinks and sources from the maximum of …
(edit) @59470   9 years vboxsync Audio: Warn on non-available audio streams based on the host audio …
(edit) @59376   9 years vboxsync Audio: if the backend couldn't be initialized (ie pfnInit() failed), …
(edit) @59357   9 years vboxsync Audio: Reattaching fixes.
(edit) @59351   9 years vboxsync DevIchAc97.cpp + DevSB16.cpp: DECLCALLBACK for PFNPDMDEVDETACH.
(edit) @59348   9 years vboxsync Audio: Implemented dynamic fallback support to NULL audio backends for …
(edit) @59275   9 years vboxsync Audio: Don't crash if backend is unable to initialize (bugref:8180).
(edit) @59191   9 years vboxsync Audio: Included "TimerHz" in CFGMR3AreValuesValid checks.
(edit) @59190   9 years vboxsync Audio: Made timer Hertz rate configurable through CFGM for …
(edit) @59189   9 years vboxsync Warning.
(edit) @59186   9 years vboxsync DevIchAc97.cpp: Use the time at the start of the ac97Timer callback …
(edit) @59171   9 years vboxsync Audio/DevIchAc97: warning
(edit) @59102   9 years vboxsync Audio: Fixed recording glitches.
(edit) @59085   9 years vboxsync DevIchAc97.cpp: Removed debug logging.
(edit) @59080   9 years vboxsync build fix
(edit) @59078   9 years vboxsync Audio/AC97: Fixed stream initialization / handling, also >= 2 VCPUs, …
(edit) @58983   9 years vboxsync Audio: Added support for dynamically enabling/disabling host audio …
(edit) @58600   9 years vboxsync Audio: Introduced reference counting for guest audio streams; this …
(edit) @58443   9 years vboxsync AC97: Fixed AD1980 volume control, added AD1981B chip.
(edit) @58413   9 years vboxsync AC97: Fix mixer reinitialization when not changing playback rate (#8054).
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56838   10 years vboxsync Audio: Typo fix, 41->44.1 kHz.
(edit) @56717   10 years vboxsync Another build fix
(edit) @56715   10 years vboxsync Fix various alignments of STAM members in devices and VMM for 32bit, …
(edit) @56648   10 years vboxsync Audio: Remove DEV_AUDIO logging group and split it up into per device …
(edit) @56512   10 years vboxsync Main/AC97: Propagate codec model setting through CFGM.
(edit) @56085   10 years vboxsync PDM/Audio: Removed old audio architecture.
(edit) @55920   10 years vboxsync PDM/Audio: AudioMixBuffer documentation, renaming.
(edit) @55430   10 years vboxsync AC97: Take 12dB volume offset used in some controls into account.
(edit) @55394   10 years vboxsync Audio: Volume handling rework (see #5964).
(edit) @55335   10 years vboxsync Audio: Spelling, Hungarian fixes.
(edit) @55272   10 years vboxsync Audio/AC97: Allow changing the codec type (Linux whitelist).
(edit) @55065   10 years vboxsync PDM/Audio: Volume handling fixes.
(edit) @55005   10 years vboxsync PDM/Audio: Added volume through virtual mixer.
(edit) @54988   10 years vboxsync Todo.
(edit) @54981   10 years vboxsync PDM/DevIchAc97.cpp: Fixes.
(edit) @54424   10 years vboxsync Not necessary.
(edit) @54422   10 years vboxsync DevIchAc97: warning
(edit) @54393   10 years vboxsync burn fix
(edit) @54235   10 years vboxsync PDM/Audio: Remove unused code.
(edit) @54230   10 years vboxsync PDM/Audio: Update.
(edit) @53831   10 years vboxsync PDM/Audio: Build fix; forgot some files.
(edit) @53830   10 years vboxsync PDM/Audio: Unified timer work, minor cleanup.
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53567   10 years vboxsync PDM/Audio: Update.
(edit) @53512   10 years vboxsync Audio/DevIchAc97: no need to use an unaligned byte buffer here
(edit) @53501   10 years vboxsync DevIchAc97: warning
(edit) @53491   10 years vboxsync Logging.
(edit) @53452   10 years vboxsync Logging.
(edit) @53442   10 years vboxsync PDM Audio: Branch -> trunk.
(edit) @50708   11 years vboxsync typo
(edit) @50686   11 years vboxsync src/VBox/Devices/Audio, src/VBox/Main/src-client, include/VBox/vmm: …
(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) @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) @44528   12 years vboxsync header (C) fixes
(edit) @35487   14 years vboxsync Devices/Audio: fixed fallback to nul host audio driver. Added the …
(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) @33676   14 years vboxsync scm cleanup run.
(edit) @32726   14 years vboxsync Audio: PCI symbolic constants, cap list bug in HDA
(edit) @32696   14 years vboxsync AC97: Assert if the amount read/written isn not aligned (can lead to …
(edit) @32304   14 years vboxsync AC97: Do not quit processing loop when empty buffer is encountered.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
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