Display More
1) No sound in emulators (N64 and MAME).
Saw that my HDMI connection (from aplay -L) is :
hdmi:CARD=PCH,DEV=0
HDA Intel PCH, HDMI 0
HDMI Audio OutputAdded it to /storage/.config/asound.conf :
Codepcm.!default { type plug slave.pcm { @func getenv vars [ ALSAPCM ] # Device name can be found using the command 'aplay -L' default "hdmi:CARD=PCH,DEV=0" } }
When testing with speaker-test i get noise which is fine...
2) No sound in Google Chrome either (only video from youtube) ?
That format didnt work for me, what did end up working on my nuc7i3bnk was below. You can also set device in the retroarch audio settings to hw:0,3 (hdmi digital audio in my limited experience for 2 different intel based PCs with integrated video) to fix retroarch sound, but doesnt help dolphin or emulationstation. the asound.conf i used below works for everything.