device-pine64-pinebookpro: fix alsa ucm (MR 3203)
[ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
1f3c16ca9c
commit
bda72ea7fc
1 changed files with 5 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=device-pine64-pinebookpro
|
||||
pkgdesc="PINE64 Pinebook Pro"
|
||||
pkgver=9
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -50,9 +50,10 @@ package() {
|
|||
"$pkgdir"/etc/sysfs.d/mem_sleep.conf
|
||||
|
||||
# Alsa usecase manager config
|
||||
install -Dm644 -t "$pkgdir"/usr/share/alsa/ucm2/conf.d/simple-card \
|
||||
"$srcdir"/rockchip,es8316-codec.conf \
|
||||
"$srcdir"/HiFi
|
||||
install -D -m644 "$srcdir"/HiFi \
|
||||
"$pkgdir"/usr/share/alsa/ucm2/rockchip_es8316/HiFi
|
||||
install -D -m644 "$srcdir"/rockchip,es8316-codec.conf \
|
||||
"$pkgdir"/usr/share/alsa/ucm2/conf.d/simple-card/rockchip,es8316-codec.conf
|
||||
|
||||
install -D -m755 "$srcdir"/nvme-powersave.initd \
|
||||
"$pkgdir"/etc/init.d/nvme-powersave
|
||||
|
|
Loading…
Reference in a new issue