Skip to content

Commit

Permalink
Added constants for macOS 15 support (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorys89 authored Jun 16, 2024
1 parent 08faf98 commit 2ce07ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppleALC/kern_start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PluginConfiguration ADDPR(config) {
bootargBeta,
arrsize(bootargBeta),
KernelVersion::Tiger,
KernelVersion::Sonoma,
KernelVersion::Sequoia,
[]() {
AlcEnabler::createShared();
AlcEnabler::getShared()->init();
Expand Down

1 comment on commit 2ce07ea

@offsoc
Copy link

@offsoc offsoc commented on 2ce07ea Jun 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest version of Apple successfully drove the microphone and speaker on MacOS14, but I was unable to do so when upgrading to MacOS15. I hope you can provide assistance. Please take a screenshot.
Screenshot 2024-06-28 at 14 30 01
Screenshot 2024-06-28 at 14 30 16
Screenshot 2024-06-28 at 14 30 29
Screenshot 2024-06-28 at 14 30 51

Please sign in to comment.