mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
AudioDxe: Sync changelog
This commit is contained in:
parent
71bde87de9
commit
52f0d2c55a
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user