VirtualBox

Changeset 64351 in vbox for trunk/src


Ignore:
Timestamp:
Oct 21, 2016 11:29:03 AM (8 years ago)
Author:
vboxsync
Message:

Audio: Renamed HDA files to better reflect what they are.

Location:
trunk/src/VBox/Devices
Files:
5 edited
4 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevHDA.cpp

    r64346 r64351  
    11/* $Id$ */
    22/** @file
    3  * DevIchHda - VBox ICH Intel HD Audio Controller.
     3 * DevHDA - VBox Intel HD Audio Controller.
    44 *
    55 * Implemented against the specifications found in "High Definition Audio
     
    4646#include "AudioMixBuffer.h"
    4747#include "AudioMixer.h"
    48 #include "DevIchHdaCodec.h"
    49 #include "DevIchHdaCommon.h"
     48#include "HDACodec.h"
     49#include "DevHDACommon.h"
    5050#include "DrvAudio.h"
    5151
     
    62636263        /* Start the emulation timer. */
    62646264        rc = PDMDevHlpTMTimerCreate(pDevIns, TMCLOCK_VIRTUAL, hdaTimer, pThis,
    6265                                     TMTIMER_FLAGS_NO_CRIT_SECT, "DevIchHda", &pThis->pTimer);
     6265                                    TMTIMER_FLAGS_NO_CRIT_SECT, "DevHDA", &pThis->pTimer);
    62666266        AssertRCReturn(rc, rc);
    62676267
     
    63286328 * The device registration structure.
    63296329 */
    6330 const PDMDEVREG g_DeviceICH6_HDA =
     6330const PDMDEVREG g_DeviceHDA =
    63316331{
    63326332    /* u32Version */
  • trunk/src/VBox/Devices/Audio/DevHDACommon.h

    r64346 r64351  
    11/* $Id$ */
    22/** @file
    3  * DevIchHdaCommon.h - Shared defines / functions between controller and codec.
     3 * DevHDACommon.h - Shared defines / functions between HDA controller and codec.
    44 */
    55
  • trunk/src/VBox/Devices/Audio/HDACodec.cpp

    r64346 r64351  
    11/* $Id$ */
    22/** @file
    3  * DevIchHdaCodec - VBox ICH Intel HD Audio Codec.
     3 * HDACodec - VBox HD Audio Codec.
    44 *
    5  * Implemented against "Intel I/O Controller Hub 6 (ICH6) High Definition
    6  * Audio / AC '97 - Programmer's Reference Manual (PRM)", document number
    7  * 302349-003.
     5 * Implemented based on the Intel HD Audio specification and the
     6 * Sigmatel/IDT STAC9220 datasheet.
    87 */
    98
     
    3635#include "VBoxDD.h"
    3736#include "DrvAudio.h"
    38 #include "DevIchHdaCodec.h"
    39 #include "DevIchHdaCommon.h"
     37#include "HDACodec.h"
     38#include "DevHDACommon.h"
    4039#include "AudioMixer.h"
    4140
  • trunk/src/VBox/Devices/Audio/HDACodec.h

    r64346 r64351  
    11/* $Id$ */
    22/** @file
    3  * DevIchHdaCodec - VBox ICH Intel HD Audio Codec.
     3 * HDACodec - VBox HD Audio Codec.
    44 */
    55
  • trunk/src/VBox/Devices/Makefile.kmk

    r64333 r64351  
    590590        Audio/DevIchAc97.cpp \
    591591        Audio/DevSB16.cpp \
    592         Audio/DevIchHda.cpp \
    593         Audio/DevIchHdaCodec.cpp \
     592        Audio/DevHDA.cpp \
     593        Audio/HDACodec.cpp \
    594594        Audio/AudioMixBuffer.cpp \
    595595        Audio/AudioMixer.cpp \
     
    929929
    930930  VBoxDDRC_SOURCES      += \
    931         Audio/DevIchHda.cpp
     931        Audio/DevHDA.cpp
    932932
    933933  ifdef VBOX_WITH_E1000
     
    10941094        Network/DrvIntNet.cpp \
    10951095        Network/DrvDedicatedNic.cpp \
    1096         Audio/DevIchHda.cpp
     1096        Audio/DevHDA.cpp
    10971097
    10981098 VBoxDDR0_SOURCES.win += Parallel/DrvHostParallel.cpp
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r63689 r64351  
    127127    if (RT_FAILURE(rc))
    128128        return rc;
    129     rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceICH6_HDA);
     129    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceHDA);
    130130    if (RT_FAILURE(rc))
    131131        return rc;
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r63689 r64351  
    5858extern const PDMDEVREG g_DeviceICHAC97;
    5959extern const PDMDEVREG g_DeviceSB16;
    60 extern const PDMDEVREG g_DeviceICH6_HDA;
     60extern const PDMDEVREG g_DeviceHDA;
    6161extern const PDMDEVREG g_DeviceOHCI;
    6262extern const PDMDEVREG g_DeviceEHCI;
  • trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp

    r63632 r64351  
    123123# include "../Audio/DevIchAc97.cpp"
    124124# undef LOG_GROUP
    125 # include "../Audio/DevIchHda.cpp"
     125# include "../Audio/DevHDA.cpp"
    126126
    127127#include <stdio.h>
  • trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp

    r64344 r64351  
    117117# include "../Audio/DevIchAc97.cpp"
    118118# undef LOG_GROUP
    119 # include "../Audio/DevIchHda.cpp"
     119# include "../Audio/DevHDA.cpp"
    120120#ifdef VBOX_WITH_NVME_IMPL
    121121# undef LOG_GROUP
Note: See TracChangeset for help on using the changeset viewer.

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