From 25eaceda7445e1153882e6356024cb866b4f4f8d Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 27 Sep 2019 11:06:32 +0200 Subject: [PATCH] PandaBoard: cleanups, add .conf suffixes, upper/lower case Signed-off-by: Jaroslav Kysela --- ucm/PandaBoard/{FMAnalog => FMAnalog.conf} | 0 ucm/PandaBoard/{hifi => HiFi.conf} | 0 ucm/PandaBoard/{hifiLP => HiFiLP.conf} | 0 ucm/PandaBoard/PandaBoard.conf | 32 ++++++++++---------- ucm/PandaBoard/{record => Record.conf} | 0 ucm/PandaBoard/{voice => Voice.conf} | 0 ucm/PandaBoard/{voiceCall => VoiceCall.conf} | 0 7 files changed, 16 insertions(+), 16 deletions(-) rename ucm/PandaBoard/{FMAnalog => FMAnalog.conf} (100%) rename ucm/PandaBoard/{hifi => HiFi.conf} (100%) rename ucm/PandaBoard/{hifiLP => HiFiLP.conf} (100%) rename ucm/PandaBoard/{record => Record.conf} (100%) rename ucm/PandaBoard/{voice => Voice.conf} (100%) rename ucm/PandaBoard/{voiceCall => VoiceCall.conf} (100%) diff --git a/ucm/PandaBoard/FMAnalog b/ucm/PandaBoard/FMAnalog.conf similarity index 100% rename from ucm/PandaBoard/FMAnalog rename to ucm/PandaBoard/FMAnalog.conf diff --git a/ucm/PandaBoard/hifi b/ucm/PandaBoard/HiFi.conf similarity index 100% rename from ucm/PandaBoard/hifi rename to ucm/PandaBoard/HiFi.conf diff --git a/ucm/PandaBoard/hifiLP b/ucm/PandaBoard/HiFiLP.conf similarity index 100% rename from ucm/PandaBoard/hifiLP rename to ucm/PandaBoard/HiFiLP.conf diff --git a/ucm/PandaBoard/PandaBoard.conf b/ucm/PandaBoard/PandaBoard.conf index 85b90b4..52fd551 100644 --- a/ucm/PandaBoard/PandaBoard.conf +++ b/ucm/PandaBoard/PandaBoard.conf @@ -1,42 +1,42 @@ # UCM configuration for PandaBoard 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" - Comment "Playback Voice quality." + 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/PandaBoard/record b/ucm/PandaBoard/Record.conf similarity index 100% rename from ucm/PandaBoard/record rename to ucm/PandaBoard/Record.conf diff --git a/ucm/PandaBoard/voice b/ucm/PandaBoard/Voice.conf similarity index 100% rename from ucm/PandaBoard/voice rename to ucm/PandaBoard/Voice.conf diff --git a/ucm/PandaBoard/voiceCall b/ucm/PandaBoard/VoiceCall.conf similarity index 100% rename from ucm/PandaBoard/voiceCall rename to ucm/PandaBoard/VoiceCall.conf -- 2.47.3