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) @73453   6 years vboxsync Audio/SB16: Don't mess with PDMAUDIOSTREAM internals here.
(edit) @73441   6 years vboxsync Audio/SB16: Path not needed (we don't implement recording for SB16 …
(edit) @73432   6 years vboxsync Audio: Use the DrvAudioHlpStreamStatusXXX() helpers where applicable.
(edit) @73370   6 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73241   6 years vboxsync Audio/PDM: Added (tweakable) parameters to the audio stream …
(edit) @73205   6 years vboxsync Audio/SB16: Removed a lot of Doppelmoppel code and added …
(edit) @71766   7 years vboxsync DevSB16: drop confusing if (pCfgHost) check in sb16CreateDrvStream.
(edit) @71765   7 years vboxsync DevSB16: Don't use RTStrPrintf to name streams 'Output'; eliminated …
(edit) @71763   7 years vboxsync DevSB16: Moved functions around a little to get a more usual grouping.
(edit) @71762   7 years vboxsync DevSB16: Moved functions around a little to get a more usual grouping.
(edit) @71748   7 years vboxsync DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way it …
(edit) @71747   7 years vboxsync DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way it …
(edit) @71746   7 years vboxsync DevSB16: Stop using the IO_WRITE_PROTO and IO_READ_PROTO macros.
(edit) @71745   7 years vboxsync DevSB16: mixer_write_datab & mixer_write_indexb are works for I/O port …
(edit) @71744   7 years vboxsync DevSB16: Fixed initialization order so we don't crash in sb16Destruct …
(edit) @71742   7 years vboxsync DevSB16.cpp,DevHDA.cpp: Just put markers on the …
(edit) @70908   7 years vboxsync Audio/DevSB16.cpp: No need to open the (output) stream when doing a …
(edit) @70903   7 years vboxsync Audio/DevSB16.cpp: Use sb16DestroyDrvStream() in sb16PowerOff() to …
(edit) @70737   7 years vboxsync DevSB16.cpp/sb16TimerIO: Fixed assertion triggering when audio output …
(edit) @70671   7 years vboxsync Audio/SB16: A couple more checks needed for the dynamic attaching / …
(edit) @70642   7 years vboxsync Audio: Made attaching of backend streams non-fatal, as backends could …
(edit) @69876   7 years vboxsync Audio/SB16: Fixed volume handling.
(edit) @69288   7 years vboxsync Devices/Audio: scm updates
(edit) @69119   7 years vboxsync Audio: More cleanups (missing keywords, incorrect #endif docs, stuff)
(edit) @68919   7 years vboxsync Audio/SB16: Implemented support for attaching + detaching drivers on …
(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) @68272   7 years vboxsync Audio: Renamed PDMAUDIOSTRMSTS* -> PDMAUDIOSTREAMSTS*. No actual code …
(edit) @67806   7 years vboxsync Devices: when attaching a driver, don't pass a local variable as …
(edit) @67717   7 years vboxsync Audio/DevSB16.cpp: Also set the stream layout in sb16OpenOut().
(edit) @67578   7 years vboxsync Audio/DevSB16.cpp: Made Warcraft 2 and friends work again.
(edit) @67567   7 years vboxsync Audio/DevSB16.cpp: Renaming.
(edit) @67565   7 years vboxsync Audio/DevSB16.cpp: Added missing stream configuration parameters.
(edit) @67362   7 years vboxsync Audio: Use VBOX_AUDIO_DEBUG_DUMP_PCM_DATA / …
(edit) @65624   8 years vboxsync Audio: More abstraction for the backends: Now the backend stream's …
(edit) @64333   8 years vboxsync Audio: Match to 5.1 in terms of functionality by disabling …
(edit) @63737   8 years vboxsync Audio/DevSB16.cpp: Stream validation on construction not needed …
(edit) @63718   8 years vboxsync Audio: Adjusted error texts for re-attaching the LUNs in case the host …
(edit) @63711   8 years vboxsync Audio: Implemented support for audio device enumeration handling, …
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @63215   8 years vboxsync Devices: warnings (gcc)
(edit) @62975   8 years vboxsync enums defaults to int, so use '%d' and not '%ld' to prinft them!
(edit) @62971   8 years vboxsync Devices: warnings
(edit) @62965   8 years vboxsync Devices: warnings
(edit) @62605   8 years vboxsync Audio: Documentation, misc. cleanup.
(edit) @62350   8 years vboxsync Audio/DevSB16.cpp: Fixes.
(edit) @61609   8 years vboxsync Audio: Update.
(edit) @61386   9 years vboxsync Audio: Update.
(edit) @61334   9 years vboxsync Audio: Fixed shutdown crashes.
(edit) @61332   9 years vboxsync Audio: Update.
(edit) @61322   9 years vboxsync Build fix.
(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) @60938   9 years vboxsync Audio/SB16: Lowered I/O timer frequency from 200Hz to 25Hz.
(edit) @60937   9 years vboxsync Audio/SB16: Fixes for software mixer usage.
(edit) @60925   9 years vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @60653   9 years vboxsync Fixed assertion.
(edit) @59478   9 years vboxsync SB16: Typo.
(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) @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 …
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