alsa-ucm-conf/ucm2
Simon99de 2c06f4fbc7 USB-Audio: Add Roland BridgeCast One
Use similar config as the BridgeCast v2 as it has the same outputs and it worked in my test.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/536
Signed-off-by: Simon99de <108487311+Simon99de@users.noreply.github.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2025-04-04 11:00:42 +02:00
..
Allwinner sun4i-codec: add routing for headphones and internal speaker 2025-01-29 10:26:34 +01:00
AMD ucm2: add acp3x-alc5682-alc1015 2025-01-29 16:20:27 +01: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 sof-soundwire: cs42l43: Switch mixer based on output volume 2025-04-04 10:19:24 +02:00
common common: add led.conf with SetLED macro to hide implementation details 2025-03-15 15:45:39 +01:00
conf.d ucm2: Qualcomm: add Lenovo T14s support 2025-03-24 10:16:40 +01:00
conf.virt.d ucm2: create empty conf.virt.d directory 2021-04-23 11:01:34 +02:00
HDA HDA: mics - don't create conflict link for Headphone Mic 2025-03-28 12:00:57 +01:00
Intel sof-hda-dsp: Use common HDA initialization from /HDA/init.conf 2025-03-24 17:28:06 +01:00
IO-Boards/Toradex Torradex: replace spaces with tabs when appropriate 2025-03-21 19:10:48 +01:00
lib ucm2: add lib / ctl-remap.conf generic device 2021-05-18 12:27:34 +02:00
MediaTek ucm2: MediaTek: mt8390-evk: Add support for SOF 2025-03-22 18:52:48 +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: fix typo in Lenovo T14s matching 2025-03-24 13:34:58 +01: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 sof-soundwire: cs42l43: Switch mixer based on output volume 2025-04-04 10:19:24 +02:00
Tegra ucm: fix SectionDevice identifiers 2025-01-08 21:55:05 +01:00
USB-Audio USB-Audio: Add Roland BridgeCast One 2025-04-04 11:00:42 +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