Navigation sounds in xbmc didn’t work for me in linux when using hdmi as my default audio device. This is quick and easy to fix. Simply add the following to /etc/asound.conf
pcm.!default {
type plug slave { pcm “hdmi” } }
Save the file and reboot. You should now have . . . → Read More: Enable navigation sounds over hdmi in xbmc