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) @88230   4 years vboxsync Audio: Renamed DrvAudio.h to DrvAudioCommon.h and move the DrvAudio.h …
(edit) @88028   4 years vboxsync Audio: Moving some of the DrvAudio.h stuff into PDM - …
(edit) @88025   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88023   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88015   4 years vboxsync Audio: DrvAudioHlpPCMPropsAreEqual -> DrvAudioHlpPcmPropsAreEqual & …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87767   4 years vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82255   5 years vboxsync vmm/pdmaudioifs.h: More of the same. bugref:9218
(edit) @82254   5 years vboxsync vmm/pdmaudioifs.h: The prefix 'cf' reads 'count-of-flags', so if you …
(edit) @82253   5 years vboxsync DevSB16: Fixed regression from r135047. bugref:9218
(edit) @82252   5 years vboxsync vmm/pdmaudioifs.h: Style, docs and other nits. First, it's always …
(edit) @82236   5 years vboxsync DevSB16: One more unused parameter. bugref:9218
(edit) @82235   5 years vboxsync DevSB16: Build fix and some related cleanups (fewer paranoid …
(edit) @82233   5 years vboxsync DevSB16: Set new style flag. bugref:9218
(edit) @82232   5 years vboxsync DevSB16: Converted I/O port handlers. bugref:9218
(edit) @82231   5 years vboxsync DevSB16: Function re-ordering. bugref:9218
(edit) @82230   5 years vboxsync DevSB16: cleanups. bugref:9218
(edit) @82229   5 years vboxsync DevSB16: Converted timers. bugref:9218
(edit) @82228   5 years vboxsync DevHDA,DevIchAc97,DevSB16: Don't stop attaching LUNs/drivers on …
(edit) @82225   5 years vboxsync DevSB16: Use PDMDevHlpDriverReconfigure2. (Dropping the unknown …
(edit) @82223   5 years vboxsync DevSB16: SSM via devhlp. bugref:9218
(edit) @82222   5 years vboxsync DevSB16: CFGM -> devhlp. bugref:9218
(edit) @81765   5 years vboxsync Devices: Use new volatile SSM getters and enum macros. bugref:9218
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80703   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @76847   6 years vboxsync Audio/SB16: Disable pre-buffering for SB16; not needed for that bit of …
(edit) @76841   6 years vboxsync Audio/SB16: Removed dead code (VBOX_WITH_AUDIO_SB16_CALLBACKS).
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76158   6 years vboxsync Audio: Use DrvAudioHlpStreamCfgFree().
(edit) @73529   6 years vboxsync Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
(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 …
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