Add Jasper Lake support and Intel machine drivers#31
Merged
Conversation
Contributor
Author
|
i am sorry @ziyao233 i don't know much abt git so ended up making a new PR |
Member
Member
|
Thanks for your contribution! |
Contributor
Author
you're welcome. I will be looking further for the kernel update and my sound working. also i found some things in the wiki incomplete I will try to write those too. thanks for your paitence and kindness |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enable kernel modules required for Chromebook audio on Intel Jasperlake platforms.
Background
The
chromebook-linux-audioproject requires these modules for Jasperlake Chromebooks using RT1015P amplifier + RT5682 codec.Currently on eweOS kernel 6.18.32-1-ewe and 7.0.9-1-ewe:
modprobe snd-soc-rt1015pfails with "module not found"setup-audioscript completes but audio doesn't workModules Added
CONFIG_SND_SOC_RT1015P=mCONFIG_SND_SOC_INTEL_SOF_RT5682_MACH=mCONFIG_SND_SOC_INTEL_SOF_DA7219_MACH=mCONFIG_SND_SOC_INTEL_SOF_CS42L42_MACH=mTesting
this i only added to sound.config as per you asked.