How to sound out with LINEOUT_R and LINEOUT_L?

  1. Install fresh debian. (Linux 4.4.143-55-rockchip)
  2. Update debian
    #apt update, #apt upgrade
  3. Install alsa-utils
    #apt install alsa-utils
  4. Add /etc/asound.conf

pcm.!default {
type hw
card 1
}

ctl.!default {
type hw
card 1
}

  1. Connect LINEOUT_R and GND to small speaker
  2. Install mplayer
    #apt install mplayer
  3. Play a sound
    #mplayer 1.mp3
  4. It is working.

I don’t know why it can’t make sound with pulseaudio but alsa.

1 Like