Skip to content

Add Jasper Lake support and Intel machine drivers#31

Merged
ziyao233 merged 1 commit into
eweOS:masterfrom
GurlaganSingh:master
Jul 14, 2026
Merged

Add Jasper Lake support and Intel machine drivers#31
ziyao233 merged 1 commit into
eweOS:masterfrom
GurlaganSingh:master

Conversation

@GurlaganSingh

@GurlaganSingh GurlaganSingh commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary

Enable kernel modules required for Chromebook audio on Intel Jasperlake platforms.

Background

The chromebook-linux-audio project 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-rt1015p fails with "module not found"
  • setup-audio script completes but audio doesn't work

Modules Added

Module Purpose
CONFIG_SND_SOC_RT1015P=m Realtek RT1015P amplifier driver
CONFIG_SND_SOC_INTEL_SOF_RT5682_MACH=m Machine driver for RT5682-based Chromebooks
CONFIG_SND_SOC_INTEL_SOF_DA7219_MACH=m Machine driver for DA7219-based Chromebooks
CONFIG_SND_SOC_INTEL_SOF_CS42L42_MACH=m Machine driver for CS42L42-based Chromebooks

Testing

  • Verified modules exist in Linux 6.18 source tree
  • Confirmed UCM profiles already present in eweOS
  • Tested on actual hardware (will test after kernel update)
    this i only added to sound.config as per you asked.

@GurlaganSingh

Copy link
Copy Markdown
Contributor Author

i am sorry @ziyao233 i don't know much abt git so ended up making a new PR

@ziyao233

Copy link
Copy Markdown
Member

i am sorry @ziyao233 i don't know much abt git so ended up making a new PR

You're always welcomed to ask for help. To update a pull request, you probably want to amend1 the existing commits, and force-push2 the new branch to your fork.

Anyway this version looks good to me, I'll merge it soon.

@ziyao233
ziyao233 merged commit 2daffb6 into eweOS:master Jul 14, 2026
5 checks passed
@ziyao233

Copy link
Copy Markdown
Member

Thanks for your contribution!

@GurlaganSingh

Copy link
Copy Markdown
Contributor Author

Thanks for your contribution!

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants