Guys, please tell me!
Someone tried to listen to him in DSD_Native mode via Linux?
https://git.kernel.org/pub/scm/linu...stable.git/tree/sound/usb/quirks.c?h=v4.14.43
case USB_ID(
0x16d0, 0x071a): /* Amanero - Combo384 */
.....
case USB_ID(
0x16d0, 0x0a23):
if (fp->altsetting == 2)
return SNDRV_PCM_FMTBIT_DSD_U32_BE;
break;
...
What are the parameters USB_ID at this DAC?
http://digitall.in.ua/dsd-native-support-dacs/
If you need, i can sent to you version volumio for PC with DSD_Native support!
Or u can try
https://www.daphile.com/firmware/stable/CHANGES
2017-09-21 version 17.09 (x86_64, x86_64-rt & i486) changes:
- CD ripping metadata fetch uses now FreeDB if no other metadata is available
- CD ripping album cover fetch improved with Glyr
- DSD native mode support added for the following DACs:
- Oppo UDP-205 (USB ID:0x22d9,0x0461)
- New firmware of Amanero Combo384 (USB ID:0x16d0,0x0a23)
- SMSL M8A (USB ID:0x152a,0x85dd)
- LMS update to Sep 15th, 2017 Git version (d424bbe)
- Kernel update to 4.9.51 and 4.9.51-rt37
- Some updates and bug fixes