fb097ec152
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/alsa-utils#2dc8c4c448d674eacead0aba23b59d15ba856d3e
15 lines
203 B
Plaintext
15 lines
203 B
Plaintext
#
|
|
# ALSA library configuration file for alsactl tool
|
|
# (/usr/share/alsa tree is not necessary for alsactl)
|
|
#
|
|
|
|
ctl.hw {
|
|
@args [ CARD ]
|
|
@args.CARD {
|
|
type string
|
|
default "0"
|
|
}
|
|
type hw
|
|
card $CARD
|
|
}
|