- Timestamp:
- Dec 21, 2016 1:34:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r64982 r64983 1753 1753 } 1754 1754 1755 /* Unused */ 1756 #if 0 1755 1757 static void ichac97WriteBUP(PAC97STATE pThis, uint32_t cbElapsed) 1756 1758 { 1757 return;1758 1759 1759 LogFlowFunc(("cbElapsed=%RU32\n", cbElapsed)); 1760 1760 … … 1793 1793 } 1794 1794 } 1795 #endif /* Unused */ 1795 1796 1796 1797 #ifndef VBOX_WITH_AUDIO_AC97_CALLBACKS … … 1915 1916 { 1916 1917 case AC97SOUNDSOURCE_PO_INDEX: 1917 ichac97WriteBUP(pThis, cbToProcess);1918 /*ichac97WriteBUP(pThis, cbToProcess);*/ 1918 1919 break; 1919 1920
Note:
See TracChangeset
for help on using the changeset viewer.