mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-05-31 21:38:37 -04:00
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>
47 lines
671 B
Text
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 }
|
|
]
|
|
}
|