AudioDxe: Sync changelog

This commit is contained in:
MikeBeaton 2021-12-31 10:22:50 +00:00
parent 71bde87de9
commit 52f0d2c55a
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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.