alsa-ucm-conf/ucm2
Jaroslav Kysela d12ed2c85e ucm2: conf.d: fix QCS6490-RB3Gen2 symlink
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2026-04-10 18:11:09 +02:00
..
Allwinner sun4i-codec: add routing for headphones and internal speaker 2025-01-29 10:26:34 +01:00
AMD acp3x-alc5682-max98357: Fix path of HiFi.conf 2025-04-25 11:03:29 +02:00
Amlogic/p241 meson: add initial p241 support 2023-10-30 11:06:10 +01:00
blobs/sof UCM2: Blobs: SOF: Cleanup blob names from .blob to .bin 2025-03-15 15:29:47 +01:00
codecs ucm2: sof-soundwire: Add support for CS42L43B variant 2026-03-27 17:44:45 +01:00
common common: split.conf - simplify macro call arguments 2026-02-04 18:49:44 +01:00
conf.d ucm2: conf.d: fix QCS6490-RB3Gen2 symlink 2026-04-10 18:11:09 +02:00
conf.virt.d ucm2: create empty conf.virt.d directory 2021-04-23 11:01:34 +02:00
HDA HDA-analog: Fix the phantom jack detection if block 2026-01-12 16:27:56 +01:00
Intel sof-hda-dsp: add workaround for speaker LED on MSI laptops 2026-03-30 18:40:58 +02:00
IO-Boards/Toradex ucm2: IO-Boards: Toradex: aquila: add support 2025-12-05 09:48:44 +01:00
lib ucm2: add lib / ctl-remap.conf generic device 2021-05-18 12:27:34 +02:00
MediaTek ucm2: Add support for MT8196 Rauru Rev0 Chromebook with SOF 2025-10-30 10:39:01 +01:00
module acp: move linked configuration from modules/ to conf.d/ 2021-11-22 13:02:16 +01:00
NXP Torradex: replace spaces with tabs when appropriate 2025-03-21 19:10:48 +01:00
OMAP/abe-twl6040 ucm2: whitespace fixes 2025-01-08 21:17:37 +01:00
platforms/bytcr ucm2: use Include (Syntax 3) 2020-06-16 13:44:03 +02:00
Qualcomm ucm2: Qualcomm: add QCS6490 Thundercomm RubikPi3 HiFi config 2026-03-31 10:05:36 +02:00
Rockchip ucm2: Rockchip: Add UCM support for ES8316 on Rock 5B 2023-08-21 15:32:13 +02:00
Samsung/snow DAISY-I2S: move to Samsung/snow/snow.conf 2020-06-25 16:40:37 +02:00
sof-soundwire ucm2: sof-soundwire: cs42l43: support UAJ-less configuration 2026-04-10 17:30:30 +02:00
Tegra ucm2: tegra: wm8903: fix headphones conflicting device 2026-03-27 15:38:27 +01:00
USB-Audio ucm2: Focusrite Scarlett 18i20 Gen 1 — fix USB ID regex (1235:800c) 2026-04-10 17:16:59 +02:00
DEBUG.md DEBUG.md: add "Logs from PipeWire (wireplumber)" section 2025-01-29 15:33:15 +01:00
README.md fix ucm2/README.md - ALSA driver name has the precedence 2021-05-19 14:48:56 +02:00
ucm.conf ucm.conf: turn off support for V2Module and V2Name by default 2021-11-23 14:52:39 +01:00

Use Case Configuration files

Library directories:

platforms/ codecs/ dsps/

Those directories are not inspected for the list of available UCM configurations. They contain files included from other UCMs.

UCM master configuration path lookup is defined in the top level ucm.conf file. This file allows custom directory layout. The new ucm2 layout is based on the ALSA driver name with the kernel driver name as fallback. The virtual cards (no direct hw bound) lookups are placed to the separate conf.virt.d directory.

The lookup configuration:

https://git.alsa-project.org/?p=alsa-ucm-conf.git;a=blob;f=ucm2/ucm.conf

Example paths - new conf.d scheme:

  • conf.d/USB-Audio/Dell-WD15-Dock.conf -- special configuration for the Dell docking station with USB soundcard
  • conf.virt.d/TwoCardsMix.conf -- virtual UCM from two soundcards

Example paths - no conf.d scheme (may be invalidated):

  • USB-Audio/Dell-WD15-Dock.conf -- special configuration for the Dell docking station with USB soundcard
  • TwoCardsMix/TwoCardsMix.conf -- virtual UCM from two soundcards

Note: For the driver configurations, use always the ALSA driver name or the real kernel driver name - not the ucm card name configuration paths!

The kernel driver name is obtained using sysfs like (last part of the path is used from the symlink):

  /sys/class/sound/card0/device/driver

The ALSA driver name can be obtained using procfs like:

  cat /proc/asound/cards
  1 [NVidia         ]: HDA-Intel - HDA NVidia
                       HDA NVidia at 0xb5080000 irq 17

  driver name: HDA-Intel
  card short name: HDA NVidia
  card long name: HDA NVidia at 0xb5080000 irq 17

Syntax, value names

https://git.alsa-project.org/?p=alsa-lib.git;a=blob;f=include/use-case.h