Jaroslav Kysela

Results 372 comments of Jaroslav Kysela

Do not mix SubTreeCopy configuration with the added/modified tree. ``` SubTreeCopy.### { type ### source ### target ### tree { ### changes here ### } } ``` Vs. your current...

The default rates may not be used for `[Audio Output]' codec nodes. You should check codec DAC rates, too. See: ``` Codec: Realtek ALC287 ... Default PCM: rates [0x560]: 44100...

Move the configurations to `ucm2/Intel/avs` subtree, please. Also, try to merge the identical device configurations to simplify the configuration maintenance.

The conf.d is just for symlinks for the toplevel config file to keep configurations organized more logically. I would suggest to follow other configs. Also, the ucm2/Intel/ subtree may be...

It appears like a driver issue. The `Mic Jack` control does not report that the microphone is inserted: ``` control.11 { iface CARD name 'Mic Jack' value false # HERE...

Sorry, I misunderstood your issue. The headphones section looks fine and 'Headphone Jack' is true so pipewire should activate the corresponding profile. You may check the pipewire debug logs for...

I meant debug logs like this: ``` #!/bin/bash systemctl --user stop wireplumber WIREPLUMBER_DEBUG="spa.*:5" wireplumber ```

Add `-v` argument (verbose mode) to `spa-acp-tool` to see the probing path.

I forgot that `-v` should be used multiple times to increase verbosity like `-vvvvvvv`. EDIT: And you can select card with `-c` like: `spa-acp-tool -c 1 -vvvvvvvvv`

Thanks. > I assume that: `No _supporteddevs for device Speaker` is just informative that UCM does not contain that part, or does it mean that it will not work? You...