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

@ -39,7 +39,7 @@ src_install() {
insinto /usr/share/alsa/ucm2/PinePhone/
insopts -m644
doins "${S}"/ucm2/PinePhone/PinePhone.conf
doins "${FILESDIR}"/PinePhone.conf
#PinePhone Pro Configs
insinto /usr/share/alsa/ucm2/PinePhonePro/
@ -52,7 +52,7 @@ src_install() {
insinto /usr/share/alsa/ucm2/PinePhonePro/
insopts -m644
doins "${S}"/ucm2/PinePhonePro/PinePhonePro.conf
doins "${FILESDIR}"/PinePhonePro.conf
#Create Symlinks
dosym /usr/share/alsa/ucm2/PinePhone/PinePhone.conf \

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"