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 <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Hans de Goede 2018-08-08 11:05:43 +02:00 committed by Jaroslav Kysela
parent be91b595f8
commit 040cfea177
7 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
SectionDevice."DigitalMics" {
Comment "DigitalMics capture"
Comment "Internal Digital Microphones"
ConflictingDevice [
"IN1-InternalMics"

View file

@ -1,5 +1,5 @@
SectionDevice."Headphones" {
Comment "Headphones playback"
Comment "Headphones"
ConflictingDevice [
"Speaker"

View file

@ -1,5 +1,5 @@
SectionDevice."HeadsetMic" {
Comment "Headset Mic capture"
Comment "Headset Microphone"
ConflictingDevice [
"IN1-InternalMics"

View file

@ -1,5 +1,5 @@
SectionDevice."IN1-InternalMics" {
Comment "Internal IN1 analog Mic capture"
Comment "Internal Microphone on IN1"
ConflictingDevice [
"DigitalMics"

View file

@ -1,5 +1,5 @@
SectionDevice."IN3-InternalMics" {
Comment "Internal IN3 analog Mic capture"
Comment "Internal Microphone on IN3"
ConflictingDevice [
"DigitalMics"

View file

@ -1,5 +1,5 @@
SectionDevice."MonoSpeaker" {
Comment "MonoSpeaker playback"
Comment "Mono Speaker"
ConflictingDevice [
"Headphones"

View file

@ -1,5 +1,5 @@
SectionDevice."Speaker" {
Comment "Speaker playback"
Comment "Speakers"
ConflictingDevice [
"Headphones"