mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-06-02 21:39:27 -04:00
There may be multiple AU88[123]0 soundcards in the system. Overwrite the PCM configurations when loaded multiple times. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
42 lines
522 B
Text
42 lines
522 B
Text
#
|
|
# Configuration for the AU8830 chip
|
|
#
|
|
|
|
<confdir:pcm/front.conf>
|
|
|
|
AU8830.pcm.front.!0 {
|
|
@args [ CARD ]
|
|
@args.CARD {
|
|
type string
|
|
}
|
|
type hw
|
|
card $CARD
|
|
}
|
|
|
|
<confdir:pcm/surround40.conf>
|
|
|
|
AU8830.pcm.surround40.0 "cards.AU8830.pcm.front.0"
|
|
|
|
<confdir:pcm/iec958.conf>
|
|
|
|
AU8830.pcm.iec958.!0 {
|
|
@args [ CARD AES0 AES1 AES2 AES3 ]
|
|
@args.CARD {
|
|
type string
|
|
}
|
|
@args.AES0 {
|
|
type integer
|
|
}
|
|
@args.AES1 {
|
|
type integer
|
|
}
|
|
@args.AES2 {
|
|
type integer
|
|
}
|
|
@args.AES3 {
|
|
type integer
|
|
}
|
|
type hw
|
|
card $CARD
|
|
device 1
|
|
}
|