alsa-lib/src/conf/cards/AACI.conf
Jaroslav Kysela 3969e45812 conf: AACI,ATIIXP: define pcm configuration block only one time
There may be multiple AACI,ATIIXP soundcards in the system. Overwrite
the PCM configurations when loaded multiple times.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2025-12-10 16:28:38 +01:00

47 lines
671 B
Text

#
# ALSA library configuration for ARM AACI Primecell PL-041
#
<confdir:pcm/front.conf>
AACI.pcm.front.!0 {
@args [ CARD ]
@args.CARD {
type string
}
type hw
card $CARD
}
<confdir:pcm/surround40.conf>
AACI.pcm.surround40.0 "cards.AACI.pcm.front.0"
<confdir:pcm/surround51.conf>
AACI.pcm.surround51.!0 {
@args [ CARD ]
@args.CARD {
type string
}
type multi
slaves [
{
pcm {
@func concat
strings [
"cards.AACI.pcm.front.0:CARD=" $CARD
]
}
channels 6
}
]
bindings [
{ slave 0 channel 0 }
{ slave 0 channel 1 }
{ slave 0 channel 3 }
{ slave 0 channel 4 }
{ slave 0 channel 2 }
{ slave 0 channel 5 }
]
}