ucm2: add lib / ctl-remap.conf generic device

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2021-05-14 11:20:34 +02:00
commit 43b68621a3

22
ucm2/lib/ctl-remap.conf Normal file
View file

@ -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"
]