儲存庫 vbox 的更動 67542
- 時間撮記:
- 2017-6-21 下午01:42:18 (7 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r67541 r67542 3276 3276 } 3277 3277 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. */ 3278 3285 int rc = hdaRegWriteU16(pThis, iReg, u32Value); 3279 3286 AssertRC(rc);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器