summaryrefslogtreecommitdiffstats
path: root/alsa-utils/alsactl.conf
blob: 71f0d8085e3f8302d788c557910e5e755c8d767b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# 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
}