mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-01 01:40:07 -05:00
conf: PC-Speaker: define pcm configuration block only one time
There may be multiple PC-Speaker 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
ebb5ab7d84
commit
3d636ff530
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<confdir:pcm/front.conf>
|
<confdir:pcm/front.conf>
|
||||||
|
|
||||||
PC-Speaker.pcm.front.0 {
|
PC-Speaker.pcm.front.!0 {
|
||||||
@args [ CARD ]
|
@args [ CARD ]
|
||||||
@args.CARD {
|
@args.CARD {
|
||||||
type string
|
type string
|
||||||
|
|
@ -23,7 +23,7 @@ PC-Speaker.pcm.front.0 {
|
||||||
}
|
}
|
||||||
|
|
||||||
# default with dmix & null
|
# default with dmix & null
|
||||||
PC-Speaker.pcm.default {
|
PC-Speaker.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