- Install fresh debian. (Linux 4.4.143-55-rockchip)
- Update debian
#apt update, #apt upgrade - Install alsa-utils
#apt install alsa-utils - Add /etc/asound.conf
pcm.!default {
type hw
card 1
}ctl.!default {
type hw
card 1
}
- Connect LINEOUT_R and GND to small speaker
- Install mplayer
#apt install mplayer - Play a sound
#mplayer 1.mp3 - It is working.
I don’t know why it can’t make sound with pulseaudio but alsa.