VirtualBox

儲存庫 vbox 的更動 67542


忽略:
時間撮記:
2017-6-21 下午01:42:18 (7 年 以前)
作者:
vboxsync
訊息:

Audio/DevHDA.cpp: Comment + assertion for hdaRegWriteSDFMT().

檔案:
修改 1 筆資料

圖例:

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

    r67541 r67542  
    32763276    }
    32773277
     3278    /* Write the wanted stream format into the register in any case.
     3279     *
     3280     * This is important for e.g. MacOS guests, as those try to initialize streams which are not reported
     3281     * by the device emulation (wants 4 channels, only have 2 channels at the moment).
     3282     *
     3283     * When ignoring those (invalid) formats, this leads to MacOS thinking that the device is malfunctioning
     3284     * and therefore disabling the device completely. */
    32783285    int rc = hdaRegWriteU16(pThis, iReg, u32Value);
    32793286    AssertRC(rc);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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