- Timestamp:
- Jul 27, 2017 10:52:43 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117222
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r68132 r68136 17 17 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 18 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 * --------------------------------------------------------------------20 19 */ 21 20 #define LOG_GROUP LOG_GROUP_DRV_AUDIO -
trunk/src/VBox/Devices/Audio/DrvAudio.h
r68132 r68136 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * --------------------------------------------------------------------17 *18 * This code is based on: audio.h19 *20 * QEMU Audio subsystem header21 *22 * Copyright (c) 2003-2005 Vassili Karpov (malc)23 *24 * Permission is hereby granted, free of charge, to any person obtaining a copy25 * of this software and associated documentation files (the "Software"), to deal26 * in the Software without restriction, including without limitation the rights27 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell28 * copies of the Software, and to permit persons to whom the Software is29 * furnished to do so, subject to the following conditions:30 *31 * The above copyright notice and this permission notice shall be included in32 * all copies or substantial portions of the Software.33 *34 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR35 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,36 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL37 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER38 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,39 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN40 * THE SOFTWARE.41 16 */ 42 17 -
trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp
r67691 r68136 7 7 8 8 /* 9 * Copyright (C) 2006-201 6Oracle Corporation9 * Copyright (C) 2006-2017 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 16 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 * --------------------------------------------------------------------19 *20 * This code is based on: audio_template.h from QEMU AUDIO subsystem.21 *22 * QEMU Audio subsystem header23 *24 * Copyright (c) 2005 Vassili Karpov (malc)25 *26 * Permission is hereby granted, free of charge, to any person obtaining a copy27 * of this software and associated documentation files (the "Software"), to deal28 * in the Software without restriction, including without limitation the rights29 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell30 * copies of the Software, and to permit persons to whom the Software is31 * furnished to do so, subject to the following conditions:32 *33 * The above copyright notice and this permission notice shall be included in34 * all copies or substantial portions of the Software.35 *36 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR37 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,38 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL39 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER40 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,41 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN42 * THE SOFTWARE.43 18 */ 44 19 #include <iprt/alloc.h>
Note:
See TracChangeset
for help on using the changeset viewer.