mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-05 04:06:34 -05:00
conf: FM801: define pcm configuration block only one time
There may be multiple FM801 soundcards in the system. Overwrite the PCM configurations when loaded multiple times. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
2d5aa02738
commit
9f46e1a5a4
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
FM801.pcm.front.0 {
|
||||
FM801.pcm.front.!0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -14,7 +14,7 @@ FM801.pcm.front.0 {
|
|||
}
|
||||
|
||||
# default with dmix/dsnoop
|
||||
FM801.pcm.default {
|
||||
FM801.pcm.!default {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -49,7 +49,7 @@ FM801.pcm.surround51.0 "cards.FM801.pcm.front.0"
|
|||
|
||||
<confdir:pcm/iec958.conf>
|
||||
|
||||
FM801.pcm.iec958.0 {
|
||||
FM801.pcm.iec958.!0 {
|
||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue