儲存庫 vbox 的更動 54947
- 時間撮記:
- 2015-3-25 下午04:52:56 (10 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp
r54946 r54947 1480 1480 1481 1481 DSLOGREL(("DSound: Found %RU32 host capturing devices\n", pCfg->cMaxHstStrmsIn)); 1482 if (pCfg->cMaxHstStrmsIn == 0) 1483 pCfg->cMaxHstStrmsIn = 1; /* Support at least one stream. */ 1482 if (pCfg->cMaxHstStrmsIn < 2) 1483 { 1484 DSLOGREL(("DSound: Adjusting the number of host capturing devices from %RU32 to 2\n", pCfg->cMaxHstStrmsIn)); 1485 pCfg->cMaxHstStrmsIn = 2; /* Support at least two streams (line in + mic). */ 1486 } 1484 1487 1485 1488 return VINF_SUCCESS;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器