alsa-lib/src/conf/cards/FWSpeakers.conf
Jaroslav Kysela ea93979929 conf: FWSpeakers: define pcm configuration block only one time
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>
2025-12-10 16:36:20 +01:00

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
}