mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
AudioDxe: Disable LPIB by default
This commit is contained in:
parent
06a093aac6
commit
be5a7e241f
@ -584,7 +584,7 @@ HdaControllerResetStream (
|
||||
HdaStream->DmaPositionTotal = 0;
|
||||
HdaStream->DmaPositionLast = 0;
|
||||
HdaStream->DmaPositionChangedMax = 0;
|
||||
HdaStream->UseLpib = TRUE; // TODO: Allow being forced by NVRAM variable?
|
||||
HdaStream->UseLpib = FALSE; // TODO: Allow being forced by NVRAM variable?
|
||||
HdaStream->DmaCheckCount = 0;
|
||||
HdaStream->DmaCheckComplete = FALSE;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user