Blame src/conf/cards/VX222.conf

Packit 4a16fb
#
Packit 4a16fb
# Configuration for Digigram VX222
Packit 4a16fb
#
Packit 4a16fb
Packit 4a16fb
<confdir:pcm/front.conf>
Packit 4a16fb
Packit 4a16fb
VX222.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/iec958.conf>
Packit 4a16fb
Packit 4a16fb
VX222.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 hooks
Packit 4a16fb
	slave.pcm {
Packit 4a16fb
		type hw
Packit 4a16fb
		card $CARD
Packit 4a16fb
	}
Packit 4a16fb
	hooks.0 {
Packit 4a16fb
		type ctl_elems
Packit 4a16fb
		hook_args [
Packit 4a16fb
			{
Packit 4a16fb
				interface PCM
Packit 4a16fb
				name "IEC958 Playback Default"
Packit 4a16fb
				lock true
Packit 4a16fb
				preserve true
Packit 4a16fb
				optional true
Packit 4a16fb
				value [ $AES0 $AES1 $AES2 $AES3 ]
Packit 4a16fb
			}
Packit 4a16fb
			{
Packit 4a16fb
				# for compatibility with older drivers
Packit 4a16fb
				name "IEC958 Playback Default"
Packit 4a16fb
				lock true
Packit 4a16fb
				preserve true
Packit 4a16fb
				optional true
Packit 4a16fb
				value [ $AES0 $AES1 $AES2 $AES3 ]
Packit 4a16fb
			}
Packit 4a16fb
		]
Packit 4a16fb
	}
Packit 4a16fb
}