linux
linux copied to clipboard
Linux kernel source tree
Internal Intel test result/planresultdetail/16234?model=TGLH_SKU0A5E_SDW_ZEPHYR&testcase=verify-kernel-boot-log ```` [ 5.539486] kernel: SDW: Invalid device for paging :0 [ 5.539490] kernel: rt1308 sdw:2:025d:1308:00: ASoC: error at snd_soc_component_update_bits on sdw:2:025d:1308:00 for register: [0x0000c070] -22 ````...
Forking new issue from https://github.com/thesofproject/linux/pull/3933#discussion_r1014175537 discussion: The i915 power management is a bit misleading in the power is turned on/off in multiple places. It's unconditionally turned on/off in hda_codev_i915_init/exit and...
As the logic has got more complicated to select the SOF firmware and topology filenames to load, it is getting more and more difficult to write robust test-cases that need...
Most uses of the IPC TX reply only care about the return code which can be returned without passing a stack allocated struct. Let's save those copy cycles. Signed-off-by: Curtis...
Describe the bug Everytime I reproduce a sound or avideo, I can hear the sound distorted from the left speaker and even I can hear it if a switch back...
hi. situation similar to that of "MisteryX" on Teclast X6Plus but with kernel 5.19.11-051911-generic $ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: sofessx8336 [sof-essx8336], device 0:...
Add the ability to fuzz the kernel IPC interface via a sysfs path IPC4 support will be added when IPC4 begins consuming its data in its RX handler
This PR suggests two improvements to set the regmaps to cache-only on probe and when a device becomes UNATTACHED. This should help with transient errors or delays, but this is...
Hello, I'm running Arch Linux on a Dell XPS 13 9315. After reloading the `snd_sof_pci_intel_tgl` module per #3777 , sound works until a sound application is paused or exits. When...
There are multiple ways to override the paths but it is only logged sometimes. For example in sof-pci-dev.c there are multiple conditionals to change them, but only some of the...