From: Jaroslav Kysela Date: Wed, 7 Sep 2022 07:43:52 +0000 (+0200) Subject: ucm2: update DEBUG.md (download latest) X-Git-Tag: v1.2.8~22 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=620a08f6a71a4eb2a66f624480355637e0279a2c;p=alsa-ucm-conf.git ucm2: update DEBUG.md (download latest) Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/DEBUG.md b/ucm2/DEBUG.md index 97a949a..48de045 100644 --- a/ucm2/DEBUG.md +++ b/ucm2/DEBUG.md @@ -7,6 +7,31 @@ and required control sequences in an incomplete or a wrong way. It is not required to be a developer to test your hardware. +Use latest UCM configuration +---------------------------- + +The archive can be obtained from +https://github.com/alsa-project/alsa-ucm-conf/archive/refs/heads/master.tar.gz +or fetched from github https://github.com/alsa-project/alsa-ucm-conf . + +The default path for ucm2 configuration is `/usr/share/alsa/ucm2`. This +path may be redirected temporary to the latest configuration tree like: + +```` +mv /usr/share/alsa/ucm2 /usr/share/alsa/ucm2.distro +ln -s /NEW/UCM2/TREE/PATH /usr/share/alsa/ucm2 +```` + +It is necessary to restart pulseaudio or pipewire to use the new ucm2 +configuration. + +The configuration revert is simple: + +```` +rm /usr/share/alsa/ucm2 +mv /usr/share/alsa/ucm2.distro /usr/share/alsa/ucm2 +```` + Useful commands and tools -------------------------