Results 81 comments of anyc

I started to analyze the audio part but, due to my thesis, I don't have enough time for it right now. :/ I think I will continue in about 2...

I just pushed a new audio branch that contains my first version for the audio part - playback and capturing. I was only able to test it briefly. Please use...

I guess it would not be a trivial change as the current state reflects the specific USB protocol: all channels are interleaved in a packet. I'm currently working on another...

I just pushed new commits. Please test if these work for you.

Hm, I'd say there is something wrong with your setup. On my machine: ``` ~/github/snd-bcd2000 $ make make -C /lib/modules/5.1.12-gentoo/build M=/home/anyc/github/snd-bcd2000 modules make[1]: Verzeichnis „/usr/src/linux-5.1.12-gentoo“ wird betreten CC [M] /home/anyc/github/snd-bcd2000/audio.o...

I stumbled over my BCD2000 today and gave it another try. I got the same "could not start pcm stream" and couldn't figure out why. I applied some upstream changes...

Looks like this bandwidth issue is not uncommon when using a USB2 device with USB3 ports [1]. So I am not sure if there is anything I can do in...

There were also reports that enabling CONFIG_USB_EHCI_TT_NEWSCHED fixed their bandwidth problem.

Hi, sorry for the late answer, I was a little bit busy with my ToDo list these days. Adding more event sources is perfectly fine with me. You can simply...

Looks like he's prefering the libgcc_s.so.1 from the steam runtime instead of using the system library which /usr/lib32/dri/radeonsi_dri.so is linked against. What does a `ldd /usr/lib32/dri/radeonsi_dri.so` give you? Maybe preloading...