Changeset 67417 in vbox
- Timestamp:
- Jun 15, 2017 9:12:31 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116143
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r67416 r67417 3776 3776 } 3777 3777 3778 #if 0 3778 3779 /** 3779 3780 * Returns the number of outstanding stream data bytes which need to be processed … … 3823 3824 } 3824 3825 3825 #if 03826 3826 DECLINLINE(void) hdaBDLEUpdate(PHDABDLE pBDLE, uint32_t cbData, uint32_t cbProcessed) 3827 3827 { … … 4039 4039 } 4040 4040 4041 #if 0 4041 4042 DECLINLINE(void) hdaStreamTransferUpdate(PHDASTATE pThis, PHDASTREAM pStream, uint32_t cbInc) 4042 4043 { … … 4064 4065 } 4065 4066 4066 #if 04067 4067 static bool hdaBDLEIsComplete(PHDABDLE pBDLE, bool *pfInterrupt) 4068 4068 {
Note:
See TracChangeset
for help on using the changeset viewer.