mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-07 04:33:44 -05:00
conf: VIA686A,VIA82xx: define pcm configuration block only one time
There may be multiple VIA 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
4c74f3a568
commit
d6b9d7e0be
4 changed files with 18 additions and 18 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
VIA686A.pcm.front.0 {
|
||||
VIA686A.pcm.front.!0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -17,7 +17,7 @@ VIA686A.pcm.front.0 {
|
|||
}
|
||||
|
||||
# default with dmix/dsnoop
|
||||
VIA686A.pcm.default {
|
||||
VIA686A.pcm.!default {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -41,7 +41,7 @@ VIA686A.pcm.default {
|
|||
|
||||
<confdir:pcm/iec958.conf>
|
||||
|
||||
VIA686A.pcm.iec958.0 {
|
||||
VIA686A.pcm.iec958.!0 {
|
||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue