VirtualBox

Changeset 67856 in vbox


Ignore:
Timestamp:
Jul 7, 2017 2:50:38 PM (8 years ago)
Author:
vboxsync
Message:

Audio/DevIchAc97.cpp: Docs.

File:
1 edited

Legend:

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

    r67826 r67856  
    13391339}
    13401340
     1341/**
     1342 * Sets a AC'97 mixer control to a specific value.
     1343 *
     1344 * @returns IPRT status code.
     1345 * @param   pThis               AC'97 state.
     1346 * @param   uMixerIdx           Mixer control to set value for.
     1347 * @param   uVal                Value to set.
     1348 */
    13411349static void ichac97MixerSet(PAC97STATE pThis, uint8_t uMixerIdx, uint16_t uVal)
    13421350{
     
    13511359}
    13521360
     1361/**
     1362 * Gets a value from a specific AC'97 mixer control.
     1363 *
     1364 * @returns Retrieved mixer control value.
     1365 * @param   pThis               AC'97 state.
     1366 * @param   uMixerIdx           Mixer control to get value for.
     1367 */
    13531368static uint16_t ichac97MixerGet(PAC97STATE pThis, uint32_t uMixerIdx)
    13541369{
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