Changeset 88672 in vbox for trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp
- Timestamp:
- Apr 23, 2021 11:53:54 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp
r88534 r88672 1418 1418 * Read configuration. 1419 1419 */ 1420 PDMDRV_VALIDATE_CONFIG_RETURN(pDrvIns, " StreamName|DefaultOutput|DefaultInput", "");1420 PDMDRV_VALIDATE_CONFIG_RETURN(pDrvIns, "DefaultOutput|DefaultInput", ""); 1421 1421 1422 1422 int rc = CFGMR3QueryStringDef(pCfg, "DefaultInput", pThis->szDefaultIn, sizeof(pThis->szDefaultIn), "default");
Note:
See TracChangeset
for help on using the changeset viewer.