![]() |
Linux Mainline - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: Linux Mainline (/showthread.php?tid=5043) |
RE: Linux Mainline - KC7NOA - 01-30-2019 Would it be better to re-image my older flash to get past an issue i have been having with a upgrade ? I have posted my error else where ... i would reference it but i am on my phone at church ... just got out RE: Linux Mainline - shuikaiyuan - 06-15-2019 any possible to add this patch to kernel so it could support new combo384 firmware native dsd,ths! https://www.fclose.com/linux-kernels/59609/alsa-usb-audio-support-new-amanero-combo384-firmware-version-linux-4-13-13/ sound/usb/quirks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index 0e54fe4..f910c4f 100644 --- a/sound/usb/quirks.c +++ b/sound/usb/quirks.c @@ -1373,6 +1373,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip, case 0x199: return SNDRV_PCM_FMTBIT_DSD_U32_LE; case 0x19b: + case 0x203: return SNDRV_PCM_FMTBIT_DSD_U32_BE; default: break; new combo384 firmware's changed to VID/PID 0X160D 0X0A23 . RE: Linux Mainline - CameronNemo - 08-28-2019 Bump. Any resolution to the USB issues? Should I try rolling back to 4.19? RE: Linux Mainline - Wizzard - 05-14-2021 Does it support also Rockbox? |