VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @59188   9 years vboxsync DevSB16.cpp: Use the time at the start of the sb16TimerIO callback …
(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) @56838   9 years vboxsync Audio: Typo fix, 41->44.1 kHz.
(edit) @56648   9 years vboxsync Audio: Remove DEV_AUDIO logging group and split it up into per device …
(edit) @56278   9 years vboxsync SB16: Corrected SBP->SB16 volume conversion.
(edit) @56085   10 years vboxsync PDM/Audio: Removed old audio architecture.
(edit) @55920   10 years vboxsync PDM/Audio: AudioMixBuffer documentation, renaming.
(edit) @55908   10 years vboxsync SB16: Keep playing after loading saved state.
(edit) @55907   10 years vboxsync SB16: Iproved mixer volume SBP<->SB16 conversion.
(edit) @55445   10 years vboxsync SB16: Implemented reset handler (finally).
(edit) @55412   10 years vboxsync SB16: There are no mute controls.
(edit) @55394   10 years vboxsync Audio: Volume handling rework (see #5964).
(edit) @55355   10 years vboxsync SB16/Audio: VBoxized.
(edit) @55335   10 years vboxsync Audio: Spelling, Hungarian fixes.
(edit) @55325   10 years vboxsync SB16: Added another undocumented DSP command. Still need E3h.
(edit) @55324   10 years vboxsync SB16: Warning fixes.
(edit) @55074   10 years vboxsync DevSB16.cpp: Crash fix.
(edit) @55025   10 years vboxsync PDM/DevSB16.cpp: Bail out reading DMA data when there's no consumer left.
(edit) @55021   10 years vboxsync PDM/DevSB16.cpp: Playback now works.
(edit) @55010   10 years vboxsync PDM/DevSB16.cpp: Crash fix, formatting.
(edit) @55009   10 years vboxsync PDM/DevSB16.cpp: Implemented LUN handling, minor cleanups + formatting.
(edit) @55005   10 years vboxsync PDM/Audio: Added volume through virtual mixer.
(edit) @54230   10 years vboxsync PDM/Audio: Update.
(edit) @53916   10 years vboxsync SB16: Clear interupt flags properly.
(edit) @53495   10 years vboxsync SB16: AUD_register_card() must be called before legacy_reset().
(edit) @53442   10 years vboxsync PDM Audio: Branch -> trunk.
(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) @39308   13 years vboxsync SB16: Improved mixer volume handling.
(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) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32456   14 years vboxsync SB16: Do not copy too much at once, the guest must see all interrupts.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @24265   15 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @24019   15 years vboxsync DevSB16: save and verify config (untested).
(edit) @24010   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @23970   15 years vboxsync DevSB16,DevVirtioNet,DevPcBios,DrvSCSIHost: typo in error message.
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @20087   16 years vboxsync TM,*: Proper timer callback locking and pvUser for devices.
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18497   16 years vboxsync DevSB16.cpp: size_t warning (type mix).
(edit) @12978   16 years vboxsync PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12300   16 years vboxsync Devices and VMM: cosmetics: removed full stops at the end of …
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11269   16 years vboxsync Devices: pData -> pThis.
(edit) @11266   16 years vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @11168   16 years vboxsync #1865: DevIchAc97 and DevSB16.
(edit) @11167   16 years vboxsync #1865: DevIchAc97 and DevSB16.
(edit) @9338   17 years vboxsync comments
(edit) @9326   17 years vboxsync Some cleanup. Added a todo in dsp_read about non-byte reads.
(edit) @7882   17 years vboxsync warnings
(edit) @6661   17 years vboxsync typo
(edit) @6655   17 years vboxsync Typo fix.
(add) @6628   17 years vboxsync OSE
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