Skip to content

Commit

Permalink
Mapphone_Audio: fix with pulseaudio > 13
Browse files Browse the repository at this point in the history
Pulseaudio 14 saw a lot of UCM work, and as a result, our ucm2 no longer
works, it looks like the definition in the SectionVerb are causing PA to
assume everything has a PlaybackPCM and a CapturePCM, whereas they
clearly do not (headphone is just output, mic is just input, etc), this
leads it to trying to open files in /dev/snd that don't exist.
  • Loading branch information
MerlijnWajer committed Dec 22, 2022
1 parent 89f898f commit 1d08e6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Expand Up @@ -25,11 +25,6 @@ SectionVerb {
cset "name='Mic1 Capture Volume' 0"
cset "name='Mic2 Capture Volume' 0"
]

Value {
PlaybackPCM "hw:${CardId},0"
CapturePCM "hw:${CardId},0"
}
}

SectionDevice."Speaker" {
Expand Down
Expand Up @@ -24,11 +24,6 @@ SectionVerb {
cset "name='Mic1 Capture Volume' 15"
cset "name='Mic2 Capture Volume' 15"
]

Value {
PlaybackPCM "hw:${CardId},0"
CapturePCM "hw:${CardId},0"
}
}

SectionDevice."Earpiece" {
Expand Down

0 comments on commit 1d08e6c

Please sign in to comment.