Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
876cf197
Unverified
Commit
876cf197
authored
5 years ago
by
Minecrell
Committed by
Luca Weiss
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
device/soc-qcom-msm8916: update to ucm2, add support for qdsp6 (
!907
)
Audio must be routed through QDSP6 when using the modem.
parent
6ed77fd5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
device/soc-qcom-msm8916/APKBUILD
+10
-9
10 additions, 9 deletions
device/soc-qcom-msm8916/APKBUILD
with
10 additions
and
9 deletions
device/soc-qcom-msm8916/APKBUILD
+
10
−
9
View file @
876cf197
# Maintainer: Minecrell <minecrell@minecrell.net>
pkgname
=
"soc-qcom-msm8916"
pkgdesc
=
"Common package for Qualcomm MSM8916 devices"
pkgver
=
1
pkgrel
=
0
pkgrel
=
1
url
=
"https://postmarketos.org"
license
=
"
LGPL-2.1-or-later
"
license
=
"
BSD-3-Clause
"
arch
=
"aarch64 armv7"
options
=
"!check !archcheck"
depends
=
"
alsa-lib
mesa-dri-freedreno"
depends
=
"mesa-dri-freedreno"
_
alsa
_commit
=
e
ff9ffaa30226006a73b493cfc3e308c0a82bac0
source
=
"
$pkgname
-
$
{
_alsa
_commit
}
.tar.gz::https://github.com/msm8916-mainline/alsa-
lib
/archive/
$
{
_alsa
_commit
}
.tar.gz"
_
ucm
_commit
=
e
4639175c20c7dfe8f31fe32735d1efa8af31a48
source
=
"
$pkgname
-
$
_ucm
_commit
.tar.gz::https://github.com/msm8916-mainline/alsa-
ucm-conf
/archive/
$
_ucm
_commit
.tar.gz"
package
()
{
cd
"
$srcdir
/alsa-
lib-
${
_alsa
_commit
}
"
/
src/conf/
ucm
find codecs/msm8916-wcd msm8916
*
-type
f
-name
"*.conf"
\
-exec
install
-Dm644
{}
"
$pkgdir
"
/usr/share/alsa/ucm/
{}
\;
cd
"
$srcdir
/alsa-
ucm-conf-
$_ucm
_commit
"
/ucm
2
find
msm8916
*
codecs/msm8916-wcd
platforms/
msm8916
-type
f
-name
"*.conf"
\
-exec
install
-Dm644
{}
"
$pkgdir
"
/usr/share/alsa/ucm
2
/
{}
\;
}
sha512sums
=
"
9499d1e7e5a828
33
f
d3
d29faea22c3fc62a8fbb59a8994c0d95f74269746a2c8efc1346a6f569d19b50c87e7db038689d7498c90d6f6ac8d0d8696c0fcbbe3ab soc-qcom-msm8916-eff9ffaa30226006a73b493cfc3e308c0a82bac0
.tar.gz"
sha512sums
=
"
392ed189
33d3
ccad8cecb8086742c6cfb44cb24d3de4e20dfa9caa137707df2439e45bd4e6215883c6f2710f279a12c408f09ab18c333682483eccf863ced0de soc-qcom-msm8916-e4639175c20c7dfe8f31fe32735d1efa8af31a48
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment