mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-05-31 21:38:37 -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>
|
||||
|
||||
CMI8338.pcm.front.0 {
|
||||
CMI8338.pcm.front.!0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -14,7 +14,7 @@ CMI8338.pcm.front.0 {
|
|||
}
|
||||
|
||||
# default with dmix/dsnoop
|
||||
CMI8338.pcm.default {
|
||||
CMI8338.pcm.!default {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -40,7 +40,7 @@ CMI8338.pcm.default {
|
|||
|
||||
# 2nd DAC
|
||||
# FIXME: we need a volume attenuator for rear channel.
|
||||
CMI8338.pcm.rear.0 {
|
||||
CMI8338.pcm.rear.!0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -53,7 +53,7 @@ CMI8338.pcm.rear.0 {
|
|||
<confdir:pcm/surround40.conf>
|
||||
|
||||
# for the old CM8738 with 2nd DAC for rear
|
||||
CMI8338.pcm.surround40.0 {
|
||||
CMI8338.pcm.surround40.!0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -90,7 +90,7 @@ CMI8338.pcm.surround40.0 {
|
|||
|
||||
<confdir:pcm/iec958.conf>
|
||||
|
||||
CMI8338.pcm.iec958.0 {
|
||||
CMI8338.pcm.iec958.!0 {
|
||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue