mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-14 06:59:54 -05:00
conf: Add chmap definitions to TRIDENT and SI7018 configurations
Manually add the channel map definitions as the channel front/rear is determined dynamically. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
ec7acfc408
commit
2c61a4173f
2 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ SI7018.pcm.front.0 {
|
|||
}
|
||||
type hw
|
||||
card $CARD
|
||||
chmap [ "UNKNOWN" "FL,FR" ]
|
||||
}
|
||||
|
||||
<confdir:pcm/rear.conf>
|
||||
|
|
@ -26,6 +27,7 @@ SI7018.pcm.rear.0 {
|
|||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
chmap [ "UNKNOWN" "RL,RR" ]
|
||||
}
|
||||
hooks.0 {
|
||||
type ctl_elems
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ TRID4DWAVENX.pcm.front.0 {
|
|||
}
|
||||
type hw
|
||||
card $CARD
|
||||
chmap [ "UNKNOWN" "FL,FR" ]
|
||||
}
|
||||
|
||||
<confdir:pcm/rear.conf>
|
||||
|
|
@ -24,6 +25,7 @@ TRID4DWAVENX.pcm.rear.0 {
|
|||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
chmap [ "UNKNOWN" "RL,RR" ]
|
||||
}
|
||||
hooks.0 {
|
||||
type ctl_elems
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue