Hi!
I set up LE 10 on a Pi 400. Connected to it is an Audinst HUD-mx1 USB DAC.
However, according to /proc/asound/card2/stream0, everything gets resampled to 16/48.
I looked at kodi.log:
INFO <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
INFO <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S16NE
Weird, because the DAC supports more than S16.
Further up the log I found:
INFO <general>: m_deviceName : @:CARD=HUDmx1,DEV=0
INFO <general>: m_displayName : Audinst HUD-mx1
INFO <general>: m_displayNameExtra: Analog
INFO <general>: m_deviceType : AE_DEVTYPE_PCM
INFO <general>: m_channels : FL, FR
INFO <general>: m_sampleRates : 48000
INFO <general>: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE
INFO <general>: m_streamTypes : No passthrough capabilities
It only lists S16 and 48000.
So it seems like it does not get recognized properly.
Anything I can do?
Thanks
Edit: I forgot to mention that I used the "Best Match" setting - but any variation and combination of the Audio Settings has no effect whatsoever on the problem.