Blame src/conf/cards/AU8830.conf

Packit 4a16fb
#
Packit 4a16fb
# Configuration for the AU8830 chip
Packit 4a16fb
#
Packit 4a16fb
Packit 4a16fb
<confdir:pcm/front.conf>
Packit 4a16fb
Packit 4a16fb
AU8830.pcm.front.0 {
Packit 4a16fb
	@args [ CARD ]
Packit 4a16fb
	@args.CARD {
Packit 4a16fb
		type string
Packit 4a16fb
	}
Packit 4a16fb
	type hw
Packit 4a16fb
	card $CARD
Packit 4a16fb
}	
Packit 4a16fb
Packit 4a16fb
<confdir:pcm/surround40.conf>
Packit 4a16fb
Packit 4a16fb
AU8830.pcm.surround40.0 "cards.AU8830.pcm.front.0"
Packit 4a16fb
Packit 4a16fb
<confdir:pcm/iec958.conf>
Packit 4a16fb
Packit 4a16fb
AU8830.pcm.iec958.0 {
Packit 4a16fb
	@args [ CARD AES0 AES1 AES2 AES3 ]
Packit 4a16fb
	@args.CARD {
Packit 4a16fb
		type string
Packit 4a16fb
	}
Packit 4a16fb
	@args.AES0 {
Packit 4a16fb
		type integer
Packit 4a16fb
	}
Packit 4a16fb
	@args.AES1 {
Packit 4a16fb
		type integer
Packit 4a16fb
	}
Packit 4a16fb
	@args.AES2 {
Packit 4a16fb
		type integer
Packit 4a16fb
	}
Packit 4a16fb
	@args.AES3 {
Packit 4a16fb
		type integer
Packit 4a16fb
	}
Packit 4a16fb
	type hw
Packit 4a16fb
	card $CARD
Packit 4a16fb
	device 1
Packit 4a16fb
}