23 lines
334 B
Plaintext
23 lines
334 B
Plaintext
#
|
|
# 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"
|
|
]
|