summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Audio/DevSB16.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* vmm/pdmaudioifs.h: More of the same. bugref:9218vboxsync2019-11-271-4/+3
* vmm/pdmaudioifs.h: The prefix 'cf' reads 'count-of-flags', so if you want 'co...vboxsync2019-11-271-2/+2
* DevSB16: Fixed regression from r135047. bugref:9218vboxsync2019-11-271-1/+1
* vmm/pdmaudioifs.h: Style, docs and other nits. First, it's always _FLAGS_ nev...vboxsync2019-11-271-8/+8
* DevSB16: One more unused parameter. bugref:9218vboxsync2019-11-271-0/+1
* DevSB16: Build fix and some related cleanups (fewer paranoid AssertPtrReturn ...vboxsync2019-11-271-17/+9
* DevSB16: Set new style flag. bugref:9218vboxsync2019-11-271-1/+1
* DevSB16: Converted I/O port handlers. bugref:9218vboxsync2019-11-271-64/+97
* DevSB16: Function re-ordering. bugref:9218vboxsync2019-11-271-291/+309
* DevSB16: cleanups. bugref:9218vboxsync2019-11-261-181/+172
* DevSB16: Converted timers. bugref:9218vboxsync2019-11-261-101/+107
* DevHDA,DevIchAc97,DevSB16: Don't stop attaching LUNs/drivers on VERR_AUDIO_BA...vboxsync2019-11-261-74/+60
* DevSB16: Use PDMDevHlpDriverReconfigure2. (Dropping the unknown 'AudioDriver'...vboxsync2019-11-261-62/+9
* DevSB16: SSM via devhlp. bugref:9218vboxsync2019-11-261-111/+117
* DevSB16: CFGM -> devhlp. bugref:9218vboxsync2019-11-261-41/+26
* Devices: Use new volatile SSM getters and enum macros. bugref:9218vboxsync2019-11-111-3/+3
* Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218vboxsync2019-10-301-10/+10
* PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field giving ...vboxsync2019-09-101-0/+1
* PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG structur...vboxsync2019-09-101-1/+1
* VMM,Devices: Some PDM device model refactoring. bugref:9218vboxsync2019-09-011-48/+65
* Audio/SB16: Disable pre-buffering for SB16; not needed for that bit of data.vboxsync2019-01-171-0/+3
* Audio/SB16: Removed dead code (VBOX_WITH_AUDIO_SB16_CALLBACKS).vboxsync2019-01-161-54/+0
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* Audio: Use DrvAudioHlpStreamCfgFree().vboxsync2018-12-111-1/+2
* Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some unnecessary ...vboxsync2018-08-061-4/+4
* Audio/SB16: Don't mess with PDMAUDIOSTREAM internals here.vboxsync2018-08-021-26/+0
* Audio/SB16: Path not needed (we don't implement recording for SB16 right now).vboxsync2018-08-021-16/+6
* Audio: Use the DrvAudioHlpStreamStatusXXX() helpers where applicable.vboxsync2018-08-011-9/+5
* Audio: Implemented backend-independent (pre-)buffering support. Work in progr...vboxsync2018-07-261-25/+1
* Audio/PDM: Added (tweakable) parameters to the audio stream configuration and...vboxsync2018-07-191-0/+4
* Audio/SB16: Removed a lot of Doppelmoppel code and added sb16CheckAndReOpenOu...vboxsync2018-07-181-86/+54
* DevSB16: drop confusing if (pCfgHost) check in sb16CreateDrvStream.vboxsync2018-04-091-6/+1
* DevSB16: Don't use RTStrPrintf to name streams 'Output'; eliminated incorrect...vboxsync2018-04-091-19/+17
* DevSB16: Moved functions around a little to get a more usual grouping.vboxsync2018-04-091-28/+41
* DevSB16: Moved functions around a little to get a more usual grouping.vboxsync2018-04-091-227/+228
* DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way it cannot...vboxsync2018-04-081-9/+5
* DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way it cannot...vboxsync2018-04-081-6/+10
* DevSB16: Stop using the IO_WRITE_PROTO and IO_READ_PROTO macros.vboxsync2018-04-081-16/+32
* DevSB16: mixer_write_datab & mixer_write_indexb are works for I/O port callba...vboxsync2018-04-071-17/+10
* DevSB16: Fixed initialization order so we don't crash in sb16Destruct on inva...vboxsync2018-04-071-16/+18
* DevSB16.cpp,DevHDA.cpp: Just put markers on the PDMDEV_CHECK_VERSIONS_RETURN ...vboxsync2018-04-071-2/+2
* Audio/DevSB16.cpp: No need to open the (output) stream when doing a reset in ...vboxsync2018-02-081-3/+0
* Audio/DevSB16.cpp: Use sb16DestroyDrvStream() in sb16PowerOff() to avoid code...vboxsync2018-02-081-13/+8
* DevSB16.cpp/sb16TimerIO: Fixed assertion triggering when audio output & input...vboxsync2018-01-251-18/+19
* Audio/SB16: A couple more checks needed for the dynamic attaching / detaching...vboxsync2018-01-221-0/+13
* Audio: Made attaching of backend streams non-fatal, as backends could not be ...vboxsync2018-01-191-2/+5
* Audio/SB16: Fixed volume handling.vboxsync2017-11-301-22/+53
* Devices/Audio: scm updatesvboxsync2017-10-251-0/+1
* Audio: More cleanups (missing keywords, incorrect #endif docs, stuff)vboxsync2017-10-171-0/+23