snd_hda_macbookpro
snd_hda_macbookpro copied to clipboard
Kernel audio driver for Macs with 8409 HDA chip + MAX98706/SSM3515 amps
This commit talks about stereo duplication: https://github.com/davidjo/snd_hda_macbookpro/commit/063110b132b69ea8e6223d3c6870df47137ccacb and this is also mentioned in the README changes in https://github.com/davidjo/snd_hda_macbookpro/commit/6640c79c061b7596b01901cf3f581af94cb9a557 I wonder if this (current-state) is enough for good audio, or if...
Hi, I'm an entry level Ubuntu user. I had black screen issue with my mac os. Hence, I completely erased Mac OS and installled Ubuntu 22.04. Everything works except audio...
Attempting to build is throwing errors. Is it a similar problem with #52? *OS:* `ArchLinux x86_64` *Host:* `MacBookPro14,1 1.0` *Kernel:* `5.19.1-arch2-1` ```bash λ sudo ./install.cirrus.driver.sh [sudo] password for ibrahim: --2022-08-14...
hello, i've stumbled upon this fix when i was figuring out how to fix the built in speakers, and they work perfectly. meanwhile the input or the built-in mic isn't...
Hi, Thank you for the great driver. I just installed Ubuntu 22.04 on my iMac 2017, and follow the steps to install the driver, but got building errors. ``` sudo...
When i tried run ./install.cirrus.driver.sh on my fedora 35 workstation, get `patch: command not found` error fixed by run `dnf install patch`, before script execution
I'm on arch linux and hacked the codebase for DKMS support a while ago, so the driver would get updated on each kernel upgrade (which kind-of works, but requires a...
Hi Im mainly a linux server user rather than desktop, but seeing as Apple ending OS updates now for this model, i thought i would try linux in dual boot...
I performed a fresh install and needed to do one additional step to get the compile to work without hiccups: `sudo apt install linux-source-5.15.0` This is being presented as a...