From 52f0d2c55afaa080e30dfe52c7c7f48e71cfe6e4 Mon Sep 17 00:00:00 2001 From: MikeBeaton Date: Fri, 31 Dec 2021 10:22:50 +0000 Subject: [PATCH] AudioDxe: Sync changelog --- Changelog.md | 1 + Staging/AudioDxe/HdaController/HdaController.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index cb6cad64..cdf6a448 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ OpenCore Changelog - Added autodetected Cirrus Logic GPIO enable to allow UEFI sound on Apple hardware - Added workarounds for bugs in QEMU intel-hda driver to allow UEFI sound in QEMU - Implemented multi-channel (e.g. bass+main speaker; speakers+headphones) UEFI sound configured with `AudioOutMask` +- Fixed AudioDxe startup stalls when Nvidia HDA audio present #### v0.7.6 - Fixed stack canary support when compiling with GCC diff --git a/Staging/AudioDxe/HdaController/HdaController.h b/Staging/AudioDxe/HdaController/HdaController.h index f6c6787a..32a4939b 100644 --- a/Staging/AudioDxe/HdaController/HdaController.h +++ b/Staging/AudioDxe/HdaController/HdaController.h @@ -298,7 +298,7 @@ typedef struct { // // CORB reset does not stay high when set; affects VMware Fusion, but also -// affects some real hardware: +// some real hardware (at least Nvidia HDA controllers): // REF: https://github.com/acidanthera/bugtracker/issues/1908 // For some years AudioDxe had this as default behaviour, and despite not // being to Intel HDA spec., it seems like retaining this may work best.