Jaroslav Kysela
Jaroslav Kysela
Could you show output from `/proc/asound/card0/codec#0` for working / non-working case ?
It seems that you have the output muted: ``` $ diff -u8 no-sound.txt sound.txt --- no-sound.txt 2023-03-30 20:05:11.613093802 +0200 +++ sound.txt 2023-03-30 20:05:08.621078288 +0200 @@ -23,55 +23,55 @@ IO[5]: enable=0,...
Higher priority means first for the selection. It seems that the current UCM code in pipewire does not honor this.
Could you try to increase levels in `alsamixer` ?
It looks fine. Let's merge this when alsa-lib is released.
Show `amixer -c 0 info` output (replace zero with your card number - can be determined using e.g. `aplay -l`). And show the channel map (separate for the playback and...
It's better to use (extend for more channels) the SplitPCM / SplitPCMDevice macros in ucm2/common/pcm/split.conf and use those macros to describe devices. I would start with mono / stereo I/O...
The `Line,0` should be controlled in the UCM device: ``` EnableSequence [ cset "name='${var:Line1Mixer} Capture Switch',index=${var:Line1Mindex} on" ] ``` It looks like that the device is not selected in the...
https://github.com/alsa-project/alsa-ucm-conf/blob/master/ucm2/DEBUG.md
It's a question, if PCM 2 device is only for the microphone. You may try also other PCM devices. I guess, if Speaker is somehow connected to Mic, then PCM...