Changeset 73371 in vbox for trunk/src/VBox
- Timestamp:
- Jul 26, 2018 1:55:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp
r73370 r73371 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2018 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1369 1369 if (err < 0) 1370 1370 { 1371 LogRel(("ALSA: Error disabling input %sstream: %s\n", snd_strerror(err)));1371 LogRel(("ALSA: Error disabling input stream: %s\n", snd_strerror(err))); 1372 1372 rc = VERR_ACCESS_DENIED; /** @todo Find a better rc. */ 1373 1373 }
Note:
See TracChangeset
for help on using the changeset viewer.