mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-27 07:00:09 -05:00
27 lines
333 B
Text
27 lines
333 B
Text
|
|
#
|
||
|
|
# 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
|
||
|
|
}
|