# # Configuration for the LaCie Firewire speakers # FWSpeakers.pcm.default { @args [ CARD ] @args.CARD { type string } type plug slave.pcm { type softvol slave.pcm { @func concat strings [ "dmix:" $CARD ",FORMAT=S32" ] } control { name "PCM Playback Volume" card $CARD } } } FWSpeakers.pcm.front.0 { @args [ CARD ] @args.CARD { type string } type softvol slave.pcm { type hw card $CARD } control { name "PCM Playback Volume" card $CARD } }