Takashi Iwai
8a90d87ca6
- backport from upstream tree: * lots of patches to support the new chmap API * fix segfault in rate plugin error path * add a couple of test programs * fix inifinte loop in htimestamp of dmix & co OBS-URL: https://build.opensuse.org/request/show/138456 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=113
52 lines
1.2 KiB
Diff
52 lines
1.2 KiB
Diff
From 2c61a4173ff2c3d57eb77b3f66e0d0e517c799d6 Mon Sep 17 00:00:00 2001
|
|
From: Takashi Iwai <tiwai@suse.de>
|
|
Date: Wed, 12 Sep 2012 17:34:49 +0200
|
|
Subject: [PATCH 21/30] 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>
|
|
---
|
|
src/conf/cards/SI7018.conf | 2 ++
|
|
src/conf/cards/TRID4DWAVENX.conf | 2 ++
|
|
2 files changed, 4 insertions(+)
|
|
|
|
--- a/src/conf/cards/SI7018.conf
|
|
+++ b/src/conf/cards/SI7018.conf
|
|
@@ -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
|
|
--- a/src/conf/cards/TRID4DWAVENX.conf
|
|
+++ b/src/conf/cards/TRID4DWAVENX.conf
|
|
@@ -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
|