Guennadi Liakhovetski
Guennadi Liakhovetski
Hi Sandeep, Thanks for your work on nRF52832 nd BLEPeripheral! I'm using an nRF52832 breakout board from SparkFun, managed to enable the Arduino LowPower library for it, so I can...
Hi, I'm using a bare-bone E73-2G4M04S-52832 module and if I use OpenOCD to flash the SparkFun bootloader to it and then use SparkFun nRF5283 Arduino libraries, I can build and...
blackhole.py defines a generic dummy connection handler, which is used for telnet, NTP and DNS. But it doesn't create incidents when such connections are made. Is there any work being...
In a topology with two connected pipelines, e.g. two playback pipelines, connected on a mixer, if one PCM is already streaming and then the other one is started too, two...
Force all module-adapter API users to use cached data
**Describe the bug** `pipeline_for_each_comp()` is used on multiple code paths to iterate pipeline components and to scan connected pipelines recursively. It uses buffer `.walking` flags to prevent returning to already...
**Describe the bug** A line of code clearly has to dereference a pointer, where the above line prints it as NULL, and no exception is generated, when built with xcc....
Currently many components, e.g. DAIs handle STOP and PAUSE differently. Also the mixer component blocks PAUSE while obviously accepting and propagating STOP. This creates a lot of complexity in forking...
Disabling IRQs when sending a notification doesn't seem to be required and is potentially risky if that notification causes re-scheduling.
Legacy platforms have insufficient resources to reliably handle stream pausing, and it isn't used by audio servers anyway, so it can be safely disabled on them.