From dafb40ffbfe46252dfe557b0cde29822dc0b1df5 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 27 Sep 2019 11:09:01 +0200 Subject: [PATCH] PandaBoardES: cleanups, add .conf suffixes, upper/lower case Signed-off-by: Jaroslav Kysela --- ucm/PandaBoardES/{FMAnalog => FMAnalog.conf} | 0 ucm/PandaBoardES/{hifi => HiFi.conf} | 0 ucm/PandaBoardES/{hifiLP => HiFiLP.conf} | 0 ucm/PandaBoardES/PandaBoardES.conf | 30 +++++++++---------- ucm/PandaBoardES/{record => Record.conf} | 0 ucm/PandaBoardES/{voice => Voice.conf} | 0 .../{voiceCall => VoiceCall.conf} | 0 7 files changed, 15 insertions(+), 15 deletions(-) rename ucm/PandaBoardES/{FMAnalog => FMAnalog.conf} (100%) rename ucm/PandaBoardES/{hifi => HiFi.conf} (100%) rename ucm/PandaBoardES/{hifiLP => HiFiLP.conf} (100%) rename ucm/PandaBoardES/{record => Record.conf} (100%) rename ucm/PandaBoardES/{voice => Voice.conf} (100%) rename ucm/PandaBoardES/{voiceCall => VoiceCall.conf} (100%) diff --git a/ucm/PandaBoardES/FMAnalog b/ucm/PandaBoardES/FMAnalog.conf similarity index 100% rename from ucm/PandaBoardES/FMAnalog rename to ucm/PandaBoardES/FMAnalog.conf diff --git a/ucm/PandaBoardES/hifi b/ucm/PandaBoardES/HiFi.conf similarity index 100% rename from ucm/PandaBoardES/hifi rename to ucm/PandaBoardES/HiFi.conf diff --git a/ucm/PandaBoardES/hifiLP b/ucm/PandaBoardES/HiFiLP.conf similarity index 100% rename from ucm/PandaBoardES/hifiLP rename to ucm/PandaBoardES/HiFiLP.conf diff --git a/ucm/PandaBoardES/PandaBoardES.conf b/ucm/PandaBoardES/PandaBoardES.conf index 4fe6d0b..6069712 100644 --- a/ucm/PandaBoardES/PandaBoardES.conf +++ b/ucm/PandaBoardES/PandaBoardES.conf @@ -1,42 +1,42 @@ # UCM configuration for PandaBoardES SectionUseCase."Record" { - File "record" - Comment "Record." + File "Record.conf" + Comment "Record" } SectionUseCase."HiFi" { - File "hifi" - Comment "Play HiFi quality Music." + File "HiFi.conf" + Comment "Play HiFi quality Music" } SectionUseCase."HiFi_Low_Power" { - File "hifiLP" - Comment "Play HiFi quality Music in Low Power Mode." + File "HiFiLP.conf" + Comment "Play HiFi quality Music in Low Power Mode" } SectionUseCase."Voice" { - File "voice" + File "Voice.conf" Comment "Playback Voice quality." } SectionUseCase."Voice_Low_Power" { - File "voice" - Comment "Playback Voice quality in Low Power Mode." + File "Voice.conf" + Comment "Playback Voice quality in Low Power Mode" } SectionUseCase."Voice_Call" { - File "voiceCall" - Comment "Capture and Playback in Voice quality." + File "VoiceCall.conf" + Comment "Capture and Playback in Voice quality" } SectionUseCase."Voice_Call_IP" { - File "voiceCall" - Comment "Capture and Playback in Voice quality." + File "VoiceCall.conf" + Comment "Capture and Playback in Voice quality" } SectionUseCase."FM_Analog_Radio" { - File "FMAnalog" - Comment "Capture FM Analog Radio." + File "FMAnalog.conf" + Comment "Capture FM Analog Radio" } SectionDefaults [ diff --git a/ucm/PandaBoardES/record b/ucm/PandaBoardES/Record.conf similarity index 100% rename from ucm/PandaBoardES/record rename to ucm/PandaBoardES/Record.conf diff --git a/ucm/PandaBoardES/voice b/ucm/PandaBoardES/Voice.conf similarity index 100% rename from ucm/PandaBoardES/voice rename to ucm/PandaBoardES/Voice.conf diff --git a/ucm/PandaBoardES/voiceCall b/ucm/PandaBoardES/VoiceCall.conf similarity index 100% rename from ucm/PandaBoardES/voiceCall rename to ucm/PandaBoardES/VoiceCall.conf -- 2.47.1