- Timestamp:
- Sep 11, 2017 10:02:31 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r68701 r68711 2491 2491 * Starts the internal audio device timer. 2492 2492 * 2493 * @return IPRT status code. 2493 2494 * @param pThis HDA state. 2494 2495 */ … … 2520 2521 * Starts the internal audio device timer (if not started yet). 2521 2522 * 2523 * @return IPRT status code. 2522 2524 * @param pThis HDA state. 2523 2525 */ … … 2541 2543 * Stops the internal audio device timer. 2542 2544 * 2545 * @return IPRT status code. 2543 2546 * @param pThis HDA state. 2544 2547 */ … … 2571 2574 * stopped. 2572 2575 * 2576 * @return IPRT status code. 2573 2577 * @param pThis HDA state. 2574 2578 */ … … 2594 2598 * Main routine for the device timer. 2595 2599 * 2596 * @returns IPRT status code.2597 2600 * @param pThis HDA state. 2598 2601 */
Note:
See TracChangeset
for help on using the changeset viewer.