Fixed so it will work on the PPP

This commit is contained in:
Gerben Jan Dijkman
2022-01-21 00:31:01 +01:00
parent 2e854c8251
commit 3c1ebed425
3 changed files with 29 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
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"
}

View File

@@ -0,0 +1,16 @@
Syntax 4
Comment "PinePhone Pro"
SectionUseCase."HiFi" {
File "/PinePhonePro/HiFi.conf"
Comment "Play HiFi quality music"
}
SectionUseCase."Voice Call" {
File "/PinePhonePro/VoiceCall.conf"
Comment "Make a phone call"
}
Include.card-init.File "/lib/card-init.conf"
Include.ctl-remap.File "/lib/ctl-remap.conf"
Include.codec-init.File "/codecs/rt5640/init.conf"