From 43b68621a302d86ba8a92f6edba3d426c3611c76 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 14 May 2021 11:20:34 +0200 Subject: [PATCH] ucm2: add lib / ctl-remap.conf generic device Signed-off-by: Jaroslav Kysela --- ucm2/lib/ctl-remap.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ucm2/lib/ctl-remap.conf 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" +] -- 2.47.1