Changeset 59478 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jan 26, 2016 2:14:41 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105239
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevSB16.cpp
r59470 r59478 2319 2319 /* Note: No input streams available for SB16 yet. */ 2320 2320 bool fValidOut = pCon->pfnIsValidOut(pCon, pDrv->Out.pStrmOut); 2321 if ( fValidOut)2321 if (!fValidOut) 2322 2322 { 2323 2323 LogRel(("SB16: Falling back to NULL backend (no sound audible)\n"));
Note:
See TracChangeset
for help on using the changeset viewer.