mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-04 01:40:09 -05:00
conf: PMac,PMacToonie: define pcm configuration block only one time
There may be multiple PMac 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
3d636ff530
commit
a3028a492a
2 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<confdir:pcm/front.conf>
|
<confdir:pcm/front.conf>
|
||||||
|
|
||||||
PMac.pcm.front.0 {
|
PMac.pcm.front.!0 {
|
||||||
@args [ CARD ]
|
@args [ CARD ]
|
||||||
@args.CARD {
|
@args.CARD {
|
||||||
type string
|
type string
|
||||||
|
|
@ -14,7 +14,7 @@ PMac.pcm.front.0 {
|
||||||
}
|
}
|
||||||
|
|
||||||
# default with dmix/dsnoop
|
# default with dmix/dsnoop
|
||||||
PMac.pcm.default {
|
PMac.pcm.!default {
|
||||||
@args [ CARD ]
|
@args [ CARD ]
|
||||||
@args.CARD {
|
@args.CARD {
|
||||||
type string
|
type string
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<confdir:pcm/front.conf>
|
<confdir:pcm/front.conf>
|
||||||
|
|
||||||
PMacToonie.pcm.front.0 {
|
PMacToonie.pcm.front.!0 {
|
||||||
@args [ CARD ]
|
@args [ CARD ]
|
||||||
@args.CARD {
|
@args.CARD {
|
||||||
type string
|
type string
|
||||||
|
|
@ -21,7 +21,7 @@ PMacToonie.pcm.front.0 {
|
||||||
}
|
}
|
||||||
|
|
||||||
# default with dmix+softvol & dsnoop
|
# default with dmix+softvol & dsnoop
|
||||||
PMacToonie.pcm.default {
|
PMacToonie.pcm.!default {
|
||||||
@args [ CARD ]
|
@args [ CARD ]
|
||||||
@args.CARD {
|
@args.CARD {
|
||||||
type string
|
type string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue