Posts by steals

    I'm trying to configure upmixing stereo audio stream received by snapclient into 5.1 audo stream using Alsa. For that purpose I've created corresponding pcm device in asound conf. (Actually the same asound.conf I use last several years without any issues on ArchLinux, but on LibreELEC it doesn't work)

    I've also confirmed that upmixing pcm device works with "speaker-test -D upmix_20to51 -c 2" command.

    But when I start snapclient and specify "upmix_20to51" as sound card (snapclient -s upmix_20to51) the sound doesn't go through this device and go through the pcm.default one.

    In the snapcast log I can see the following error: "soundcard "upmix_20to51" not found"

    Any suggestions what can be wrong?

    Also found this thread Snapcast & Hifiberry Digi issue where @awiouy said he was able to configure snapclient to use custom pcm device, but I've tried the same config and it doesn't work for me either.

    Hey, escalade,

    I'm trying to build yours nfs-util package within my LE build for Odroid C1+, but I'm getting the following errors:

    Code
    error: redefinition of 'struct in6_addr' struct in6_addr {        ^~~~~~~~

    and others

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    Do you have an Idea how to fix them?

    I guess something wrong with kernel ( I have to use 3.10 version from Hardkernel ) but can't figure out the issue. My kernel config is here: LibreELEC.tv/linux.arm.conf at Odroid_C1 · steals/LibreELEC.tv · GitHub

    Thanks for suggestions.