From acbb1c3e3501e378144871441d95dccc0ba543e2 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 8 Aug 2018 11:05:43 +0200 Subject: [PATCH] conf/ucm: bytcr-rt5640: Improve human readable input/output names 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 Signed-off-by: Hans de Goede Signed-off-by: Jaroslav Kysela --- ucm/rt5640/DigitalMics.conf | 2 +- ucm/rt5640/HeadPhones.conf | 2 +- ucm/rt5640/HeadsetMic.conf | 2 +- ucm/rt5640/IN1-InternalMic.conf | 2 +- ucm/rt5640/IN3-InternalMic.conf | 2 +- ucm/rt5640/MonoSpeaker.conf | 2 +- ucm/rt5640/Speaker.conf | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ucm/rt5640/DigitalMics.conf b/ucm/rt5640/DigitalMics.conf index c7d5409..06b42f1 100644 --- a/ucm/rt5640/DigitalMics.conf +++ b/ucm/rt5640/DigitalMics.conf @@ -1,5 +1,5 @@ SectionDevice."DigitalMics" { - Comment "DigitalMics capture" + Comment "Internal Digital Microphones" ConflictingDevice [ "IN1-InternalMics" diff --git a/ucm/rt5640/HeadPhones.conf b/ucm/rt5640/HeadPhones.conf index 0e7149e..38f37a6 100644 --- a/ucm/rt5640/HeadPhones.conf +++ b/ucm/rt5640/HeadPhones.conf @@ -1,5 +1,5 @@ SectionDevice."Headphones" { - Comment "Headphones playback" + Comment "Headphones" ConflictingDevice [ "Speaker" diff --git a/ucm/rt5640/HeadsetMic.conf b/ucm/rt5640/HeadsetMic.conf index 4d54eed..567d412 100644 --- a/ucm/rt5640/HeadsetMic.conf +++ b/ucm/rt5640/HeadsetMic.conf @@ -1,5 +1,5 @@ SectionDevice."HeadsetMic" { - Comment "Headset Mic capture" + Comment "Headset Microphone" ConflictingDevice [ "IN1-InternalMics" diff --git a/ucm/rt5640/IN1-InternalMic.conf b/ucm/rt5640/IN1-InternalMic.conf index d18c21d..3bf31e6 100644 --- a/ucm/rt5640/IN1-InternalMic.conf +++ b/ucm/rt5640/IN1-InternalMic.conf @@ -1,5 +1,5 @@ SectionDevice."IN1-InternalMics" { - Comment "Internal IN1 analog Mic capture" + Comment "Internal Microphone on IN1" ConflictingDevice [ "DigitalMics" diff --git a/ucm/rt5640/IN3-InternalMic.conf b/ucm/rt5640/IN3-InternalMic.conf index 17d8522..e1a6c49 100644 --- a/ucm/rt5640/IN3-InternalMic.conf +++ b/ucm/rt5640/IN3-InternalMic.conf @@ -1,5 +1,5 @@ SectionDevice."IN3-InternalMics" { - Comment "Internal IN3 analog Mic capture" + Comment "Internal Microphone on IN3" ConflictingDevice [ "DigitalMics" diff --git a/ucm/rt5640/MonoSpeaker.conf b/ucm/rt5640/MonoSpeaker.conf index 0fb5403..58ab780 100644 --- a/ucm/rt5640/MonoSpeaker.conf +++ b/ucm/rt5640/MonoSpeaker.conf @@ -1,5 +1,5 @@ SectionDevice."MonoSpeaker" { - Comment "MonoSpeaker playback" + Comment "Mono Speaker" ConflictingDevice [ "Headphones" diff --git a/ucm/rt5640/Speaker.conf b/ucm/rt5640/Speaker.conf index b745ed0..a7df9fb 100644 --- a/ucm/rt5640/Speaker.conf +++ b/ucm/rt5640/Speaker.conf @@ -1,5 +1,5 @@ SectionDevice."Speaker" { - Comment "Speaker playback" + Comment "Speakers" ConflictingDevice [ "Headphones" -- 2.47.1