summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-01-30 17:02:24 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-01-30 17:02:24 -0800
commit27cc949c8a484202f578f5df19093972c5b118c5 (patch)
treee6f16183090b9e1fe74ce7df540709930cd39099
parentFixed pkgver (diff)
downloadpinebookpro-post-install-27cc949c8a484202f578f5df19093972c5b118c5.tar.xz
Only invert one channel
-rw-r--r--PKGBUILD10
-rw-r--r--asound.state2
-rwxr-xr-xhciattachbin84184 -> 0 bytes
-rw-r--r--sdio-hciattach.service11
4 files changed, 6 insertions, 17 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6947d66..817f007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,18 @@
# Not in an official repo and I use it
pkgname=pinebookpro-post-install
-pkgver=20191121
+pkgver=20200130
pkgrel=1
pkgdesc="Manjaro ARM's Pinebook Pro install files"
arch=('any')
url="https://www.manjaro.org"
-depends=('pulseaudio-alsa')
+#depends=('pulseaudio-alsa')
conflicts=('pinebook-post-install')
license=('GPL')
source=("10-usb-kbd.hwdb"
- "asound.state"
- "hciattach"
- "sdio-hciattach.service")
+ "asound.state")
+# "hciattach"
+# "sdio-hciattach.service")
md5sums=('cd33e32e8317d8a4e43e55d445aa9c69'
'9ba0779be24233aca54d4e692d854a5d'
'caf073c3aed14ba153c8dc56f44a2ea9'
diff --git a/asound.state b/asound.state
index 970a47c..9f3ba7e 100644
--- a/asound.state
+++ b/asound.state
@@ -44,7 +44,7 @@ state.rockchipes8316c {
control.4 {
iface MIXER
name 'Playback Polarity'
- value Normal
+ value 'R Invert'
comment {
access 'read write'
type ENUMERATED
diff --git a/hciattach b/hciattach
deleted file mode 100755
index 53fcfab..0000000
--- a/hciattach
+++ /dev/null
Binary files differ
diff --git a/sdio-hciattach.service b/sdio-hciattach.service
deleted file mode 100644
index 7c1d5a7..0000000
--- a/sdio-hciattach.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Start bluetooth on ttyS0
-After=systemd-modules-load.service
-
-[Service]
-Type=forking
-ExecStart=/bin/bash -c 'echo 0 > /sys/class/rfkill/rfkill0/state; sleep 1; echo 1 > /sys/class/rfkill/rfkill0/state; sleep 1; exec /usr/bin/hciattach /dev/ttyS0 bcm43xx 1500000 flow nosleep'
-
-[Install]
-WantedBy=multi-user.target
-