VirtualBox

儲存庫 vbox 的更動 54947


忽略:
時間撮記:
2015-3-25 下午04:52:56 (10 年 以前)
作者:
vboxsync
訊息:

DSound: Always report at least 2 capture devices to avoid warnings.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp

    r54946 r54947  
    14801480
    14811481    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    }
    14841487
    14851488    return VINF_SUCCESS;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette