Andy Ross

Results 11 issues of Andy Ross

First cut at a rig to run SOF as a Zephyr native_posix application, allowing ASAN/MSAN/fuzz testing of the full OS, including (mocked) driver layers. Think of it as CONFIG_LIBRARY on...

Component stream state in IPC4 doesn't seem to be set up reliably. When the sof-mtl-max98357a-rt5682-ssp2-ssp0 topology (built form the mtl-007-drop-stable branch), the Google AEC component is being presented with a...

bug
IPC4

This is almost exactly the code as it stands in PR #8571, but rebased on top of current main (which descends from mtl-008-drop-stable) and with as many individual changes split...

Recent IPC4 changes have been introducing Intel DSP details into the generic SOF source layer. The src/audio/base_fw.c file (despite the name, this is an IPC4-only source file) is implementing a...

bug

(Cut/pasted from https://github.com/zephyrproject-rtos/zephyr/issues/54720) As of recent commits, qemu_arc_em is failing in the tests/kernel/mem_protect/syscalls test with: ``` START - test_syscall_torture Running syscall torture test with 4 threads on 1 cpu(s) E:...

priority: medium
area: QEMU

After seeing an IPC timeout from the firmware, the `snd_sof_pci_intel_mtl` module hangs trying to unload, leaving the kernel in an unrecoverable state that requires a reboot to resume audio. (See...

bug
MTL

This doesn't get as much attention as it should, fixups to recover oss-fuzz output: 1. The Zephyr SDK 0.16.1 probably still works from a year ago, but the fetch URL...

ready to merge

The PTL platform merged without a toolchain added to the Zephyr SDK for the ace30_ptl SOC, or any other way to create one. This means that builds from a bare...

bug

The Compound class has what appears to be a O(N^2) performance bug in initialization. The code below creates a large 3D array of disjoint cubes, then assembles them into a...

Derived from original work by @gutschke on github (see #147). Use new storage API. Fix up situation where the callbacks can be invoked in an environment where KeyboardEvent isn't defined...