VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @56838   9 年 vboxsync Audio: Typo fix, 41->44.1 kHz.
(edit) @56717   9 年 vboxsync Another build fix
(edit) @56715   9 年 vboxsync Fix various alignments of STAM members in devices and VMM for 32bit, …
(edit) @56648   9 年 vboxsync Audio: Remove DEV_AUDIO logging group and split it up into per device …
(edit) @56512   9 年 vboxsync Main/AC97: Propagate codec model setting through CFGM.
(edit) @56085   10 年 vboxsync PDM/Audio: Removed old audio architecture.
(edit) @55920   10 年 vboxsync PDM/Audio: AudioMixBuffer documentation, renaming.
(edit) @55430   10 年 vboxsync AC97: Take 12dB volume offset used in some controls into account.
(edit) @55394   10 年 vboxsync Audio: Volume handling rework (see #5964).
(edit) @55335   10 年 vboxsync Audio: Spelling, Hungarian fixes.
(edit) @55272   10 年 vboxsync Audio/AC97: Allow changing the codec type (Linux whitelist).
(edit) @55065   10 年 vboxsync PDM/Audio: Volume handling fixes.
(edit) @55005   10 年 vboxsync PDM/Audio: Added volume through virtual mixer.
(edit) @54988   10 年 vboxsync Todo.
(edit) @54981   10 年 vboxsync PDM/DevIchAc97.cpp: Fixes.
(edit) @54424   10 年 vboxsync Not necessary.
(edit) @54422   10 年 vboxsync DevIchAc97: warning
(edit) @54393   10 年 vboxsync burn fix
(edit) @54235   10 年 vboxsync PDM/Audio: Remove unused code.
(edit) @54230   10 年 vboxsync PDM/Audio: Update.
(edit) @53831   10 年 vboxsync PDM/Audio: Build fix; forgot some files.
(edit) @53830   10 年 vboxsync PDM/Audio: Unified timer work, minor cleanup.
(edit) @53624   10 年 vboxsync scm automatic cleanups.
(edit) @53567   10 年 vboxsync PDM/Audio: Update.
(edit) @53512   10 年 vboxsync Audio/DevIchAc97: no need to use an unaligned byte buffer here
(edit) @53501   10 年 vboxsync DevIchAc97: warning
(edit) @53491   10 年 vboxsync Logging.
(edit) @53452   10 年 vboxsync Logging.
(edit) @53442   10 年 vboxsync PDM Audio: Branch -> trunk.
(edit) @50708   11 年 vboxsync typo
(edit) @50686   11 年 vboxsync src/VBox/Devices/Audio, src/VBox/Main/src-client, include/VBox/vmm: …
(edit) @45025   12 年 vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44902   12 年 vboxsync Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
(edit) @44632   12 年 vboxsync DevIchAc97.cpp: s, d and r variable/parameter cleanups.
(edit) @44631   12 年 vboxsync DevIchAc97.cpp: Eliminated PCIAC97LinkState.
(edit) @44630   12 年 vboxsync DevIchAc97.cpp: Some code style cleanups.
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @35487   14 年 vboxsync Devices/Audio: fixed fallback to nul host audio driver. Added the …
(edit) @35353   14 年 vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33676   14 年 vboxsync scm cleanup run.
(edit) @32726   14 年 vboxsync Audio: PCI symbolic constants, cap list bug in HDA
(edit) @32696   14 年 vboxsync AC97: Assert if the amount read/written isn not aligned (can lead to …
(edit) @32304   14 年 vboxsync AC97: Do not quit processing loop when empty buffer is encountered.
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26165   15 年 vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26160   15 年 vboxsync PDM: s/pDevReg/pReg/g
(edit) @26001   15 年 vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25985   15 年 vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25966   15 年 vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25770   15 年 vboxsync Audio-OSX: Rewrite of the CoreAudio device. Added recording support.
(edit) @23981   15 年 vboxsync DevIchAc97: validate config.
(edit) @22793   15 年 vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22480   15 年 vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @18645   16 年 vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @12978   16 年 vboxsync PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
(edit) @12977   16 年 vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12300   16 年 vboxsync Devices and VMM: cosmetics: removed full stops at the end of …
(edit) @11284   16 年 vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11269   16 年 vboxsync Devices: pData -> pThis.
(edit) @11266   16 年 vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @11167   16 年 vboxsync #1865: DevIchAc97 and DevSB16.
(edit) @9331   17 年 vboxsync Use PCI config register setters.
(edit) @9329   17 年 vboxsync Some cleanup; mainly adding some missing spaces and correcting the …
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @6105   17 年 vboxsync typo
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5768   17 年 vboxsync
(edit) @5605   17 年 vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5097   17 年 vboxsync touch ose again
(edit) @5096   17 年 vboxsync touch tinderbox
(edit) @5095   17 年 vboxsync touch tinderbox
(edit) @5091   17 年 vboxsync touch tinderbox
(edit) @5003   17 年 vboxsync Clear interrupt flag in global status register when the engine status …
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4014   17 年 vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @3666   17 年 vboxsync replace underscore symbols in Devices/
(edit) @3214   17 年 vboxsync if no audio voice could be opened choose the NULL audio backend
(edit) @2981   18 年 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @1551   18 年 vboxsync Mac OS X audio support (only playback).
(edit) @814   18 年 vboxsync some more words if audio does not work
(edit) @432   18 年 vboxsync argument order fixed
(edit) @355   18 年 vboxsync activated soft volume mixing
(edit) @332   18 年 vboxsync introduced PDMDevHlpGetVM()
(edit) @317   18 年 vboxsync r=bird: devhlp, please.
(edit) @239   18 年 vboxsync use the new runtime error report mechanism to warn the user if the …
(add) @1   55 年 vboxsync import
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette