mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-06-01 21:38:25 -04:00
There may be multiple FWSpeakers soundcards in the system. Overwrite the PCM configurations when loaded multiple times. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
26 lines
335 B
Text
26 lines
335 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
|
|
}
|