mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-05 04:06:34 -05:00
conf: PS3: define pcm configuration block only one time
There may be multiple PS3 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
a3028a492a
commit
8340b3c6b3
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
PS3.pcm.front.0 {
|
||||
PS3.pcm.front.!0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -22,7 +22,7 @@ PS3.pcm.front.0 {
|
|||
}
|
||||
|
||||
# default with dmix+softvol
|
||||
PS3.pcm.default {
|
||||
PS3.pcm.!default {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -47,7 +47,7 @@ PS3.pcm.default {
|
|||
|
||||
<confdir:pcm/iec958.conf>
|
||||
|
||||
PS3.pcm.iec958.0 {
|
||||
PS3.pcm.iec958.!0 {
|
||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue