You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux Kernel v6.7 propose a solution to resolve sound stutter effect.
Therefore, upgrade Linux Kernel version to v6.12 as it is an LTS
version with the proposed solution included.
Also, this commit disables the following
RISC-V platform specific settings in Linux Kernel compilation configuration:
1. Zawrs extension support for more efficient busy waiting.
2. Zba extension support for bit manipulation instructions.
3. Zbb extension support for bit manipulation instructions.
4. Zbc extension support for carry-less multiplication instructions.
5. Zicbom extension support for non-coherent DMA operation.
6. Zicboz extension support for faster zeroing of memory.
7. Vendor extensions support (including Andes).
0 commit comments