]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
conf/ucm: bytcr-rt5640: Improve human readable input/output names
authorHans de Goede <hdegoede@redhat.com>
Wed, 8 Aug 2018 09:05:43 +0000 (11:05 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 24 Sep 2019 10:52:22 +0000 (12:52 +0200)
The Comment field is displayed tot the end user in various UIs as such
names like MonoSpeaker and DigitalMics without any spaces are no good.

Also the names themselves as well as how they get displayed in the
typical UI (in separate input / output tabs) makes the adding of
playback and capture to the comment superfluous and this looks weird
in the UI, so drop it.

Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm/rt5640/DigitalMics.conf
ucm/rt5640/HeadPhones.conf
ucm/rt5640/HeadsetMic.conf
ucm/rt5640/IN1-InternalMic.conf
ucm/rt5640/IN3-InternalMic.conf
ucm/rt5640/MonoSpeaker.conf
ucm/rt5640/Speaker.conf

index c7d54099f4fb31071e8118889d1d3cb41bce078b..06b42f16e25121f59897da6a2de8343320667f7c 100644 (file)
@@ -1,5 +1,5 @@
 SectionDevice."DigitalMics" {
-       Comment "DigitalMics capture"
+       Comment "Internal Digital Microphones"
 
        ConflictingDevice [
                "IN1-InternalMics"
index 0e7149e5f0ef45eca36c1456e4c20b331b443ce4..38f37a6f71052e4ac25bf24d430706b6aa1febbc 100644 (file)
@@ -1,5 +1,5 @@
 SectionDevice."Headphones" {
-       Comment "Headphones playback"
+       Comment "Headphones"
 
        ConflictingDevice [
                "Speaker"
index 4d54eed0ac6a604c302d23b9b699dd6d002b1c81..567d412250415059c0e1d203224da5498c83277c 100644 (file)
@@ -1,5 +1,5 @@
 SectionDevice."HeadsetMic" {
-       Comment "Headset Mic capture"
+       Comment "Headset Microphone"
 
        ConflictingDevice [
                "IN1-InternalMics"
index d18c21dbab1266cd40c51ad4bf80c169ae35c56c..3bf31e64f7dac70ee815566b502a5472e739fab0 100644 (file)
@@ -1,5 +1,5 @@
 SectionDevice."IN1-InternalMics" {
-       Comment "Internal IN1 analog Mic capture"
+       Comment "Internal Microphone on IN1"
 
        ConflictingDevice [
                "DigitalMics"
index 17d8522993666d95b0db50f6c0e2ed148daa3970..e1a6c49b3953d33ce71d08d108fa3148327972c9 100644 (file)
@@ -1,5 +1,5 @@
 SectionDevice."IN3-InternalMics" {
-       Comment "Internal IN3 analog Mic capture"
+       Comment "Internal Microphone on IN3"
 
        ConflictingDevice [
                "DigitalMics"
index 0fb54030564df344dce0a59ff96f26819638ebc7..58ab780749ea34b9877d2a3b4cd0ba64d7402f8f 100644 (file)
@@ -1,5 +1,5 @@
 SectionDevice."MonoSpeaker" {
-       Comment "MonoSpeaker playback"
+       Comment "Mono Speaker"
 
        ConflictingDevice [
                "Headphones"
index b745ed06039744a574ee40e141dc6393fe064556..a7df9fbf5c1b7188fe8b897b83ab7764079fff33 100644 (file)
@@ -1,5 +1,5 @@
 SectionDevice."Speaker" {
-       Comment "Speaker playback"
+       Comment "Speakers"
 
        ConflictingDevice [
                "Headphones"