Skip to content
Snippets Groups Projects
Unverified Commit 5572c21f authored by Oliver Smith's avatar Oliver Smith Committed by Newbyte
Browse files

pine64-pinetab: fix audio with alsa-lib 1.2.7 (MR 3273)

Let /usr/share/alsa/ucm2/conf.d/simple-card/*.conf be a symlink,
as it is expected since alsa-lib 1.2.7.

Related: https://github.com/alsa-project/alsa-lib/commit/d6adde0e32376554e461098dcd7cfdb824fabd1e
parent 8302ff55
Branches
No related tags found
No related merge requests found
Pipeline #202691 passed
......@@ -4,7 +4,7 @@
pkgname=device-pine64-pinetab
pkgdesc="PINE64 PineTab"
pkgver=0.13
pkgrel=1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......@@ -120,10 +120,12 @@ package() {
devicepkg_package $startdir $pkgname
# Alsa usecase manager config
install -Dm644 -t "$pkgdir"/usr/share/alsa/ucm2/conf.d/simple-card \
"$srcdir"/PineTab.conf
install -Dm644 -t "$pkgdir"/usr/share/alsa/ucm2/PineTab \
"$srcdir"/HiFi.conf
"$srcdir"/HiFi.conf \
"$srcdir"/PineTab.conf
mkdir -p "$pkgdir"/usr/share/alsa/ucm2/conf.d/simple-card
ln -s /usr/share/alsa/ucm2/PineTab/PineTab.conf \
"$pkgdir"/usr/share/alsa/ucm2/conf.d/simple-card/PineTab.conf
# Pulseaudio config
install -Dm644 "$srcdir"/pulse-pinetab.conf \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment