16 Oct 2017, 09:11

@dragu aplay is not on the pi, but aplay is not useful in that case.

Try this :

cat > ~/.asoundrc << EOF
pcm.!default  {
 type hw card 0
}
ctl.!default {
 type hw card 0
}
EOF

reboot, report 🙂