Changeset 61320 in vbox for trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp
- Timestamp:
- May 31, 2016 8:43:19 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp
r61167 r61320 1433 1433 1434 1434 return (PDMAUDIOSTRMSTS_FLAG_INITIALIZED | PDMAUDIOSTRMSTS_FLAG_ENABLED); 1435 } 1436 1437 static DECLCALLBACK(int) drvHostALSAAudioStreamIterate(PPDMIHOSTAUDIO pInterface, PPDMAUDIOSTREAM pStream) 1438 { 1439 AssertPtrReturn(pInterface, VERR_INVALID_POINTER); 1440 AssertPtrReturn(pStream, VERR_INVALID_POINTER); 1441 1442 LogFlowFuncEnter(); 1443 1444 /* Nothing to do here for ALSA. */ 1445 return VINF_SUCCESS; 1435 1446 } 1436 1447
Note:
See TracChangeset
for help on using the changeset viewer.