16 lines
231 B
Plaintext
16 lines
231 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
|
|
}
|
|
|