Posts by pwauters

    Hi I think I have a similar issue with my USB speakers.

    I'm on LibreElec 10.01

    I have a Microsoft Digital Sound System.

    On LibreElec 9.xx it used to work out of the box.

    Now I only have sound on the left speaker.

    Here's the log: http://ix.io/3Ptn

    I tried to create the a /storage/.config/asound.conf file with the following content:

    Code
    pcm.myoutput {  
        type hw  
        card "System"  
        chmap [ "FL,FR" ]  
        channels 2  
        hint.description "my output with fixed chmap"
    }

    But that did not work.

    The output of amixer -c System is


    Any suggestion on what to do?

    Thanks in advance