On Mon, Jul 8, 2024 at 9:14 PM Hernan Vargas <hernan.var...@intel.com> wrote: > > To prevent incorrect readings, initialize FFT and MLDTS queues to 0.
All calls to bb drivers info_get are preceded with a: memset(&dev_info, 0, sizeof(dev_info)); dev->dev_ops->info_get(dev, &dev_info); So I don't really follow what this patch is trying to fix. Can you provide details? -- David Marchand