ucm2: add lib / ctl-remap.conf generic device
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
c62c5cd89b
commit
43b68621a3
1 changed files with 22 additions and 0 deletions
22
ucm2/lib/ctl-remap.conf
Normal file
22
ucm2/lib/ctl-remap.conf
Normal 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"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue