x86_64:/ $ su
x86_64:/ # cat /proc/asound/cards
0 [HDMI ]: HDA-Intel - HDA Intel HDMI
HDA Intel HDMI at 0xb0610000 irq 46
1 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xb0614000 irq 44
x86_64:/ # ls -l /dev/snd
total 0
crw-rw---- 1 system audio 116, 6 2018-08-19 10:39 controlC0
crw-rw---- 1 system audio 116, 2 2018-08-19 10:39 controlC1
crw-rw---- 1 system audio 116, 12 2018-08-19 10:39 hwC0D0
crw-rw---- 1 system audio 116, 5 2018-08-19 10:39 hwC1D0
crw-rw---- 1 system audio 116, 11 2018-08-19 10:39 pcmC0D10p
crw-rw---- 1 system audio 116, 7 2018-08-19 10:39 pcmC0D3p
crw-rw---- 1 system audio 116, 8 2018-08-19 10:39 pcmC0D7p
crw-rw---- 1 system audio 116, 9 2018-08-19 10:39 pcmC0D8p
crw-rw---- 1 system audio 116, 10 2018-08-19 10:39 pcmC0D9p
crw-rw---- 1 system audio 116, 4 2018-08-19 10:39 pcmC1D0c
crw-rw---- 1 system audio 116, 3 2018-08-19 10:39 pcmC1D0p
crw-rw---- 1 system audio 116, 33 2018-08-19 10:39 timer
x86_64:/ #
find your desired snd device and then at the command line (as su):
setprop hal.audio.out pcmC0DXXp
pkill audioserver
It's a cheat / hack but it should get your sound working
hope it helps, ..don't hurt yourself it ain't worth it :-)