Skip to content
Snippets Groups Projects
Verified Commit 3a2007c3 authored by Oliver Smith's avatar Oliver Smith Committed by Clayton Craft
Browse files

pine64-pinephone: fix audio with alsa-lib 1.2.7 (MR 3267)

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

[ci:skip-build] already built successfully in CI
parent 18a50389
No related branches found
No related tags found
No related merge requests found
Pipeline #202508 passed
......@@ -5,7 +5,7 @@
# Co-Maintainer: Dylan Van Assche <me@dylanvanassche.be>
pkgname=device-pine64-pinephone
pkgver=0.41
pkgrel=2
pkgrel=3
pkgdesc="PINE64 PinePhone"
url="https://postmarketos.org"
license="MIT"
......@@ -123,11 +123,13 @@ package() {
"$pkgdir"/usr/lib/udev/rules.d/10-pinephone-proximity.rules
# Alsa usecase manager config
install -Dm644 -t "$pkgdir"/usr/share/alsa/ucm2/conf.d/simple-card \
"$srcdir"/PinePhone.conf
install -Dm644 -t "$pkgdir"/usr/share/alsa/ucm2/PinePhone \
"$srcdir"/HiFi.conf \
"$srcdir"/PinePhone.conf \
"$srcdir"/VoiceCall.conf
mkdir -p "$pkgdir"/usr/share/alsa/ucm2/conf.d/simple-card
ln -s /usr/share/alsa/ucm2/PinePhone/PinePhone.conf \
"$pkgdir"/usr/share/alsa/ucm2/conf.d/simple-card/PinePhone.conf
# Pulseaudio config
install -Dm644 "$srcdir"/pulse-pinephone.conf \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment