alsa-ucm-conf-qcom-sdm670: new aport (MR 4203)

The Pixel 3a uses the SDM845 SoC package but now needs UCM
configuration. Add a fork of it (unless the configuration can be added
to the SDM845 repository).
This commit is contained in:
Richard Acayan 2023-05-26 19:42:04 -04:00 committed by Pablo Correa Gómez
parent 301baea0ae
commit 4896bf4e6e
No known key found for this signature in database
GPG Key ID: 7A342565FF635F79

View File

@ -0,0 +1,23 @@
# Maintainer: Richard Acayan <mailingradian@gmail.com>
pkgname=alsa-ucm-conf-qcom-sdm670
pkgver=1
pkgrel=0
pkgdesc="ALSA UCM configuration for SDM670 devices"
url="https://gitlab.com/sdm670-mainline/alsa-ucm-conf"
arch="aarch64"
license="BSD-3-Clause"
provides="alsa-ucm-conf"
provider_priority=1
_commit="29fa56cdd9f11e57b0e007ebdf59cac9f51e9c2b"
source="https://gitlab.com/sdm670-mainline/alsa-ucm-conf/-/archive/$_commit/alsa-ucm-conf-$_commit.tar.gz"
options="!check"
package() {
# install audio config files
mkdir -p "$pkgdir"/usr/share/alsa/ucm2
cp -r "$srcdir/alsa-ucm-conf-$_commit"/ucm2 "$pkgdir"/usr/share/alsa/
}
sha512sums="
0d9c0a33fea28274bd3555e93a91af2e629a47fb8017362ed6ae44dfb78bbd328a98ea10cde19f6877a3a2c14f33c78d975897f0066406d4208f9220283da012 alsa-ucm-conf-29fa56cdd9f11e57b0e007ebdf59cac9f51e9c2b.tar.gz
"