Added comments:
This commit is contained in:
parent
af8ad5f372
commit
3da9d05b9c
@ -27,35 +27,38 @@ BDEPEND="${RDEPEND}"
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
#PinePhone Configs
|
||||
insinto /usr/share/alsa/ucm2/PinePhone/HiFi.conf
|
||||
insopts -m644
|
||||
fperms 644
|
||||
doins -r "${FILESDIR}"/PinePhone-HiFi.conf
|
||||
doins "${FILESDIR}"/PinePhone-HiFi.conf
|
||||
|
||||
insinto /usr/share/alsa/ucm2/PinePhone/VoiceCall.conf
|
||||
insopts -m644
|
||||
fperms 644
|
||||
doins -r "${FILESDIR}"/PinePhone-VoiceCall.conf
|
||||
doins -"${FILESDIR}"/PinePhone-VoiceCall.conf
|
||||
|
||||
insinto /usr/share/alsa/ucm2/PinePhone/PinePhone.conf
|
||||
insopts -m644
|
||||
doins -r "${FILESDIR}"/PinePhone.conf
|
||||
|
||||
|
||||
#PinePhone Pro Configs
|
||||
insinto /usr/share/alsa/ucm2/PinePhonePro/HiFi.conf
|
||||
insopts -m644
|
||||
fperms 644
|
||||
doins -r "${FILESDIR}"/PinePhonePro-HiFi.conf
|
||||
doins "${FILESDIR}"/PinePhonePro-HiFi.conf
|
||||
|
||||
insinto /usr/share/alsa/ucm2/PinePhonePro/VoiceCall.conf
|
||||
insopts -m644
|
||||
fperms 644
|
||||
doins -r "${FILESDIR}"/PinePhonePro-VoiceCall.conf
|
||||
doins "${FILESDIR}"/PinePhonePro-VoiceCall.conf
|
||||
|
||||
insinto /usr/share/alsa/ucm2/PinePhonePro/PinePhonePro.conf
|
||||
insopts -m644
|
||||
fperms 644
|
||||
doins -r "${FILESDIR}"/PinePhonePro.conf
|
||||
doins "${FILESDIR}"/PinePhonePro.conf
|
||||
|
||||
#Create Symlinks
|
||||
dosym /usr/share/alsa/ucm2/PinePhone/PinePhone.conf \
|
||||
/usr/share/alsa/ucm2/conf.d/simple-card/PinePhone.conf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user