ALSA Use Case Manager configuration (LADI project modifications)
Go to file
Nedko Arnaudov 7de158eb63 Merge branch 'Behringer-UMC404HD' into branch 'main' 2023-08-05 18:51:27 +03:00
ucm chtrt5645: adapt to ucm2 2019-11-21 14:57:59 +01:00
ucm2 Merge branch 'Behringer-UMC404HD' into branch 'main' 2023-08-05 18:51:27 +03:00
.gitignore
LICENSE
README.md Adjust README.md after disabling github CI workflow 2023-08-05 18:46:44 +03:00
VERSION Release v1.2.9 2023-05-04 09:16:19 +02:00

README.md

alsa-ucm-conf

ALSA Use Case Manager configuration

Installation

Copy the ucm and ucm2 trees to the alsa-lib configuration directory (usually located in /usr/share/alsa) including symlinks. The files in the package root directory (README.md, LICENSE and VERSION) files are extra (only informational).

Example:

tar xvjf alsa-ucm-conf-1.2.6.2.tar.bz2 -C /usr/share/alsa --strip-components=1 --wildcards "*/ucm" "*/ucm2"

The latest configuration can be obtained with those commands:

curl -L -o alsa-ucm-conf.tar.gz https://github.com/alsa-project/alsa-ucm-conf/archive/refs/heads/master.tar.gz
tar xvzf alsa-ucm-conf.tar.gz -C /usr/share/alsa --strip-components=1 --wildcards "*/ucm" "*/ucm2"