From: Jaroslav Kysela Date: Fri, 14 May 2021 09:20:34 +0000 (+0200) Subject: ucm2: add lib / ctl-remap.conf generic device X-Git-Tag: v1.2.5~23 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=43b68621a302d86ba8a92f6edba3d426c3611c76;p=alsa-ucm-conf.git ucm2: add lib / ctl-remap.conf generic device Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/lib/ctl-remap.conf b/ucm2/lib/ctl-remap.conf new file mode 100644 index 0000000..06e775c --- /dev/null +++ b/ucm2/lib/ctl-remap.conf @@ -0,0 +1,22 @@ +# +# This is generic UCM configuration for alsa-lib +# Users are not allowed to overwrite this configuration +# + +LibraryConfig.generic.Config { + + ctl.default { + @args [ CARD ] + @args.CARD.type string + type remap + child { + type hw + card $CARD + } + } + +} + +FixedBootSequence [ + cfg-save "${var:LibDir}/ctl-remap.conf:+ctl.default" +]