media-libs/alsa-ucm-pinephone: QA Fixes

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Gerben Jan Dijkman <gjdijkman@gjdwebserver.nl>
This commit is contained in:
Gerben Jan Dijkman 2022-01-21 00:35:31 +01:00
parent 3c1ebed425
commit 7ec931e078

View File

@ -32,32 +32,32 @@ src_install() {
insinto /usr/share/alsa/ucm2/PinePhone/ insinto /usr/share/alsa/ucm2/PinePhone/
insopts -m644 insopts -m644
doins "${S}"/ucm2/PinePhone/HiFi.conf doins "${S}"/ucm2/PinePhone/HiFi.conf
insinto /usr/share/alsa/ucm2/PinePhone/ insinto /usr/share/alsa/ucm2/PinePhone/
insopts -m644 insopts -m644
doins "${S}"/ucm2/PinePhone/VoiceCall.conf doins "${S}"/ucm2/PinePhone/VoiceCall.conf
insinto /usr/share/alsa/ucm2/PinePhone/ insinto /usr/share/alsa/ucm2/PinePhone/
insopts -m644 insopts -m644
doins "${FILESDIR}"/PinePhone.conf doins "${FILESDIR}"/PinePhone.conf
#PinePhone Pro Configs #PinePhone Pro Configs
insinto /usr/share/alsa/ucm2/PinePhonePro/ insinto /usr/share/alsa/ucm2/PinePhonePro/
insopts -m644 insopts -m644
doins "${S}"/ucm2/PinePhonePro/HiFi.conf doins "${S}"/ucm2/PinePhonePro/HiFi.conf
insinto /usr/share/alsa/ucm2/PinePhonePro/ insinto /usr/share/alsa/ucm2/PinePhonePro/
insopts -m644 insopts -m644
doins "${S}"/ucm2/PinePhonePro/VoiceCall.conf doins "${S}"/ucm2/PinePhonePro/VoiceCall.conf
insinto /usr/share/alsa/ucm2/PinePhonePro/ insinto /usr/share/alsa/ucm2/PinePhonePro/
insopts -m644 insopts -m644
doins "${FILESDIR}"/PinePhonePro.conf doins "${FILESDIR}"/PinePhonePro.conf
#Create Symlinks #Create Symlinks
dosym /usr/share/alsa/ucm2/PinePhone/PinePhone.conf \ dosym /usr/share/alsa/ucm2/PinePhone/PinePhone.conf \
/usr/share/alsa/ucm2/conf.d/simple-card/PinePhone.conf /usr/share/alsa/ucm2/conf.d/simple-card/PinePhone.conf
dosym /usr/share/alsa/ucm2/PinePhonePro/PinePhonePro.conf \ dosym /usr/share/alsa/ucm2/PinePhonePro/PinePhonePro.conf \
/usr/share/alsa/ucm2/conf.d/simple-card/PinePhonePro.conf /usr/share/alsa/ucm2/conf.d/simple-card/PinePhonePro.conf