VirtualBox

Changeset 57358 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (9 years ago)
Author:
vboxsync
Message:

*: scm cleanup run.

Location:
trunk/src/VBox/Devices/Audio
Files:
6 edited

Legend:

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

    r56838 r57358  
    1616 */
    1717
    18 /*******************************************************************************
    19 *   Header Files                                                               *
    20 *******************************************************************************/
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2122#define LOG_GROUP LOG_GROUP_DEV_AC97
    2223#include <VBox/log.h>
     
    3435#include "AudioMixer.h"
    3536
    36 /*******************************************************************************
    37 *   Defined Constants And Macros                                               *
    38 *******************************************************************************/
     37
     38/*********************************************************************************************************************************
     39*   Defined Constants And Macros                                                                                                 *
     40*********************************************************************************************************************************/
    3941#undef LOG_VOICES
    4042
     
    169171
    170172
    171 /*******************************************************************************
    172 *   Structures and Typedefs                                                    *
    173 *******************************************************************************/
     173/*********************************************************************************************************************************
     174*   Structures and Typedefs                                                                                                      *
     175*********************************************************************************************************************************/
    174176/**
    175177 * Buffer descriptor.
  • trunk/src/VBox/Devices/Audio/DevIchHda.cpp

    r56838 r57358  
    2020 */
    2121
    22 /*******************************************************************************
    23 *   Header Files                                                               *
    24 *******************************************************************************/
     22
     23/*********************************************************************************************************************************
     24*   Header Files                                                                                                                 *
     25*********************************************************************************************************************************/
    2526#define LOG_GROUP LOG_GROUP_DEV_HDA
    2627#include <VBox/log.h>
     
    4445#include "DevIchHdaCodec.h"
    4546
    46 /*******************************************************************************
    47 *   Defined Constants And Macros                                               *
    48 *******************************************************************************/
     47
     48/*********************************************************************************************************************************
     49*   Defined Constants And Macros                                                                                                 *
     50*********************************************************************************************************************************/
    4951//#define HDA_AS_PCI_EXPRESS
    5052#define VBOX_WITH_INTEL_HDA
     
    515517
    516518
    517 /*******************************************************************************
    518 *   Structures and Typedefs                                                    *
    519 *******************************************************************************/
     519/*********************************************************************************************************************************
     520*   Structures and Typedefs                                                                                                      *
     521*********************************************************************************************************************************/
    520522typedef struct HDABDLEDESC
    521523{
     
    687689
    688690
    689 /*******************************************************************************
    690 *   Internal Functions                                                         *
    691 *******************************************************************************/
     691/*********************************************************************************************************************************
     692*   Internal Functions                                                                                                           *
     693*********************************************************************************************************************************/
    692694#ifndef VBOX_DEVICE_STRUCT_TESTCASE
    693695static FNPDMDEVRESET hdaReset;
     
    741743
    742744
    743 /*******************************************************************************
    744 *   Global Variables                                                           *
    745 *******************************************************************************/
     745/*********************************************************************************************************************************
     746*   Global Variables                                                                                                             *
     747*********************************************************************************************************************************/
    746748
    747749/* see 302349 p 6.2*/
  • trunk/src/VBox/Devices/Audio/DevIchHdaCodec.cpp

    r56992 r57358  
    2121
    2222
    23 /*******************************************************************************
    24 *   Header Files                                                               *
    25 *******************************************************************************/
     23/*********************************************************************************************************************************
     24*   Header Files                                                                                                                 *
     25*********************************************************************************************************************************/
    2626#define LOG_GROUP LOG_GROUP_DEV_HDA_CODEC
    2727#include <VBox/vmm/pdmdev.h>
     
    3838
    3939
    40 /*******************************************************************************
    41 *   Defined Constants And Macros                                               *
    42 *******************************************************************************/
     40/*********************************************************************************************************************************
     41*   Defined Constants And Macros                                                                                                 *
     42*********************************************************************************************************************************/
    4343/* PRM 5.3.1 */
    4444/** Codec address mask. */
     
    521521
    522522
    523 /*******************************************************************************
    524 *   Structures and Typedefs                                                    *
    525 *******************************************************************************/
     523/*********************************************************************************************************************************
     524*   Structures and Typedefs                                                                                                      *
     525*********************************************************************************************************************************/
    526526/** The F00 parameter length (in dwords). */
    527527#define CODECNODE_F00_PARAM_LENGTH  20
     
    757757} CODECNODE, *PCODECNODE;
    758758AssertNodeSize(CODECNODE, 60 + 6);
    759 /*******************************************************************************
    760 *   Global Variables                                                           *
    761 *******************************************************************************/
     759
     760
     761/*********************************************************************************************************************************
     762*   Global Variables                                                                                                             *
     763*********************************************************************************************************************************/
    762764/* STAC9220 - Nodes IDs / names. */
    763765#define STAC9220_NID_ROOT                                  0x0  /* Root node */
  • trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp

    r57346 r57358  
    4141 */
    4242
    43 /*******************************************************************************
    44 *   Header Files                                                               *
    45 *******************************************************************************/
     43
     44/*********************************************************************************************************************************
     45*   Header Files                                                                                                                 *
     46*********************************************************************************************************************************/
    4647#define LOG_GROUP LOG_GROUP_DRV_HOST_AUDIO
    4748#include <VBox/log.h>
  • trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp

    r56648 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_DRV_HOST_AUDIO
    2323#include <VBox/log.h>
  • trunk/src/VBox/Devices/Audio/testcase/tstAudioMixBuffer.cpp

    r55920 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222#include <iprt/err.h>
    2323#include <iprt/initterm.h>
     
    3333
    3434
    35 /*******************************************************************************
    36 *   Structures and Typedefs                                                    *
    37 *******************************************************************************/
     35/*********************************************************************************************************************************
     36*   Structures and Typedefs                                                                                                      *
     37*********************************************************************************************************************************/
    3838
    3939static int tstSingle(RTTEST hTest)
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