Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ucm2: add acpd7219m98357 #361

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions ucm2/AMD/acpd7219m98357/HiFi.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
SectionDevice."Speaker" {
Comment "Speaker"

Value {
PlaybackPriority 100
PlaybackPCM "hw:${CardId},2"
}
}

SectionDevice."Headphones" {
Comment "Headphones"

Value {
PlaybackPriority 200
PlaybackPCM "hw:${CardId},0"
PlaybackMixerElem "Headphone"
JackControl "Headphone Jack"
}
EnableSequence [
cset "name='Headphone Switch' on"
]
DisableSequence [
cset "name='Headphone Switch' off"
]
}

SectionDevice."Mic" {
Comment "Internal Microphone"

Value {
CapturePriority 100
CapturePCM "hw:${CardId},4"
}
}

SectionDevice."Headset" {
Comment "Headset Microphone"

Value {
CapturePriority 200
CapturePCM "hw:${CardId},1"
CaptureMixerElem "Headset Mic"
JackControl "Headset Mic Jack"
}
EnableSequence [
cset "name='Headset Mic Switch' on"
cset "name='Mic Switch' on"
]
DisableSequence [
cset "name='Headset Mic Switch' off"
cset "name='Mic Switch' off"
]
}
8 changes: 8 additions & 0 deletions ucm2/AMD/acpd7219m98357/acpd7219m98357.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Syntax 6

SectionUseCase."HiFi" {
File "HiFi.conf"
Comment "Default"
}

Include.codec-init.File "/codecs/da7219/init.conf"
1 change: 1 addition & 0 deletions ucm2/conf.d/acpd7219m98357/acpd7219m98357.conf
Loading