Changeset 67856 in vbox
- Timestamp:
- Jul 7, 2017 2:50:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r67826 r67856 1339 1339 } 1340 1340 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 */ 1341 1349 static void ichac97MixerSet(PAC97STATE pThis, uint8_t uMixerIdx, uint16_t uVal) 1342 1350 { … … 1351 1359 } 1352 1360 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 */ 1353 1368 static uint16_t ichac97MixerGet(PAC97STATE pThis, uint32_t uMixerIdx) 1354 1369 {
Note:
See TracChangeset
for help on using the changeset viewer.