Sultan Qasim Khan

Results 7 comments of Sultan Qasim Khan

Sniffle firmware v1.6 did break compatibility with v1.5 clients due to changes in the firmware->host message format. Some time soon (still working on things), I'll be releasing a Sniffle v1.7...

I ended up not changing the baud rate as I made a workaround (custom XDS110 firmware) to fix the latency issue in the stock TI firmware. The API should remain...

Sounds like somewhere there are unbalanced calls to disable_irq and enable_irq. Nothing serious, but somewhere there's likely a missing disable_irq or extra enable_irq call in power management code.

Some issues/bugs I've encountered with this change: - After unmuting, it takes around 2.5 seconds for audio to come back - Pressing mute while recording causes the recording to end,...

Aside from my nitpick regarding the double precision argument to the `set_rate` function in fm_deemph.h, this patch is working very well for me and I have not noticed any regressions...

My team developed a Ghidra module to disassemble and decompile NanoMIPS ISA code: * *

See my fix: https://github.com/airbus-seclab/ilo4_toolbox/pull/22