Posts by RoboFox

    I just noticed the following. Not sure if this is the case, but you said your options were:


    So you updated your 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=HDMI,DEV=0"
        }
    }

    Your list shows your device is hdmi:CARD=PCH,DEV=0 for hdmi not hdmi:CARD=HDMI,DEV=0. Try changing it to PCH