[PATCH alsa-lib 3/5] cht-bsw-rt5672: Add Lenovo ThinkPad 10 specific configuration
Hans de Goede
hdegoede at redhat.com
Sun Jun 28 19:44:19 CEST 2020
The Lenovo ThinkPad 10 (first gen) has stereo speakers and the stereo
DMICs in the top-edge of the tablet are connected to DMIC1.
Add a RegexMatch for this, so that users do not have to select the right
settings manually.
Signed-off-by: Hans de Goede <hdegoede at redhat.com>
---
ucm2/cht-bsw-rt5672/HiFi.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ucm2/cht-bsw-rt5672/HiFi.conf b/ucm2/cht-bsw-rt5672/HiFi.conf
index 94de7db..5e5f78f 100644
--- a/ucm2/cht-bsw-rt5672/HiFi.conf
+++ b/ucm2/cht-bsw-rt5672/HiFi.conf
@@ -11,7 +11,7 @@ If.cfg-dmic1 {
Condition {
Type RegexMatch
String "${CardLongName}"
- Regex "(LENOVO.*LenovoMiix210)"
+ Regex "(LENOVO.*LenovoMiix210)|(LENOVO.*ThinkPad10)"
}
True {
Define.MonoSpeaker ""
--
2.26.2
More information about the Alsa-devel
mailing list