From 27cc949c8a484202f578f5df19093972c5b118c5 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 30 Jan 2020 17:02:24 -0800 Subject: Only invert one channel --- PKGBUILD | 10 +++++----- asound.state | 2 +- hciattach | Bin 84184 -> 0 bytes sdio-hciattach.service | 11 ----------- 4 files changed, 6 insertions(+), 17 deletions(-) delete mode 100755 hciattach delete mode 100644 sdio-hciattach.service 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 Binary files a/hciattach and /dev/null 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 - -- cgit v1.2.1