device-fairphone-fp5: drop unneeded wireplumber.conf for new kernel
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8948>
This commit is contained in:
parent
06f3537a7f
commit
e99849d265
2 changed files with 2 additions and 23 deletions
|
|
@ -1,16 +0,0 @@
|
|||
monitor.alsa.rules = [
|
||||
{
|
||||
matches = [
|
||||
{
|
||||
# Matches all sinks of the internal sound card
|
||||
node.name = "~alsa_output.*"
|
||||
alsa.card_name = "Fairphone 5"
|
||||
}
|
||||
]
|
||||
actions = {
|
||||
update-props = {
|
||||
audio.format = "S32LE"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
@ -2,8 +2,8 @@
|
|||
maintainer="Luca Weiss <luca@lucaweiss.eu>"
|
||||
pkgname=device-fairphone-fp5
|
||||
pkgdesc="Fairphone 5"
|
||||
pkgver=16
|
||||
pkgrel=1
|
||||
pkgver=17
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
@ -38,7 +38,6 @@ makedepends="devicepkg-dev"
|
|||
subpackages="$pkgname-openrc"
|
||||
install="$pkgname-openrc.post-install $pkgname-openrc.post-upgrade"
|
||||
source="
|
||||
52-fairphone-fp5.conf
|
||||
81-libssc-fairphone-fp5.rules
|
||||
deviceinfo
|
||||
modules-initfs
|
||||
|
|
@ -52,9 +51,6 @@ package() {
|
|||
|
||||
install -Dm644 "$srcdir"/81-libssc-fairphone-fp5.rules \
|
||||
"$pkgdir"/usr/lib/udev/rules.d/81-libssc-fairphone-fp5.rules
|
||||
|
||||
install -Dm644 "$srcdir"/52-fairphone-fp5.conf \
|
||||
-t "$pkgdir"/usr/share/wireplumber/wireplumber.conf.d
|
||||
}
|
||||
|
||||
openrc() {
|
||||
|
|
@ -65,7 +61,6 @@ openrc() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
ec79b0dc8261e6e1a84f573f5814a3ded1d0f0d89ad804c171c6aeb96ec96544650e94717edfa8b2a29f729e926a3e58dedaf8f45a6016a35f6533b195d49414 52-fairphone-fp5.conf
|
||||
2c16ba75e0077b2b1eaefa4c73b287475505a1aeb291ec29316d41cc094277320f9d2aaabfd91eb1dc0f488ab2d61a94faef16e7afe0f1e226779113761b9a37 81-libssc-fairphone-fp5.rules
|
||||
d6b5bbd3a69cef32608d1109aeba6ba1fee79c1e58cf8b8036781d8bc54d34ab8be7d035c83fd17dc0e744709d519b787fac63718fca8b91c02d41a93ede8c57 deviceinfo
|
||||
6280b66b9d4843ef78d0029c31d267b0bf59ea669bc3f2c268edfddf4edb3cec62d40b97c8204c85d1350759ad56e1ac2a5ba8ddc691f73c35c7385350ef12ee modules-initfs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue