27 lines
333 B
Plaintext
27 lines
333 B
Plaintext
#
|
|
# 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
|
|
}
|