Removed pinephone since its upsteamed

This commit is contained in:
Gerben Jan Dijkman 2023-05-06 23:33:36 +02:00
parent 93fd4466e6
commit 6fa8571a25
1 changed files with 0 additions and 8 deletions

View File

@ -26,13 +26,6 @@ RDEPEND="
DEPEND="${RDEPEND}"
src_install() {
# PinePhone Configs
insinto /usr/share/alsa/ucm2/PinePhone/
insopts -m644
newins "${S}"/PinePhone-HiFi.conf HiFi.conf
newins "${S}"/PinePhone-VoiceCall.conf VoiceCall.conf
doins "${S}"/PinePhone.conf
# PinePhone Pro Configs
insinto /usr/share/alsa/ucm2/PinePhonePro/
insopts -m644
@ -41,6 +34,5 @@ src_install() {
doins "${S}"/PinePhonePro.conf
# Create Symlinks
dosym ../../PinePhone/PinePhone.conf /usr/share/alsa/ucm2/conf.d/simple-card/PinePhone.conf
dosym ../../PinePhonePro/PinePhonePro.conf /usr/share/alsa/ucm2/conf.d/simple-card/PinePhonePro.conf
}