]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: update DEBUG.md (download latest)
authorJaroslav Kysela <perex@perex.cz>
Wed, 7 Sep 2022 07:43:52 +0000 (09:43 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 7 Sep 2022 08:14:32 +0000 (10:14 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/DEBUG.md

index 97a949a1e8c64a70ff83fe96b14036f1b05bdce3..48de0456bb305223db5f5f9b1ff6ee5cee7e8c95 100644 (file)
@@ -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
 -------------------------