From 492b1fd14d8715516715ad383740d4157d79305e Mon Sep 17 00:00:00 2001 From: vit9696 Date: Fri, 18 Mar 2016 00:42:00 +0400 Subject: [PATCH] Reverted TrustedBSD policy default mode. It did not help with the issues, and according to the reports may cause some negative effect. --- AppleALC/kern_start.hpp | 2 +- Changelog.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/AppleALC/kern_start.hpp b/AppleALC/kern_start.hpp index 9aa3bf5179..e52cd796b9 100644 --- a/AppleALC/kern_start.hpp +++ b/AppleALC/kern_start.hpp @@ -54,7 +54,7 @@ class AppleALC : public IOService { /** * Enabler start mode */ - StartMode mode {StartMode::Policy}; + StartMode mode {StartMode::IOKit}; /** * TrustedBSD Policy handle diff --git a/Changelog.md b/Changelog.md index 9ec8ff0203..c71c25704a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,6 @@ AppleALC Changelog - Fixed AAPL,ig-platform-id naming - Added preliminary start modes support - Added TrustedBSD start via -alcpolicy and IOService::start via -alciokit arguments -- Switched to TrustedBSD start by default - Allowed kext patches with 0 count replacing all entries (use this with a reason) - Fixed ALC270 regressions - Added ALC889, layout-id 12 codec support (by Sergey_Galan)