Skip to content

Commit

Permalink
ucm2: acp3xalc5682m98: Add priority values
Browse files Browse the repository at this point in the history
Closes: #357
Signed-off-by: Akihiko Odaki <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
akihikodaki authored and perexg committed Oct 30, 2023
1 parent fafffe4 commit fedff06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ucm2/AMD/acp3xalc5682m98/HiFi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ SectionDevice."Speaker" {
Comment "Speaker"
Value {
PlaybackPCM "hw:${CardId},1"
PlaybackPriority 200
}
EnableSequence [
cset "name='Spk Switch' on"
Expand All @@ -46,6 +47,7 @@ SectionDevice."Headphones" {
Comment "Headphones"
Value {
PlaybackPCM "hw:${CardId},0"
PlaybackPriority 300
PlaybackMixerElem "DAC1"
JackControl "Headphone Jack"
}
Expand Down Expand Up @@ -74,6 +76,7 @@ If.1mic {
]
Value {
CapturePCM "hw:${CardId},2"
CapturePriority 200
}
EnableSequence [
cset "name='Dmic Mux' Front Mic"
Expand All @@ -87,6 +90,7 @@ If.1mic {
]
Value {
CapturePCM "hw:${CardId},2"
CapturePriority 100
}
EnableSequence [
cset "name='Dmic Mux' Rear Mic"
Expand All @@ -97,6 +101,7 @@ If.1mic {
Comment "Microphone"
Value {
CapturePCM "hw:${CardId},0"
CapturePriority 300
CaptureMixerElem "Headset Mic"
JackControl "Headset Mic Jack"
}
Expand All @@ -113,6 +118,7 @@ If.1mic {
Comment "Internal Microphone"
Value {
CapturePCM "hw:${CardId},2"
CapturePriority 200
}
EnableSequence [
cset "name='Dmic Mux' Front Mic"
Expand All @@ -123,6 +129,7 @@ If.1mic {
Comment "Microphone"
Value {
CapturePCM "hw:${CardId},0"
CapturePriority 300
CaptureMixerElem "Headset Mic"
JackControl "Headset Mic Jack"
}
Expand Down

0 comments on commit fedff06

Please sign in to comment.