mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-06-01 21:38:25 -04:00
conf: CMI8xxx: define pcm configuration block only one time
There may be multiple CMI8xxx 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
68b8b43541
commit
041299ea39
5 changed files with 29 additions and 29 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
CMI8788.pcm.front.0 {
|
||||
CMI8788.pcm.front.!0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -14,7 +14,7 @@ CMI8788.pcm.front.0 {
|
|||
}
|
||||
|
||||
# default with dmix & dsnoop
|
||||
CMI8788.pcm.default {
|
||||
CMI8788.pcm.!default {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -38,7 +38,7 @@ CMI8788.pcm.default {
|
|||
|
||||
<confdir:pcm/surround40.conf>
|
||||
|
||||
CMI8788.pcm.surround40.0 {
|
||||
CMI8788.pcm.surround40.!0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -53,7 +53,7 @@ CMI8788.pcm.surround40.0 {
|
|||
<confdir:pcm/surround50.conf>
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
CMI8788.pcm.surround51.0 {
|
||||
CMI8788.pcm.surround51.!0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -65,7 +65,7 @@ CMI8788.pcm.surround51.0 {
|
|||
|
||||
<confdir:pcm/surround71.conf>
|
||||
|
||||
CMI8788.pcm.surround71.0 {
|
||||
CMI8788.pcm.surround71.!0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -77,7 +77,7 @@ CMI8788.pcm.surround71.0 {
|
|||
|
||||
<confdir:pcm/iec958.conf>
|
||||
|
||||
CMI8788.pcm.iec958.0 {
|
||||
CMI8788.pcm.iec958.!0 {
|
||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue