Changeset 65736 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Feb 10, 2017 4:09:39 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113451
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp
r65694 r65736 263 263 264 264 default: 265 AssertMsgFailed(("Format %ld not supported\n", pulsefmt)); 265 AssertFailed(); 266 LogRel(("PulseAudio: Format (%ld) not supported\n", pulsefmt)); 266 267 return VERR_NOT_SUPPORTED; 267 268 } … … 521 522 pBufAttr->maxlength, pBufAttr->tlength, pBufAttr->prebuf, pBufAttr->minreq)); 522 523 523 } 524 while (0); 524 } while (0); 525 525 526 526 if ( RT_FAILURE(rc)
Note:
See TracChangeset
for help on using the changeset viewer.