And add Richard as codeowner. Also move linux-postmarketos-qcom-sdm670 and alsa-ucm-conf-qcom-sdm670 which otherwise are used by google-bonito, which remains in testing. For that, enable the kernel config check and update the config accordingly. [ci:skip-vercheck]
24 lines
852 B
Plaintext
24 lines
852 B
Plaintext
# Maintainer: Richard Acayan <mailingradian@gmail.com>
|
|
pkgname=alsa-ucm-conf-qcom-sdm670
|
|
pkgver=1.2.9_git20240801
|
|
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="4712327133bcf730a35ce2c80ffb2dfc06b43df1"
|
|
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="
|
|
2401dce746edfef9c025b6e291de42262376839ea0556649b43cce995dbedb71f58574c1654bc05e3b80f19aca4789661f67a5503eb3308fddb6e057fa7c2d2d alsa-ucm-conf-4712327133bcf730a35ce2c80ffb2dfc06b43df1.tar.gz
|
|
"
|