Posts by clownstyle

    Yes I've had a read through, still seem to be having issues I'm afraid. Quite new to using SSH commands to change devices.

    speaker-test works while in kodi, but it looks as though my default device is set to

    sysdefault:CARD=SB


    So should I be using that in my asound.conf instead of CARD=Generic

    Scrap that. Now have it working :)

    I did a fresh install of LibreELEC and used hdmi:CARD=Generic,DEV=0 in asound.conf

    Can anyone shed some light on my audio problem?

    aplay -L displays this:

    I want sound via HDMI output, so I'm guessing that's hdmi:CARD=Generic,DEV=0 ?

    So, this is what I have in asound.conf:

    Code
    pcm.!default {
        type plug
        slave.pcm {
            @func getenv
            vars [ ALSAPCM ]
            # Device name can be found using the command 'aplay -L'
            default "hdmi:CARD=Generic,DEV=0"
        }
    }

    No sound :(

    Am I able to make these changes on the fly using SSH or do I have to keep rebooting the box to test the asound.conf setup?

    Any help appreciated, thanks :)

    PS

    Also have hdmi:CARD=Generic,DEV=0 in the Retroarch.cfg under audio_device, if that helps