Skip to content
Snippets Groups Projects
Unverified Commit a34fbd35 authored by Bobby The Builder's avatar Bobby The Builder Committed by Oliver Smith
Browse files

pine64-pinephonepro: add simple-card.conf symlink (MR 3356)

Add a workaround to fix loading the alsa ucm config.

Related: https://github.com/Tow-Boot/Tow-Boot/issues/171
[ci:skip-build]: already built successfully in CI
parent ca4860c3
Branches
No related tags found
No related merge requests found
Pipeline #205300 passed
......@@ -3,7 +3,7 @@
pkgname=device-pine64-pinephonepro
pkgdesc="PINE64 PinePhone Pro"
pkgver=3.3
pkgrel=1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......@@ -95,7 +95,10 @@ package() {
mkdir -p "$pkgdir"/usr/share/alsa/ucm2/conf.d/simple-card
ln -s /usr/share/alsa/ucm2/PinePhonePro/PINE64-PinePhonePro-.conf \
"$pkgdir"/usr/share/alsa/ucm2/conf.d/simple-card/PINE64-PinePhonePro-.conf
# Below link is a temporary workaround until next Tow-Boot Release
# https://github.com/Tow-Boot/Tow-Boot/pull/171
ln -s /usr/share/alsa/ucm2/PinePhonePro/PINE64-PinePhonePro-.conf \
"$pkgdir"/usr/share/alsa/ucm2/conf.d/simple-card/simple-card.conf
# Modem
install -Dm755 "$srcdir"/setup-modem.sh \
"$pkgdir"/usr/bin/pinephone_setup-modem
......
  • Administrator @root

    mentioned in commit ccc1ddf4

    By Bobby The Builder on 2022-09-03T00:29:49

    · Imported

    mentioned in commit ccc1ddf4

    By Bobby The Builder on 2022-09-03T00:29:49

    Edited by Ghost User
    Toggle commit list
  • Administrator @root

    mentioned in commit e46e85a3

    By Bobby The Builder on 2022-09-04T14:40:12

    · Imported

    mentioned in commit e46e85a3

    By Bobby The Builder on 2022-09-04T14:40:12

    Edited by Ghost User
    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment