linux icon indicating copy to clipboard operation
linux copied to clipboard

Linux kernel source tree

Results 1 linux issues
Sort by recently updated
recently updated
newest added

Hi! When setting `CONFIG_SND_MFLD_MACHINE=y` the kernel tries to probe the SST PCI device `intel_sst_probe`, but fails in `sst_context_init` because platform data (`pdata`) is not set in the driver context. I...

help wanted