mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-04 04:06:26 -05:00
conf: Maestro3: define pcm configuration block only one time
There may be multiple Maestro3 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
ff4fb7f8c9
commit
de72d65728
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
Maestro3.pcm.front.0 {
|
||||
Maestro3.pcm.front.!0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -12,7 +12,7 @@ Maestro3.pcm.front.0 {
|
|||
}
|
||||
|
||||
# default with dmix/dsnoop
|
||||
Maestro3.pcm.default {
|
||||
Maestro3.pcm.!default {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue