mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-24 07:00:01 -05:00
39 lines
437 B
Text
39 lines
437 B
Text
|
|
#
|
||
|
|
# Configuration for the AU8810 chip
|
||
|
|
#
|
||
|
|
|
||
|
|
<confdir:pcm/front.conf>
|
||
|
|
|
||
|
|
AU8810.pcm.front.0 {
|
||
|
|
@args [ CARD ]
|
||
|
|
@args.CARD {
|
||
|
|
type string
|
||
|
|
}
|
||
|
|
type hw
|
||
|
|
card $CARD
|
||
|
|
}
|
||
|
|
|
||
|
|
<confdir:pcm/iec958.conf>
|
||
|
|
|
||
|
|
AU8810.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
|
||
|
|
}
|