Blob Blame History Raw
#
# Configuration for the LaCie Firewire speakers
#

FWSpeakers.pcm.default {
	@args [ CARD ]
	@args.CARD {
		type string
	}
	type plug
	slave.pcm {
		@func concat
		strings [ "dmix:" $CARD ",FORMAT=S32" ]
	}
}

<confdir:pcm/front.conf>

FWSpeakers.pcm.front.0 {
	@args [ CARD ]
	@args.CARD {
		type string
	}
	type hw
	card $CARD
}