pmaports/device/main/device-pine64-pinephone/ucm/PinePhone.conf
Clayton Craft 0a4e7a9db1
device-pine64-pinephone: change ucm2 install path to support 5.14 kernel (MR 2471)
with 5.14, there's some change to the path that alsa searches for ucm2
for this device. the install path for PinePhone.conf is changed, and it
references "full" path to HiFi and VoiceCall profiles (which I kept in
`PinePhone` dir, so that there could be several configs for the same
driver later on, if necessary/desired)
2021-09-05 13:43:07 -07:00

11 lines
196 B
Text

Syntax 2
SectionUseCase."HiFi" {
File "/PinePhone/HiFi.conf"
Comment "Play HiFi quality music"
}
SectionUseCase."Voice Call" {
File "/PinePhone/VoiceCall.conf"
Comment "Make a phone call"
}