Blame src/conf/cards/FM801.conf

Packit 4a16fb
#
Packit 4a16fb
# Configuration for the FM801 chip
Packit 4a16fb
#
Packit 4a16fb
Packit 4a16fb
<confdir:pcm/front.conf>
Packit 4a16fb
Packit 4a16fb
FM801.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
# default with dmix/dsnoop
Packit 4a16fb
FM801.pcm.default {
Packit 4a16fb
	@args [ CARD ]
Packit 4a16fb
	@args.CARD {
Packit 4a16fb
		type string
Packit 4a16fb
	}
Packit 4a16fb
	type asym
Packit 4a16fb
	playback.pcm {
Packit 4a16fb
		type plug
Packit 4a16fb
		slave.pcm {
Packit 4a16fb
			@func concat
Packit 4a16fb
			strings [ "dmix:" $CARD ]
Packit 4a16fb
		}
Packit 4a16fb
	}
Packit 4a16fb
	capture.pcm {
Packit 4a16fb
		type plug
Packit 4a16fb
		slave.pcm {
Packit 4a16fb
			@func concat
Packit 4a16fb
			strings [ "dsnoop:" $CARD ]
Packit 4a16fb
		}
Packit 4a16fb
	}
Packit 4a16fb
}
Packit 4a16fb
Packit 4a16fb
<confdir:pcm/surround40.conf>
Packit 4a16fb
Packit 4a16fb
FM801.pcm.surround40.0 "cards.FM801.pcm.front.0"
Packit 4a16fb
Packit 4a16fb
<confdir:pcm/surround21.conf>
Packit 4a16fb
<confdir:pcm/surround41.conf>
Packit 4a16fb
<confdir:pcm/surround50.conf>
Packit 4a16fb
<confdir:pcm/surround51.conf>
Packit 4a16fb
Packit 4a16fb
FM801.pcm.surround51.0 "cards.FM801.pcm.front.0"
Packit 4a16fb
Packit 4a16fb
<confdir:pcm/iec958.conf>
Packit 4a16fb
Packit 4a16fb
FM801.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
			#	name "IEC958 Playback Default"
Packit 4a16fb
			#	value [ $AES0 $AES1 $AES2 $AES3 ]
Packit 4a16fb
			# }
Packit 4a16fb
			{
Packit 4a16fb
				name "IEC958 Raw Data Playback Switch"
Packit 4a16fb
				preserve true
Packit 4a16fb
				value true
Packit 4a16fb
			}
Packit 4a16fb
		]
Packit 4a16fb
	}
Packit 4a16fb
}