mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
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:
parent
be91b595f8
commit
040cfea177
7 changed files with 7 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
SectionDevice."DigitalMics" {
|
||||
Comment "DigitalMics capture"
|
||||
Comment "Internal Digital Microphones"
|
||||
|
||||
ConflictingDevice [
|
||||
"IN1-InternalMics"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SectionDevice."Headphones" {
|
||||
Comment "Headphones playback"
|
||||
Comment "Headphones"
|
||||
|
||||
ConflictingDevice [
|
||||
"Speaker"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SectionDevice."HeadsetMic" {
|
||||
Comment "Headset Mic capture"
|
||||
Comment "Headset Microphone"
|
||||
|
||||
ConflictingDevice [
|
||||
"IN1-InternalMics"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SectionDevice."IN1-InternalMics" {
|
||||
Comment "Internal IN1 analog Mic capture"
|
||||
Comment "Internal Microphone on IN1"
|
||||
|
||||
ConflictingDevice [
|
||||
"DigitalMics"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SectionDevice."IN3-InternalMics" {
|
||||
Comment "Internal IN3 analog Mic capture"
|
||||
Comment "Internal Microphone on IN3"
|
||||
|
||||
ConflictingDevice [
|
||||
"DigitalMics"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SectionDevice."MonoSpeaker" {
|
||||
Comment "MonoSpeaker playback"
|
||||
Comment "Mono Speaker"
|
||||
|
||||
ConflictingDevice [
|
||||
"Headphones"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SectionDevice."Speaker" {
|
||||
Comment "Speaker playback"
|
||||
Comment "Speakers"
|
||||
|
||||
ConflictingDevice [
|
||||
"Headphones"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue