- Timestamp:
- Jan 5, 2017 11:45:30 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r65143 r65146 4470 4470 LogFunc(("[SD%RU8]: Ended\n", pStream->u8SD)); 4471 4471 4472 ASMAtomicXchgBool(&pAIO->fStarted, false); 4473 4472 4474 return VINF_SUCCESS; 4473 4475 } … … 4548 4550 pAIO->fStarted = false; 4549 4551 pAIO->fShutdown = false; 4552 pAIO->fEnabled = false; 4550 4553 } 4551 4554
Note:
See TracChangeset
for help on using the changeset viewer.