SDP4430: Move to OMAP/abe-twl6040/SDP4430 tree

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2020-06-25 17:43:40 +02:00
commit 415b126f2a
15 changed files with 59 additions and 50 deletions

View file

@ -0,0 +1,41 @@
# UCM configuration for PandaBoard(ES)
SectionUseCase."Record" {
File "/OMAP/abe-twl6040/Pandaboard/Record.conf"
Comment "Record"
}
SectionUseCase."HiFi" {
File "/OMAP/abe-twl6040/Pandaboard/HiFi.conf"
Comment "Play HiFi quality Music"
}
SectionUseCase."HiFi_Low_Power" {
File "/OMAP/abe-twl6040/Pandaboard/HiFiLP.conf"
Comment "Play HiFi quality Music in Low Power Mode"
}
SectionUseCase."Voice" {
File "/OMAP/abe-twl6040/Pandaboard/Voice.conf"
Comment "Playback Voice quality"
}
SectionUseCase."Voice_Low_Power" {
File "/OMAP/abe-twl6040/Pandaboard/Voice.conf"
Comment "Playback Voice quality in Low Power Mode"
}
SectionUseCase."Voice_Call" {
File "/OMAP/abe-twl6040/Pandaboard/VoiceCall.conf"
Comment "Capture and Playback in Voice quality"
}
SectionUseCase."Voice_Call_IP" {
File "/OMAP/abe-twl6040/Pandaboard/VoiceCall.conf"
Comment "Capture and Playback in Voice quality"
}
SectionUseCase."FM_Analog_Radio" {
File "/OMAP/abe-twl6040/Pandaboard/FMAnalog.conf"
Comment "Capture FM Analog Radio"
}

View file

@ -1,43 +1,41 @@
# UCM configuration for SDP4430
Syntax 2
SectionUseCase."Record" {
File "Record.conf"
File "/OMAP/abe-twl6040/SDP4430/Record.conf"
Comment "Record"
}
SectionUseCase."HiFi" {
File "HiFi.conf"
File "/OMAP/abe-twl6040/SDP4430/HiFi.conf"
Comment "Play HiFi quality Music"
}
SectionUseCase."HiFi_Low_Power" {
File "HiFiLP.conf"
File "/OMAP/abe-twl6040/SDP4430/HiFiLP.conf"
Comment "Play HiFi quality Music in Low Power Mode"
}
SectionUseCase."Voice" {
File "Voice.conf"
File "/OMAP/abe-twl6040/SDP4430/Voice.conf"
Comment "Playback Voice quality"
}
SectionUseCase."Voice_Low_Power" {
File "Voice.conf"
File "/OMAP/abe-twl6040/SDP4430/Voice.conf"
Comment "Playback Voice quality in Low Power Mode."
}
SectionUseCase."Voice_Call" {
File "VoiceCall.conf"
File "/OMAP/abe-twl6040/SDP4430/VoiceCall.conf"
Comment "Capture and Playback in Voice quality"
}
SectionUseCase."Voice_Call_IP" {
File "VoiceCall.conf"
File "/OMAP/abe-twl6040/SDP4430/VoiceCall.conf"
Comment "Capture and Playback in Voice quality"
}
SectionUseCase."FM_Analog_Radio" {
File "FMAnalog.conf"
File "/OMAP/abe-twl6040/SDP4430/FMAnalog.conf"
Comment "Capture FM Analog Radio"
}

View file

@ -1,43 +1,13 @@
# UCM configuration for PandaBoard(ES)
Syntax 2
Syntax 3
SectionUseCase."Record" {
File "/OMAP/abe-twl6040/Record.conf"
Comment "Record"
}
SectionUseCase."HiFi" {
File "/OMAP/abe-twl6040/HiFi.conf"
Comment "Play HiFi quality Music"
}
SectionUseCase."HiFi_Low_Power" {
File "/OMAP/abe-twl6040/HiFiLP.conf"
Comment "Play HiFi quality Music in Low Power Mode"
}
SectionUseCase."Voice" {
File "/OMAP/abe-twl6040/Voice.conf"
Comment "Playback Voice quality"
}
SectionUseCase."Voice_Low_Power" {
File "/OMAP/abe-twl6040/Voice.conf"
Comment "Playback Voice quality in Low Power Mode"
}
SectionUseCase."Voice_Call" {
File "/OMAP/abe-twl6040/VoiceCall.conf"
Comment "Capture and Playback in Voice quality"
}
SectionUseCase."Voice_Call_IP" {
File "/OMAP/abe-twl6040/VoiceCall.conf"
Comment "Capture and Playback in Voice quality"
}
SectionUseCase."FM_Analog_Radio" {
File "/OMAP/abe-twl6040/FMAnalog.conf"
Comment "Capture FM Analog Radio"
If.sdp4430 {
Condition {
Type String
String1 "${CardName}"
String2 "SDP4430"
}
True.Include.sdp4430.File "/OMAP/abe-twl6040/SDP4430/SDP4430.conf"
False.Include.pandaboard.File "/OMAP/abe-twl6040/Pandaboard/Pandaboard.conf"
}