Microphone does not work (audiojack).
Audio jack output works well, but input none at all.
(Has anybody else tested it?)
I use divider/switch jack cable to get input and output together:
https://i.stack.imgur.com/XDfgM.jpg
Things I've done already (as recommended ealier):
# scripts
pine64_update_kernel.sh
pine64_eth0-mackeeper.sh
pine64_fix_whatever.sh
install_mate_desktop.sh <-- this nope, using xubuntu-desktop
reboot now
# software
aptitude install alsa-base alsa-utils pulseaudio gstreamer1.0-alsa mplayer vlc
# config 1
cat <<EOF >/etc/modules-load.d/pine64-audiojack.conf
sunxi_codec
sunxi_i2s
sunxi_sndcodec
EOF
# config 2
wget
https://raw.githubusercontent.com/longsl...ound.state
mv asound.state /var/lib/alsa/asound.state
# audio group
usermod -a -G audio ubuntu
usermod -a -G audio root
reboot now
There is silence when I record wav file or preview signal volume in PulseAudio Volume Control.
# ss
http://imgur.com/a/3536I
UPDATE
There is difference in 'List of capture hardware devices' (arecord -l command) when I plug microphone directly (input ONLY).
card 1: audiocodec ... SUNXI-Codec
--> Subdevices goes 0/1
It doesnt make any difference when recording anyway.
Need solution for this, please fix it,
many thanks!