VirtualBox

Changeset 71724 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 6, 2018 9:11:13 PM (7 years ago)
Author:
vboxsync
Message:

DevHDA: I'm not going to fix this.

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

Legend:

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

    r71723 r71724  
    47054705    PDMDEV_CHECK_VERSIONS_RETURN_QUIET(pDevIns);
    47064706    PHDASTATE pThis = PDMINS_2_DATA(pDevIns, PHDASTATE);
    4707     DEVHDA_LOCK(pThis);
     4707    DEVHDA_LOCK(pThis); /** @todo r=bird: this will fail on early constructor failure. */
    47084708
    47094709    PHDADRIVER pDrv;
  • trunk/src/VBox/Devices/Audio/HDAStreamMap.cpp

    r70131 r71724  
    3434
    3535#ifdef IN_RING3
     36
    3637/**
    3738 * Initializes a stream mapping structure according to the given PCM properties.
     
    140141    }
    141142}
     143
    142144#endif /* IN_RING3 */
    143145
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